/* CSS Document */
.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}
.ds_tbl {
	background-color: #FFF;
}
.ds_head {
	background-color: #333;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	vertical-align:middle;
}
.ds_head_month {
	background-color: #333;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	text-align: center;
	font-weight:bold;
	color: #D2E3FF;
}
.ds_subhead {
	background-color: #CCC;
	color: #000;
	font-size: 90%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 15px;
	height:15px;
	padding:0px 3px;
}
.ds_cell {
	padding:2px;
	background-color: #EEE;
	color: #000;
	font-size: 90%;
	text-align: center;
	vertical-align:middle;
	font-family: Arial, Helvetica, sans-serif;
	width:15px;
	height:15px;
	cursor: pointer;
}
.today {
	border:1px solid #FF6600;
}
.ds_cell a, .ds_cell a:visited
{
	display:block;
	padding:1px;
	text-decoration:none;
	width:100%;
	height:100%;
}
.ds_cell a:hover {
	color: #009900;
	text-decoration:underline;
	background-color: #D6F9D5;
}
.ds_cell:hover {
	background-color: #D6F9D5;
} /* This hover code won't work for IE */
