/* 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 #a6a6a6;
 color: #000000;
 padding-left: 2px;
 font-size: 12px;
 text-align: center;
}

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 #bbb;
 line-height: 1.3em;
 margin-top: 2px;
 padding: 5px 7px;
 text-align: left;
 font-size:	0.9em;
}
div#calHolder {
	background: #fff;
	width: 210px;
}
.sidebar_header{
	text-align:center;
	font-size: 1em;
	font-weight: bold;
}
span.calendarDate {
	font-size: 12px;
}
div.calendarContent {
	min-width: 90px;
	width: 90px;
	min-height: 90px;
	height: 90px;
	border: 1px solid #cccccc;
	padding: 2px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	overflow: auto;
}
div#cal-container td {
	vertical-align: top;
	border: 1px solid #858585;
}
div#cal-container td td {
	border: none;
}
div.calTextarea {
	width: 150px;
	height: 100px;
	overflow: auto;
	background: #fff;
}
div.calTextarea a:link, div.calTextarea a:visited, div.calTextarea a:hover, div.calTextarea a:active {
	color: #0000ff !important;
	text-decoration: underline !important;
	font-weight: normal !important;
}