.ds_box {
	background-color: white;
	border: 1px solid black;
	position: absolute;
	z-index: 1000;
}

.ds_tbl {
	background-color: white;
}

.ds_head {
	background-color: #89CE0F;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

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

.ds_cellYes {
	background-color: lightblue;
	color: black;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cellDay {
	background-color: lightgrey;
	color: red;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
}

.ds_cellNo {
	background-color: lightgrey;
	color: black;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
}