.dateChooser td {
    cursor:default;
    text-align:center;

}
.dateChooser td.dateChooserActive:hover {
    color:white;
    background:#0C7Fb6;
}
.dateChooser td.dateChooserActiveToday {
    border: 1px solid red;
}
.dateChooser th {
    background: #0C7Fb6;
    color: white;
    width: 18px;
    border: none;
}
.dateChooser option, .dateChooser select {
    font-size:10px; cursor:hand;
}
.dateChooser {
    border: 1px solid #0C7Fb6;
    background: white;
    padding: 1px;

}
.dateChooser table {
    width:160px;
}