.ds_box {
	background-color: #FFF;
	border: 1px solid #1C3355;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-image: url(calendarBG.jpg);	
}

.ds_head {
	background-color: #000066;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.ds_ftr {
	background-color: #000066;
	text-align: center;
}

.ds_ftrTxt {
    color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;	
	cursor: pointer;	
}

.ds_subhead {
	background-color: #000066;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 30px;
	cursor: default;
}

.ds_cell {
	background-color: e8f3ff;
	font-size: 11px;
	color:  #243E5F;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	margin: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #FFFFFF;
} /* This hover code won't work for IE */

.ds_cell_selected {
	background-color: #000066;
	font-size: 11px;
	color:  #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	margin: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;

}
.ds_cell_past {
	background-color: #E8E8E8;
	font-size: 11px;
	color:  #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	margin: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	cursor: default;
}
.ds_headSM {
	background-color: #000066;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	text-align: right;
	height: 3px;
}