



#calendar {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-align: center;
	background-color: #A53938;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}



.headerclass {
	font: bold 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background: #D9E2E1;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	border-top: 1px solid #A2ADBC;
}

.today, .today a, .today a:link, .today a:visited {
	color: #FDFDFD;
	font-weight: bold;
	background: #DF9496;
}

.cellclass {
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	width: 20px;
	height: 20px;
	text-align: center;
	background: url(/images/bg_calendar.gif) no-repeat right bottom;
}

.cellclass a {
	text-decoration: none;
	font-weight: bold;
	display: block;
}

.cellclass a:link, .cellclass a:visited {	
	color: #608194;
	background: url(/images/bg_calendar.gif) no-repeat;
}

.cellclass a:hover, .cellclass a:active {
	color: #6aa3ae;
	background: url(/images/bg_calendar.gif) no-repeat right top;
}

.cboxheader a:link, .cboxheader a:visited, .cboxheader a:hover, .cboxheader a:active {
	color: #FFFFFF;
	text-decoration:none;
}

.cboxheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #A53938;
	float: none;
	height: 20px;
	visibility: visible;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
	padding-top: 2px;
	padding-left: 10px;
	padding-bottom:2px;
	background-attachment: fixed;
	border-top-color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	}

.cbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #DFDFDF;
	float: none;
	visibility: visible;
	text-align: left;
	vertical-align: bottom;
	padding-top: 0px;
	padding-left: 0px;
	background-attachment: fixed;
	border-bottom-color: #333333;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;

	}