.datesTable { font: 11px Verdana, Arial, Helvetica, sans-serif; background-color: #FFF; width:182px}
.aDate:hover { color: #000;}
.calendarHead {
	background: #C04;
	color: #FFF;
	font-size: 11px;
	font-weight:bold;
}
.calendarHead a{color: #FFF;}
.dateCell, .tDate {
	background-color: #DDD;
	text-align: center;
	color:#555;
	padding:4px
}
.tDate {
	border: 1px solid #C04;
	background-color: #EEE;
}
.events, .dateCell {background-color: #EEE;}
.dateCell a, .tDate a{
	color: #C04 !important;
	text-decoration: none;
	font-weight:bold;
	padding:0 !important; margin:0 !important;
}
#calTable .dateCell {text-align:left; font-size:11px}
#calTable .dateCell a {font-weight:normal} 
.emptyCell { background: #EEE;}
.today {
	border: 1px solid #C04;
	font-size: 11px;
	text-align: center;
	font-weight:bold;
	color:#000;
}
.today a{text-decoration: none; color:#C04}
.nav {font-size:14px}
.searchNote {margin-top:15px; font-style:italic}
.weekDays {
	background-color: #999;
	text-align: center;
	color:#fff;
	padding:4px
	}
