.dateChooser td {
    cursor:default;
    text-align:center;
	font-family: "trebuchet MS"; 
	font-size:12px;
}
.dateChooser td.dateChooserActive:hover {
    color:white;
    background:#0A246A;
}
.dateChooser td.dateChooserActiveToday {
    border: 1px solid red;
}
.dateChooser th {
    background: #003466;
    color: white;
    width: 18px;
    border: none;
	font-family: "trebuchet MS"; 
	font-size:12px;
}
.dateChooser option, .dateChooser select {
	font-family: "trebuchet MS"; 
	font-size:12px;
}
.dateChooser {
    border: 2px outset #aaa;
    background: white;
    padding: 1px;
}
.dateChooser table {
    width:160px;
}
