/* Default style sheet for jQuery date picker v3.5.2. */
#datepick-div, .datepick-inline { font-family: Arial, Helvetica, sans-serif; font-size: 12px; padding: 0; margin: 0; background: #ddd; color: #000; width: 185px; }
#datepick-div { display: none; z-index: 100; /*must have*/ }
.datepick-inline { float: left; display: block; border: 0; }
.datepick-rtl { direction: rtl; }
.datepick-dialog { padding: 5px !important; border: 4px ridge #ddd !important; }
.datepick-disabled { position: absolute; z-index: 100; background-color: white; opacity: 0.5; filter: alpha(opacity=50); }
button.datepick-trigger { width: 25px; padding: 0px; }
img.datepick-trigger { margin: 2px; vertical-align: middle; }
.datepick-prompt { float: left; padding: 2px; }
* html .datepick-prompt { width: 185px; }
.datepick-control, .datepick-links, .datepick-header, .datepick { clear: both; float: left; width: 100%; color: #fff; }
.datepick-control { background: url(img/calender/datepick-header.gif) repeat-x; padding: 5px 0; }
.datepick-links { background: #000; padding: 2px 0px; }
.datepick-control, .datepick-links { font-weight: bold; font-size: 11px; }
.datepick-links label { padding: 2px 5px; color: #888; }
.datepick-clear, .datepick-prev { float: left; width: 34%; }
.datepick-rtl .datepick-clear, .datepick-rtl .datepick-prev { float: right; text-align: right; }
.datepick-current { float: left; width: 30%; text-align: center; }
.datepick-close, .datepick-next { float: right; width: 34%; text-align: right; }
.datepick-rtl .datepick-close, .datepick-rtl .datepick-next { float: left; text-align: left; }
.datepick-header { background: #333; text-align: center; font-weight: bold; height: 1.6em; }
.datepick-header select { background: #333; color: #fff; border: 0px; font-family:Arial, Helvetica, sans-serif, "Trebuchet MS"; font-size:11px; font-weight:700 }
.datepick-header span { position: relative; top: 3px; }
.datepick { background: #ccc; text-align: center; font-size: 12px; border: 1px solid #bbb; border-collapse:collapse; }
.datepick a { display: block; width: 100%; }
.datepick-title-row { background: #777; }
.datepick-title-row th { text-align: center; font-weight: normal; }
.datepick-days-row { background: #eee; color: #666; }
.datepick-week-col { background: #777; color: #fff; }
.datepick-days-cell { color: #000;  background: url(img/calender/days-bg.gif) repeat-x top #dedede; padding:6px 4px; border: 1px solid #bbb; border-collapse:collapse; font-weight:700}
.datepick-other-month { background: url(img/calender/other-month.gif) repeat-x top #ececec; color:#b4b3b3  }
.datepick-week-end-cell { background: url(img/calender/other-month.gif) repeat-x top #ececec; color:#b4b3b3 }
.datepick-title-row .datepick-week-end-cell { background: #777; }
.datepick-week-over { background: #ddd; }
.datepick-unselectable { color: #888; }

.datepick-today{ color:#fff; background: url(img/calender/current-day.gif) repeat-x top #64a7ba; }
.datepick-today a{ color:#fff;  }

.datepick-current-day { background: url(img/calender/current-day.gif) repeat-x top #64a7ba; color: #fff; }
.datepick-current-day a{ color: #fff; }
.datepick-days-cell-over { background: url(img/calender/current-day.gif) repeat-x top #64a7ba; color: #fff;}
.datepick-days-cell-over a{color: #fff;}
.datepick-status { background: #ddd; width: 100%; text-align: center; }
#datepick-div a, .datepick-inline a { cursor: pointer; margin: 0; padding: 0; text-decoration: none; }
.datepick-inline .datepick-links a { padding: 0 5px !important; }
.datepick-control a, .datepick-links a { padding: 2px 5px !important; color: #eee; }
.datepick-title-row a { color: #eee; }
.datepick-control a:hover { background: #fdd; color: #333; }
.datepick-links a:hover, .datepick-title-row a:hover { background: #ddd; color: #333; }
.datepick-multi .datepick { border: 1px solid #777; }
.datepick-one-month { float: left; width: 225px; }
.datepick-new-row { clear: left; }

/* ___________ IE6 IFRAME FIX ________ */
.datepick-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: -1px; /*must have*/ left: -1px; /*must have*/ width: 227px; /*must have*/ height: 187px; /*must have*/ }
