.dateChooser td {
    cursor:default;
    text-align:center;
}
.dateChooser td.dateChooserActive:hover {
    color:white;
    background:#C52429;
}
.dateChooser td.dateChooserActiveToday {
    border: 1px solid #C52429;
}
.dateChooser th {
    background: #C52429;
    color: white;
    width: 18px;
    border: none;
}
.dateChooser option, .dateChooser select {
    font-size:10px;
}
.dateChooser {
    border: 2px outset #aaa;
    background: white;
    padding: 1px;
    border: 1px solid #CCCCCC;
    text-align: center;
}
.dateChooser table {
    width:160px;}



	
