.dateChooser td {
    cursor:default;
    text-align:center;
    font-size:11px;
    font-family:Verdana;
    padding:5px;
}
.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;
    font-family:Verdana;
    font-size:14px;
}
.dateChooser option, .dateChooser select {
    font-size:12px;    
}
.dateChooser {
    border: 2px outset #aaa;
    background: white;
    padding: 4px;
}
.dateChooser table {
    width:180px;
    background-color:#ece9d8;
}
