.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color:#FFFFFF;
}

.ds_head {
	background-color: #5D3713;
	color:#EAD2B6;
	font-family:"Palatino Linotype";
	font-size: 12px;
	font-weight:bold;
	text-align: center;
	letter-spacing: 1px;
}

.ds_subhead {
	background-color:#D5BB98;
	color: #5D3713;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	width: 32px;
}

.ds_cell {
	background-color:#CAAD85;
	color: #5D3713;
	font-size: 14px;
	text-align: center;
	font-family:"Palatino Linotype";
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #8A632A;
	color:#E5CDB1;
}

