/* Calendar */ .datepicker { border-collapse: collapse; border: 2px solid #999; position: absolute; width: 215px } .datepicker tr.controls th { height: 22px; font-size: 11px; } .datepicker select { font-size: 11px; } .datepicker tr.days th { height: 18px; } .datepicker tfoot td { height: 18px; text-align: center; text-transform: capitalize; } .datepicker th, .datepicker tfoot td { background: #eee; font: 10px/18px Verdana, Arial, Helvetica, sans-serif; } .datepicker th span, .datepicker tfoot td span { font-weight: bold; } .datepicker tbody td { width: 24px; height: 24px; border: 1px solid #ccc; font: 11px/22px Arial, Helvetica, sans-serif; text-align: center; background: #fff; } .datepicker tbody td.date { cursor: pointer; } .datepicker tbody td.date.over { background-color: #99ffff; } .datepicker tbody td.date.chosen { font-weight: bold; background-color: #ccffcc; } /* Form defaults */ #date_and, #date_second {display:none}