.dateChooser td {
	cursor:pointer;
	cursor:hand;
	text-align:center;
}
.dateChooser td.dateChooserActive:hover {
	color:white;
	background:#FFCC33 !important;
}
.dateChooser td.dateChooserActiveToday {
	border: 1px solid #FFCC33;
}
.dateChooser th {
	background: #996666;
	color: #ECD5A3;
	width: 18px;
	padding: 1px;
	margin: 0;
	height: auto;
	border: none;
	font-weight: normal;
}
.dateChooser option, .dateChooser select {
	font-size:10px;
}
.dateChooser {
	border: 1px solid #aaa;
	background: white;
	padding: 5px 1px 0px 1px;
}
.dateChooser table {
	width:160px;
	border: none;
}
