table.moduletable .dateChooser td {
    cursor:default;
    text-align:right;
    padding-right:3px;
}
.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;
}
.dateChooser option, .dateChooser select {
    font-size:10px;
}
.dateChooser {
    border: 2px groove #aaa;
    background: white;
    padding: 1px;
}
table.moduletable .dateChooser table, table.dateChooser {
    width:160px;
    text-align:right;
}

td.dayChooser {
    background: #003366;
    color: #ffffff;
    width: 22px;
    border: none;
    font:bold 12px arial;
    text-align:right;
    }
    