.dateChooser td {
    cursor:default;
    font-weight:bold;font-size:normal;
    text-align:center;
    color:black;
}
.dateChooser td.dateChooserActive:hover {
    color:white;
    background:#0A246A;
}
.dateChooser td.dateChooserActiveToday {
    border: 1px solid red;
}
.dateChooser th {
    background: #aaa;
    color: white;
    width: 18px;
    text-align:center;
     font-size:normal;
    border: none;
}
.dateChooser option, .dateChooser select {
    font-size:smaller;
}
table.dateChooser {
    border: 0;
    background-color: #EEEEEE;
    padding: 1px;
}
div.dateChooser {
    border: solid 2px black;;
   background-color: #EEEEEE;
    padding: 1px;
    display: none; visibility: hidden; width: 200px;
    
}
.dateChooser table {
    width:200px;
}

