

div#ds_conclass {
    position:absolute;
	z-index: 10000;
}

div#ds_conclass .ds_tbl {
	background-color: #FFF;
	width:30px;
	border:solid 1px black;
	padding:0;
	margin:0;
}

div#ds_conclass .ds_head {
	background-color: #0000AD;
	color: #FFF;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 3px 0;
	border-bottom:solid 1px white;
}

div#ds_conclass .ds_subhead {
	background-color: #CCC;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana;
	text-align:center;
}

div#ds_conclass .ds_cell {
	background-color: #F1F1F1;
	color: #000;
	font-size: 11px;
	text-align: center;
	font-family: Verdana;
	padding: 2px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
} 

/* This hover code won't work for IE */


