#side_calendar{
	text-align: center;
	font-size: 8pt;
	font-family: arial bold;
	color: #990000;
	margin: 0px 18px;
}

#side_calendar a{
	color: #990000;
	text-decoration: none;
	padding-bottom: 0px;
	cursor: default;
}

td.datebox{
	background-color: #FFCD04;
	border: 1px solid #FFCD04;
	height: 13px;
	width: 16px;
}

td.datebox:hover{
	background-color: #DCB227;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}

.headdiv{
	background: url(bchhead.png) 0 0 no-repeat;
	
	font-weight: bold;
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	
	width: 150px;
	height: 20px;
	text-align: center;
}

.bodydiv{
	background-color: #FFCD04;
	
	font-size: 10px;
	color: #990000;
	
	min-height: 7px;
	width: 142px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 7px;
	border: 1px solid #880000;
}