.calendarBG {

}

.calendarBlank {
	background-color: #F3F6FD;
}

.calendarHeader {
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #6A9CA8;
}
th.monthYearTextTOC {
	background-color: #6A9CA8;
	color: #FFFFFF;
}
#sidebar th.monthYearTextTOC a:link,
#sidebar th.monthYearTextTOC a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar th.monthYearTextTOC a:hover, #sidebar th.monthYearTextTOC a:active {
	color: #015B64;
}
#sidebar table {
	background-color: #ECF1F4;
	border: 1px solid #ECF1F4;
}
#sidebar td {
	background-color: #FFFFFF;
	text-align: center;
}
#sidebar .calendarMonthLinks {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         11px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 color:             #fff;
 background-color:  transparent;
}
#sidebar   .calendarMonthLinks a:link {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}
#sidebar  .calendarMonthLinks a:visited {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}
#sidebar  .calendarMonthLinks a:hover {
	color:             #21004A;
	text-decoration:   underline;
	background-color:  transparent;
}

#sidebar .calendarDayHeading {
 font-weight: bold; 
 font-size:	11px;
 color: #fff; 
 background-color: #663300; 
 text-align:  center;
 vertical-align: middle;
}

.calendarToday {
	font-family:       Arial, "Trebuchet MS", Tahoma, Verdana, Sans-serif;
	font-size:         12px;
	font-weight:		bold;
	letter-spacing:	0.1em;
	text-decoration:   none;
	text-align:  center;
	vertical-align: middle;
	color:             #6A9CA8;
	background-color: 	#AACACD;
}

.calendarCell {
	font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
	font-size:         12px;
	font-weight:		normal;
	letter-spacing:	0.1em;
	text-decoration:   none;
	text-align:  center;
	vertical-align: middle;
	color:             #666;
}
#sidebar   .calendarCell a:link {
	color: #FFFFFF;
	text-decoration:   none;
	background-color:  #AACACD;
	display: block;
	font-weight: bold;
}
#sidebar  .calendarCell a:visited {
	color: #008C9A;
	text-decoration:   none;
	background-color:  #F4F9FD;
	display: block;
	font-weight: bold;
}
div.daynumTOC {
	width: 38px;
}
#sidebar   .calendarCell a:hover, #sidebar .calendarCell a:active {
	color:             #FFFFFF;
	text-decoration:   none;
	background-color:  #21004A;
	font-weight: bold;
}

