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

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

