@charset "utf-8";
/* CSS Document */

.datepicker { border-collapse: collapse; border: 3px solid #cccccc; position: absolute;z-index:100 }
.datepicker tr.controls th { height: 22px; font-size: 11px; }
.datepicker select { font-size: 11px; }
.datepicker tr.days th { height: 16px; }
.datepicker tfoot td { height: 16px; 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: 20px; height: 20px; 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: #5F9DDA; }
.datepicker tbody td.date.chosen { font-weight: bold; background-color: #FFCC66; }

.input_date{
background:url(images/calendar.png) no-repeat 144px 1px;
padding-right:20px;
width:140px
}
