.dateChooser {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.dateChooser td {
	cursor: default;
	text-align: center;
	border: 0;
}

.dateChooser td.dateChooserActive:hover {
	color: white;
	background: #0A246A;
}

.dateChooser td.dateChooserActiveToday {
	border: 1px solid red;
}

.dateChooser th {
	background: #aaa;
	color: white;
	width: 18px;
	border: none;
}

.dateChooser option,.dateChooser select {
	font-size: 10px;
	width: auto;
}

.dateChooser {
	background: white;
	padding: 1px;
	border: 1px solid #aaa;
}

.dateChooser table {
	width: 160px;
	/*border-top: 1px solid #FF0000;*/
	/*border-bottom: 1px solid #aaa;*/
}

.dateChooser table.dateChooser {
	width: 160px;
	border-right: 0px;
	border-left: 0px;
}
