/* Main Style Sheet for jQuery UI date picker */
#datepicker_div, .datepicker_inline {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;font-size: 12px;padding: 0;margin: 2;width: 185px;}
#datepicker_div {display: none;border: 5px solid #000000;z-index: 9999; background:#000000; /*must have*/}
.datepicker_inline {float: left;display: block;border: 0;}
.datepicker_rtl {direction: rtl;}
.datepicker_dialog {padding: 5px !important;border: 4px ridge #00FFFF !important;}
button.datepicker_trigger {width: 25px; height:25px; vertical-align:absmiddle; background:#003300}
img.datepicker_trigger {margin: 2px;vertical-align: middle;}
.datepicker_prompt {float: left;padding: 2px;}
* html .datepicker_prompt {width: 185px;}
.datepicker_control, .datepicker_links, .datepicker_header, .datepicker {clear: both;float: left;width: 100%;color: #FFFF00;}

.datepicker_control, .datepicker_links {font-size:12px;}
.datepicker_links label { /* disabled links */padding: 2px 5px;}
.datepicker_clear, .datepicker_prev {float: left;width: 34%;text-align: left;}
.datepicker_rtl .datepicker_clear, .datepicker_rtl .datepicker_prev {float: right;text-align: right;}
.datepicker_current {float: left;width: 30%;text-align: center;}
.datepicker_close, .datepicker_next {float: right;width: 34%;text-align: right;}
.datepicker_rtl .datepicker_close, .datepicker_rtl .datepicker_next {float: left;text-align: left;}

.datepicker_control {background: #000000;padding: 0px 0px; }
.datepicker_links {background: #111111;padding: 0px 0px; height:14px; line-height:12px; font-weight:bold;}
.datepicker_header {padding: 0px;background: #111111;text-align: center; font-weight:bold;}
.datepicker_header select {background: #69645C;border: 0px none; margin:0px; font-size:11px; line-height:11px;}
.datepicker_titleRow { background:#000000;}
.datepicker_titleRow .datepicker_weekEndCell { background:#000000;}
.datepicker_daysRow {background: #8A877D;color: #003366;}
.datepicker_weekEndCell {background: #7C766B;}
.datepicker_daysCell {border: 1px solid #69645C;}

.datepicker {text-align: center;font-size: 100%;}
.datepicker a {display: block;width: 100%; color: #FF9966;}
.datepicker_weekCol {background: #770066;color: #fff;}
.datepicker_daysCell a{display: block; color:#FFFFFF;}

.datepicker_daysCellOver {background: #CC3333; color:#FFFFFF;}
.datepicker_unselectable {color: #888;}
.datepicker_today {background: #000000;color:AA0000; !important;}
.datepicker_currentDay {background: #FF9999 !important;}
.datepicker_status {width: 100%;font-size: 80%;text-align: center;}

/* ________ Datepicker Links _______
** Reset link properties and then override them with !important */
#datepicker_div a, .datepicker_inline a {cursor: pointer;margin: 0;padding: 0;background: none;}
.datepicker_inline .datepicker_links a {padding: 0 5px !important;}
.datepicker_control a {padding: 2px 5px !important;color: #FFFFFF !important;}
.datepicker_links a {padding: 2px 5px !important;color: #FFFFFF !important;}
.datepicker_titleRow a {color: #69645C !important;}
.datepicker_control a:hover { text-decoration:overline !important;}
.datepicker_links a:hover, .datepicker_titleRow a:hover {text-decoration:overline  !important;}

/* ___________ MULTIPLE MONTHS _________*/

.datepicker_multi .datepicker {border: 0px solid #000000;}
.datepicker_oneMonth {float: left;width: 185px;}
.datepicker_newRow {clear: left;}

/* ___________ IE6 IFRAME FIX ________ */
.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: 200px; /*must have*/
    height: 200px; /*must have*/}
