/* Humanity style sheet for jQuery date picker v3.5.1. */

/*CALENDAR BACKGROUND*/
#datepick-div, .datepick-inline {font-family: Arial,Helvetica,sans-serif; font-size: 14px; padding: 0; margin: 0; background:#f5e8d7; color: #181818; width:198px; overflow:hidden;}
#datepick-div {display: none; border: 2px solid #f37123; /*must have*/z-index:999;/*must have*/ -moz-border-radius:12px; -webkit-border-radius:10px; -moz-box-shadow:-3px 5px 5px #333; -webkit-box-shadow:-3px 5px 5px #333;}
.datepick-inline {float: left; display: block; border: 0;}
.datepick-rtl {direction: rtl;}
.datepick-dialog {padding: 5px !important; border: 4px ridge #cb842e !important;}
.datepick-disabled {position: absolute; z-index: 100; background-color: white; opacity: 0.5; filter: alpha(opacity=50);}
button.datepick-trigger {width: 25px;}
img.datepick-trigger {display:none;}
.datepick-prompt {float: left; padding: 2px;}
* html .datepick-prompt {width: 198px;}
.datepick-control, .datepick-links, .datepick-header, .datepick {clear: both; float: left; width: 200px;}
.datepick-control, .datepick-links {padding: 2px 0px;}
.datepick-control, .datepick-links {font-weight: bold; font-size: 80%;}
.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:transparent; color: #fff; text-align: center; font-weight: bold; height: 1.8em;}
.datepick-header select {background:#fff; color: #181818; font-weight: bold; height:1.8em; font-size:12px; padding:2px; margin-bottom:2px; border:solid 1px #58595b;}
.datepick-header span {position: relative; top: 3px;}
.datepick {text-align: center; font-size: 100%; background:transparent;}
.datepick a {display: block;}
.datepick-title-row th {text-align: center; font-weight: bold; color:#fff; background:#f37123; border-top:solid 2px #fff; border-bottom:solid 2px #fff;}
.datepick-week-col {/*background: #cb842e;*/color: #181818;}
.datepick-days-cell {padding: 2px;}
.datepick-days-cell a {display: block; background:#f37123; border: 1px solid #f37123; -moz-border-radius:5px; -webkit-border-radius:5px; color:#fff; font-weight:bold;}
.datepick-other-month a {background: #f4f0ec;}
.datepick-unselectable {color: #888;}
.datepick-week-over {background: #f37123;}
.datepick-today a {background: #f37123; border: 1px solid #d9bb73; text-decoration:underline;}
.datepick-current-day a {background: #f37123; color: #fff; border: 1px solid #58595b; text-decoration:underline;}
.datepick-days-cell-over a {background: #f37123; color: #fff; border: 1px solid #58595b; font-weight:bold; text-decoration:underline;}
.datepick-status {width: 100%; font-size: 80%; text-align: center;}
#datepick-div a, .datepick-inline a {cursor: pointer; margin: 0; padding: 0;}
.datepick-inline .datepick-links a {padding: 0 3px !important;}
.datepick-control a, .datepick-links a {padding: 2px 3px !important;}
.datepick-control a:hover, .datepick-links a:hover, .datepick-title-row a:hover {text-decoration:underline;}
.datepick-multi .datepick {padding: 3px;}
.datepick-one-month {float: left; width: 198px; padding-right:2px;}
.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: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}







































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
