<!-- comment  -->
.dateChooser td {
    cursor:default;
    text-align:center;
    
<!-- comment  -->
}
.dateChooser td.dateChooserActive:hover {
    color:white;
    background:#cec3a9;
    
<!-- current date box outline  -->
}
.dateChooser td.dateChooserActiveToday {
    border: 1px solid red;
    
<!-- comment  -->
}
.dateChooser th {
    background: #cec3a9;
    color: black;
    width: 18px;
    border: none;
    
<!-- Date Font  -->
}
.dateChooser option, .dateChooser select {
    font-size:10px;
    
<!-- Table Background  -->
}
.dateChooser {
    border: 1px outset #aaa;
    background: #e9e7d9;
    padding: 2px;
     

<!-- Table Font (Dates)  -->
}
.dateChooser table {
    width:160px;
    font: 12px arial;
   
 
}