.DateSelectorHeader a{color:#ffffff;}

.DateSelectorTable {
	background-color:#cccccc;
}

.DateSelectorCell {
	background-color:#ffffff;
	cursor:pointer;
}

.DateSelectorContainer {
	width: 200px;
	position:absolute;
	text-align: left;
	margin-top:-50px;
	float: left;
}
.DateSelectorHeader {
	color: #FFF;
	background: #a9a55e;
	text-align: center;
	padding: 3px;
}
.DateSelectorDayCell {
	font-size: 9px;
	color: #FFF;
	background: #999;
	padding: 2px;
}
.DateSelectorAligner {
	clear: both;
}
