/* AJAX Calendar */

#calBody {				/*main cal css*/
 line-height: 1.5em;
 text-align: center;
 font-family: tahoma, arial, sans-serif, times new roman;
 padding: 2px 2px 4px 2px;
}
#calBody td {								/*all cells within calendar*/
 text-align: center;
 font-size:	11px;
 padding-left: 2px;
 width:	20px;
 height: 14px;
}
td.today, td.activeToday {									/*current highlighted date*/
 background: #ffff00;
}
td.inactiveDay {									/*date not of current month*/
 background: #e5e5e5;
 color: #757575;
}
td.leftArrow {
 width: 15px;
}
td.rightArrow {
 width: 15px;
}
th.dayHeading {		/*name of week*/
 background-color: #FFFFFF;
 font-weight: bold;
 border: solid 1px #e5e5e5;
 color: #000000;
 padding-left: 2px;
 font-size: 12px;
}

td.leftArrow, td.rightArrow, td.today, td.regularDay, td.activeDay, td.activeToday {
	cursor: pointer;
}
td.inactiveDay, th.dayHeading{
	cursor:default;
}
td.activeDay, td.activeToday {
	font-weight: bold;
}
td.today, td.regularDay {
	font-weight: normal;
}
div#calTextbox {
 border: solid 1px #BBBBBB;
 line-height: 1.3em;
 margin-top: 2px;
 padding: 5px 7px;
 text-align: left;
 font-size:	0.9em;
 white-space: pre;
}
div#calHolder {
	background: #fff;
	width: 210px;
}
.sidebar_header{
	text-align:center;
	font-size: 1em;
	font-weight: bold;
}
span.calendarDate {
	font-size: 12px;
}
div.calendarContent {
	/*width: 120px;*/
	min-height: 60px;
	height: 60px;
	border: 1px solid #cccccc;
	padding: 2px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	white-space: pre;
}
td {
	vertical-align: top;
}