

.ds_box {
	background-color: #e6ded5;
	color:#FF504E;
	border: 0;
	text-align: center;
	position: absolute;
	z-index: 32767;
	margin-top: -20px;
	margin-left: -120px;
}

.ds_tbl {
	background-color: #e6ded5;
}

.ds_head {
	background-color: #e6ded5;
	color: #FF504E;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_cell {
	background-color:#e6ded5;
	color: #FF504E;
	font-size: 12px;
	padding: 5px;
	cursor: pointer;
}

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


