.calendar
{
  border:none;
}

.day
{
  width:90px;
  height:70px;
  text-align:left;
  vertical-align:top;
  font-family:Arial;
  font-size:11px;
  color:Black;
  background-color:#FFFFFF;
  border:solid 1px #C6C1AC;
}

.day_active
{
  background-color: rgb(249, 228, 204);
}

.day_link a:visited
{
  font-family:Arial;
  font-size:9px;		
}

.day_number
{
    background-color:#FFFFFF;
    font-weight:bold;
    font-family:Arial;    
    text-align:center;
    margin: -2px 5px 2px -2px;
    padding-top:2px;
    height:15px;
    width:20px;

}
.othermonthday
{
  background-color:#F5F3E5;
}

.month
{
  border-collapse:collapse;
  border:solid 0px black;
}

.dayheader
{
  background-color:#E3E0CD;
  /*background-image:url(../images/calendar/header_bg.gif);*/
  color:#504C39;
  font-family:Verdana;
  font-size:11px;
  text-align:center;
  border-top:solid 1px #ACA899;
  border-left:solid 1px #ACA899;
  border-bottom:solid 1px #ACA899;
  border-right:solid 1px #C6C1AC;
  padding: 4px;
}

.title
{
  /*background-color:#7D9459;*/
  background-color:#990000;
  /*background-image:url(../images/calendar/title_bg.gif);*/
  border: 0px solid black;
  border-bottom-width: 0px;
  width:649px;
}

.title TD
{
  font-family:verdana;
  font-size:11px;
  font-weight:bold;
  color:White;
  padding-top:1px;
  padding-bottom:1px;
}

.nextprev
{
  cursor:pointer;
}

#calendar_error
{
	border-width: 0px;
	color: gray;
	font-family: Trebuchet MS;
	font-size: 20px;
	font-weight:bold;
	height: 450px;
	text-align:center;
	line-height:250%;
}

#calendar_error div
{
	height:35%;
}

.opponent
{
  color: red;
}

.opponent_type
{
  color: black;
}
.event_name
{
  color: blue;
}

.venue_name
{
  color: black;
}
