.ds_box {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #F7C834;
}

.ds_head {
	background-color: #CCCCCC;
	color: #000000;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #88AA88;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell {
	background-color: #EEEEEE;
	color: #116611;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

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