#dateTable {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin: 4px;
	width: 200px;
	display: block;
	position: absolute;
	z-index: 2;
	top:0px;
	left:0px;
}
#dateTable  th {
	font-weight: bold;
	background-color: #EDEDED;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#dateTable .rollover {
	background-color: #66CCFF;
	cursor:hand;
}