.dateChooser td {
	z-index:10;
	overflow:visible;
	font-family: Verdana; font-size: 11px; line-height: 14px; border-style: none;
	padding:2px;
    cursor:default;
    text-align:center;
}
.dateChooser td.dateChooserActive:hover {
    color:white;
    background:#13734D;
}
.dateChooser td.dateChooserActiveToday {
    border: 1px solid red;
}
.dateChooser th {
	font-family: Verdana; color:#FFFFFF; font-size: 13px; line-height: 16px; border-style: none;
    background: #13734D;
    border: none;
}
.dateChooser option, .dateChooser select {
    font-size:10px;
}
.dateChooser {
	z-index:10;
    border: 1px solid #aaa;
    background: white;
    padding: 1px;
}
.dateChooser table {
    width:160px;
}

