.ds_box {
	background-color: #FFF;

	position: absolute;
	z-index: 32767;
}

.ds_tbl {

}

.ds_head {

	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

.ds_subhead {

	color: #000;
	font-size: 8px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 24px;
}

.ds_cell {

	color: #000;
	font-size: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
}

.ds_cell:hover {

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