a.jsCal     { color: #00204B; text-decoration: none; }

td.jsCalWeekday, td.jsCalMonth, td.jsCalSel, td.jsCalActiveSel, td.jsCalDay, td.jsCalActiveDay, td.jsCalArrows, td.jsCalActiveArrows, td.jsCalToday, td.jsCalActiveToday, td.jsCalWeekend, td.jsCalActiveWeekend, td.jsCalDeadCell, td.jsCalX, td.jsCalActiveX {
	font-size: 11px;
	font-family: Tahoma, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	height: 23px;
	color: #00204B;
	background-color: #CFD8E5;
}

td.jsCalMonth, td.jsCalX, td.jsCalArrows { font-weight: bold; }

/* emulate hyperlinks (for our onclick events) */
td.jsCalActiveDay, td.jsCalActiveArrows, td.jsCalActiveToday, td.jsCalActiveWeekend, td.jsCalActiveSel, td.jsCalActiveX { cursor: pointer; }

/* try to avoid the text pipe cursor in favour of the arrow  */
td.jsCalDeadCell, td.jsCalMonth, td.jsCalWeekday { cursor: default; }

/* cell from previous/future month */
td.jsCalDeadCell { background-color: #BFCADB; }

/* days of the week */
td.jsCalWeekday { font-weight: bold; background-color: #8BA1BD; }

td.jsCalWeekend { font-weight: normal; color: #aaaaaa; }
td.jsCalActiveWeekend { color: #aaaaaa; background-color: #FFFFFF; }

td.jsCalActiveDay { background-color: #FFFFFF; }

/* style for the cell that highlights today */
td.jsCalToday { font-weight: bold; background-color: #EE9D9A; }
td.jsCalActiveToday { font-weight: bold; background-color: #EE9D9A; }

/* prev month and next month arrows */
td.jsCalArrows, td.jsCalX { font-weight: bold; }
td.jsCalActiveArrows, td.jsCalActiveX { font-weight: bold; background-color: #FFFFFF; }

/* day that is selected in the equivilent form fields */
td.jsCalSel { font-weight: bold; background-color: #AEC0D4; }
td.jsCalActiveSel { font-weight: bold; background-color: #AEC0D4; }

.caldiv {
	border: 1px solid #000000;
	position: absolute;
	top:10;
	left:10;
	width:210;
	height:164;
	z-index:65535;
	visibility:hidden;
	filter: progid;
	overflow: hidden;
	FILTER: progid:DXImageTransform.Microsoft.Shadow(color="#000000", Direction=135, Strength=3) alpha(Opacity=85); 
	moz-opacity: 0.8;
}