.dateChooser td {
    cursor:default;
    text-align:center;
}
.dateChooser td.dateChooserActive:hover {
    color:white;
    background: #990000;
}
.dateChooser td.dateChooserActiveToday {
    /*border: 1px solid red;*/
	background-color: #336600;
	color:#FFFFFF;
	font-weight: bold;
}
.dateChooser th {
    background: #666666;
    color: white;
    width: 18px;
    border: none;
    text-align:center;
}
.dateChooser option, .dateChooser select {
    font-size:10px;
}
.dateChooser {
    border: 1px solid #aaa;
    background: #efeff4;
    padding: 1px;
}
.dateChooser table {
    width:160px;
}

