.ds_box {
	background-color: #FFF;
	border: 1px solid #8c8500;
	position: absolute;
	z-index: 3276700;
}

.ds_tbl {
	background-color: #FFF;
}

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

.ds_subhead {
	background-color: #8c8500;
	color: #FFF;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.ds_cell {
	background-color: #dedab2;
	color: #000000;
	font-size: 9px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
}

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