.ds_box {
	background-color: #FFF;
	border: 1px solid #000080;
	position: absolute;
	z-index: 100;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: #2143A5;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #CCC;
	color: #000080;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 25px;
}

.ds_cell, .ds_cellcejour, .ds_celloff, .ds_cellcur 
{
	background-color: #EEE;
	color: #000080;
	font-size: 12px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cellcejour {color:red; background-color:yellow; font-style:italic; cursor:default;}
.ds_celloff {color:grey; cursor:default; font-style:italic;}
.ds_cellcur {color:green; font-weight:bold; border:solid 1px green;}

.ds_cell:hover {
	background-color: #E1E4E4;
} /* This hover code won't work for IE */