/* CSS Document */

.ui-datepicker{ width:260px;display: none;background:#fff}
.ui-datepicker-inline{ border:1px solid #e9fafd; color:#342418;}
.ui-datepicker-header{ height:30px; line-height:30px;background:#e9fafd; position:relative}
.ui-datepicker-year{ display:none}
.ui-datepicker-title{ text-align:center; font-size:14px; font-family: ParkinsonBlack; font-style: normal; font-weight: normal;}
/*.ui-datepicker-prev{ width:5px; height:5px; background:url(/images/ico_arrow2.png) no-repeat; position:absolute; left:70px; top:12px}*/
.ui-datepicker-prev{ width:8px; height:12px; background:url(/images/arrow-black-left.png) no-repeat; position:absolute; left:70px; top:9px}
.ui-datepicker-prev:hover{background:url(/images/arrow-blue-left-hover.png) no-repeat}

.ui-datepicker-prev span{ display:none}
/*.ui-datepicker-next{ width:5px; height:5px; background:url(/images/ico_arrow1.png) no-repeat; position:absolute; right:70px; top:12px}*/
.ui-datepicker-next{ width:8px; height:12px; background:url(/images/arrow-black-right.png) no-repeat; position:absolute; right:70px; top:9px}
.ui-datepicker-next:hover{background:url(/images/arrow-blue-right-hover.png) no-repeat}



.ui-datepicker-next span{ display:none}
.ui-datepicker-calendar th{ height:22px; width:38px; background:#e9fafd; font-size:9px; font-weight:bold}
.ui-datepicker-calendar td{ height:22px; text-align:center; font-size:9px; font-weight:bold}
.ui-datepicker-calendar td a{ color:#342418; display:block; height:22px; line-height:22px;}
.ui-datepicker-calendar td a:hover{ text-decoration:none}
.ui-datepicker-calendar .ui-datepicker-today a{ background:url(/images/bg_current_day-gray.png) no-repeat; color:#fff}
.ui-datepicker-calendar .ui-datepicker-range a{ background:url(/images/bg_current_day.png) no-repeat; color:#fff}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-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*/
}