/* Default style sheet for jQuery date picker v3.5.1. */ #datepick-div, .datepick-inline { font-family: Tahoma Arial,Helvetica,sans-serif; font-size: 12px; padding: 0; margin: 0; background: #fff; color: #000; margin-left:30px; width: 185px; } #datepick-div{ display: none; border: 1px solid #ebf3f7; 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:0 0 0 4px; cursor:pointer; float:left; /*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: #ebf3f7; line-height:15px; border-bottom:1px solid #94bfd4; border-left:1px solid #94bfd4; border-right:1px solid #94bfd4; padding: 2px 0px; width:185px; } .datepick-close{ margin:0 auto; float:none; text-align:center; } .datepick-close a{ color:#069;; } .datepick-links { background:#fff; padding:0 0px; line-height:20px; } .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-next, .datepick-prev{ position:absolute; top:2px; left:3px; } .datepick-next a, .datepick-prev a{ background: url(../images/btn-prev-next.gif) no-repeat 0 0; width:19px; height:19px; display:block; text-indent:-9999px; overflow:hidden; } .datepick-next a{ background-position:0 -19px; } .datepick-next{ right:3px; left:auto; } .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:#ebf3f7; text-align: center; font-weight: bold; font-size:11px; line-height:23px; color:#069; /*height: 1.6em;*/ } .datepick-header select { background: #333; color: #fff; border: 0px; font-weight: bold; } .datepick-header span { position: relative; } .datepick { background: #fff; text-align: center; font-size: 100%; } .datepick a { display: block; color:#000; width: 100%; } .datepick-title-row { /*background: #777;*/ } .datepick-title-row th { text-align: center; border-bottom:1px solid #ebf3f7; color:#069; font-weight: normal; } .datepick-days-row { /*background: #eee;*/ color: #666; } .datepick-week-col { /*background: #777;*/ color: #000; } .datepick-days-cell { color: #000; line-height:15px;; border: 1px solid #fff; } .datepick-days-cell a { display: block; } .datepick-other-month { background: #fff; } .datepick-week-end-cell { /*background: #ddd;*/ } .datepick-title-row .datepick-week-end-cell { /*background: #777;*/ } .datepick-week-over { /*background: #ddd;*/ } .datepick-unselectable { color: #000; } .datepick-today { background: #f63; } .datepick-current-day { /*background: #777;*/ color: #fff; } .datepick-days-cell-over { background: #fff; color: #000; border: 1px solid #777; } .datepick-status { background: #ddd; width: 100%; font-size: 80%; text-align: center; } #datepick-div a, .datepick-inline a { cursor: pointer; margin: 0; font-size:11px; padding: 0; } .datepick-inline .datepick-links a { padding: 0 5px !important; } .datepick-control a, .datepick-links a { /*padding: 2px 5px !important;*/ color: #069; } .datepick-title-row a { color: #eee; } .datepick-control a{ font-size:11px; font-weight:normal; } .datepick-control a:hover{ /*background: #fdd;*/ color:#f63 !important; } .datepick-links a:hover, .datepick-title-row a:hover { /*background: #ddd;*/ color: #f63; } .datepick-multi .datepick { border: 1px solid #777; } .datepick-one-month { float: left; border-top:1px solid #94bfd4; border-left:1px solid #94bfd4; border-right:1px solid #94bfd4; width: 185px; } .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*/ }