.calendar {
	padding: 0;
	color: #969AAD;
	text-align: center;
	background-color: #cccccc;
	font: normal 12px/30px Verdana, Arial, Helvetica, sans-serif;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
.calendarDays {
	height: 30px;
	width: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	background-color: #CCCCCC;
}
.calendarToday {
	color: #FFFF00;
	font-weight: bold;
	background: #FAFFAE;
	width: 30px;
}
.calendarNextPrev {

	background-color: #666666;
	text-align: center;
	height: 30px;
	width: 218px;
	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-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
}
.calendarNav {
	font-weight: bold;
	color: #FFFFFF;	
	text-align: center;
	text-decoration: none;
}
th {
text-decoration:none;
	background: #FFFFFF;
	height: 30px;
	width: 30px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
}
th a {
	text-decoration:none;
	font-weight:bold;
	color:#626A8E;
	height:30px;
	width:30px;
	text-align:center;
	display:block;
	background-color:#006633;
}
th a:hover {
	text-decoration:none;
	color:#FFFFFF;
	background-color:#009933;
}
.whiteBold {
    	COLOR: #cccccc;
    	FONT-FAMILY: Arial, Helvetica, sans-serif, Verdana, Geneva;
    	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
    	TEXT-DECORATION: none
}