/******* DATEPICKER ***********************************************************/
.ui-datepicker                      { z-index: 2000; border: 1px solid #dddddd; background: #f9f9f9; color: #362b36; display: none; width: 183px; padding: 1px; font-family: Arial, sans-serif; font-size: 11px; color: #383839; }
.ui-datepicker a                    { color: #362b36; }
.ui-datepicker .ui-state-default    { border: 1px solid #cccccc; background: #e6e6e6; font-weight: normal; color: #444444; outline: none; }
.ui-datepicker .ui-state-hover,
.ui-datepicker .ui-state-focus      { border: 1px solid #1d3853; background: #3f617f; color: #fff; outline: none; }
.ui-datepicker .ui-state-highlight  { border: 1px solid #1d3853; background: #3f617f; color: #fff; }
.ui-datepicker .ui-state-disabled   { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

.ui-datepicker .ui-datepicker-header  { background:#3f617f; overflow: hidden; zoom: 1; padding: 14px 0 7px 9px; }
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next    { display: none; }


.ui-datepicker .ui-datepicker-title       { width: 174px; }
.ui-datepicker select.ui-datepicker-month { width: 89px; margin-right: 10px; }
.ui-datepicker select.ui-datepicker-year  { width: 59px; }


.ui-datepicker table  { width: 100%; border-collapse: collapse; }
.ui-datepicker th     { padding: 6px 0; text-align: center; font-weight: bold; border: 0; text-transform: uppercase; font-size: 10px; }
.ui-datepicker td     { border: 0; padding: 1px; }
.ui-datepicker td span,
.ui-datepicker td a   { display: block; padding: 3px; text-align: right; text-decoration: none; zoom: 1; }

/* IE6 IFRAME FIX */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 220px; /*must have*/
    height: 220px; /*must have*/
}
