/* 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 #FFCC00;z-index: 9999; /*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;}
img.datepicker_trigger {margin-left: 2px;vertical-align: middle;height:22px; width:25px;cursor: hand;}
.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; font-style:normal;}
.datepicker_current {float: left;width: 30%;text-align: center; font-style:normal;}
.datepicker_close, .datepicker_next {float: right;width: 34%;text-align: right; font-style:normal; }
.datepicker_rtl .datepicker_close, .datepicker_rtl .datepicker_next {float: left;text-align: left; font-style:normal;}

.datepicker_control {background: #115599;padding: 0px 0px; width:185px; float:left;}
.datepicker_links {background: #115599;padding: 0px 0px; height:14px; line-height:12px; width:185px; float:left;}
.datepicker_header {padding: 0px;background: #115599;text-align: center;}
.datepicker_header select {background: #0A3158;border: 0px none; margin:0px; padding:0px; font-size:11px; line-height:11px; color:#FFFFFF;}
.datepicker_titleRow { background:#115599;}
.datepicker_titleRow .datepicker_weekEndCell { background:#115599;}
.datepicker_daysRow {background: #5782B1;color: #FFFFFF;}
.datepicker_weekEndCell {background: #2F67A2;}
.datepicker_daysCell {border: 1px solid #115599;}

.datepicker_newYear { width:auto;}
.datepicker_newMonth { width:auto;}

.datepicker {text-align: center; font-size:12px;}
.datepicker a {display: block;width: 100%; color: #FF9966; font-style:normal;font-weight: normal; text-decoration: none; }
.datepicker_weekCol {background: #770066;color: #fff;}
.datepicker_daysCell a{display: block; color:#FFFFFF; font-style:normal;font-weight: normal; text-decoration: none;}

.datepicker_daysCellOver {background: #FF0066; color:#FFFFFF;}
.datepicker_unselectable {color: #888;}
.datepicker_today {background: #99CC00;color:115599; !important;}
.datepicker_currentDay {background: #FFCC00 !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;font-style:normal;font-weight: normal; text-decoration: none;}
.datepicker_inline .datepicker_links a {padding: 0 5px !important;font-style:normal;font-weight: normal; text-decoration: none;}
.datepicker_control a {padding: 2px 5px !important;color: #FFFFFF !important;font-style:normal;font-weight: normal; text-decoration: none;}
.datepicker_links a {padding: 2px 5px !important;color: #FFFFFF !important;font-style:normal;font-weight: normal; text-decoration: none;}
.datepicker_titleRow a {color: #FFFFFF !important;font-style:normal;font-weight: normal; text-decoration: none;}
.datepicker_control a:hover { text-decoration:overline !important;font-style:normal;font-weight: normal; text-decoration: none;}
.datepicker_links a:hover, .datepicker_titleRow a:hover {text-decoration:overline  !important;font-style:normal;font-weight: normal; text-decoration: none;}

/* ___________ MULTIPLE MONTHS _________*/

.datepicker_multi .datepicker {border: 0px solid #FFFFFF;}
.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*/}