/* TfL style sheet for jQuery date picker v3.7.0. */


#monthYearDatepicker /* Input field width - single date*/
{
    width: 6em;
}
#rangeMinmaxDatepicker  /* Input field width - date range */
{
    width: 10em;
}

#datepick-div, .datepick-inline
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-size: 1.2em;
    padding: 0;
    margin: 0;
    width: 15em;
}


#datepick-div td, #datepick-div th
{
    border: none;
    width: 21px;
    height: 21px;
    font-size: 11px;
    padding: 0;
}

#datepick-div
{
    z-index: 100;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 4px solid #0597db;
    background: #ffffff;
    -moz-box-shadow: 5px 5px 5px #ccc;
    width: 155px !important;
    padding-bottom: 5px;
    position: absolute;
    top: 2px;
    left: 245px;
}
.datepick-inline
{
    float: left;
    display: block;
    border: 0;
}
.datepick-rtl
{
    direction: rtl;
}
.datepick-dialog
{
    padding: 5px !important;
    border: 4px ridge #83C948 !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
{
    margin: 2px;
    vertical-align: middle;
}

img.datepick-trigger:hover 
{
    cursor:pointer;
    }


.datepicker-field
{
    display: inline !important;
    vertical-align: middle;    
}


.datepick-prompt
{
    float: left;
    padding: 2px;
    background: #E0F4D7;
    color: #000;
}

* html .datepick-prompt
{
    width: 15em;
}

.datepick-links, .datepick-header, .datepick
{
    clear: both;
    float: left;
    width: 100%;
}

.datepick-control
{
    clear: both;
    height: 17px;
    width: 100%;
}

.datepick-control
{
    background: #0597DB;
    padding: 2px 0px;
}

.datepick-control, .datepick-links
{
    font-weight: bold;
    font-size: 80%;
}

.datepick-clear
{
    float: left;
}


.datepick-prev
{
    float: left;
    margin-left: 1px;
}

.datepick-prev a
{
    background: url(images/calendar-prev.gif) no-repeat;
}

.datepick-prev a:hover
{
    background-position: 0 -12px !important;
}

.datepick-next a:hover
{
    background-position: 0 -12px !important;
}

.datepick-next
{
    right: 4px;
}

.datepick-prev, .datepick-next, .datepick-prev a, .datepick-next a
{
    width: 5px !important;
}

.datepick-prev a, .datepick-next a
{
    display: block;
    text-indent: 9999px !important;
    overflow: hidden;
    outline: none;
    height: 12px;
}

.datepick-control a, .datepick-links a
{
    padding-left: 7px !important;
    color: #000 !important;
}


.datepick-links label
{
    color: #888;
    display: block;
    overflow: hidden;
    width: 12px;
    height: 12px;
    text-indent: 9999px
}

.datepick-links
{
    position: absolute;
    width: 148px;
    top: 26px;
}

.datepick-next a
{
    background: url(images/calendar-next.gif) no-repeat;
}

.datepick-rtl .datepick-clear, .datepick-rtl .datepick-prev
{
    float: right;
    text-align: right;
}

.datepick-current
{
    float: left;
    width: 30%;
    text-align: center;
    visibility: hidden;
}

.datepick-close, .datepick-next
{
    float: right;
    text-align: right;
}

.datepick-close a
{
    background: url(images/calendar-close.gif) no-repeat !important;
    display: block;
    width: 10px;
    overflow: hidden;
    text-indent: 9999px;
    outline: none;
    height: 15px;
    float: right
}


.datepick-close a:hover
{
    background-position: 0 -15px !important;
}

.datepick-rtl .datepick-close, .datepick-rtl .datepick-next
{
    float: left;
    text-align: left;
}

.datepick-header
{
    color: #000000;
    text-align: center;
    font-weight: bold;
    height: 20px;
    background: #ffffff;
}

.datepick-header select
{
    background: #83C948;
    color: #fff;
    border: 0px;
    font-weight: bold;
}

.datepick-header span
{
    position: relative;
    top: 3px;
}

.datepick
{
    background: #CCC;
    text-align: center;
    font-size: 100%;
}

.datepick a
{
    display: block;
    width: 100%;
}

.datepick-title-row
{
    color: #000;
}

.datepick-title-row th
{
    text-align: center;
    font-weight: bold;
    color: #707070;
    background: #ffffff !important;
}


.datepick-days-row
{
    background: #FFF;
    color: #666;
}

.datepick-week-col
{
    background: #B1DB87;
    color: #000;
}

.datepick-days-cell
{
    background: transparent url(images/calendar-valid.gif) repeat scroll 0 0;
}

table.datepick td 
{
    background: transparent url(images/calendar-valid.gif) repeat scroll 0 0;
    }


.datepick-days-cell a
{
    display: block;
}

.datepick-other-month
{
    background: transparent url(images/calendar-td.gif) repeat scroll 0 0;
}

table.datepick td.datepick-week-end-cell
{
    background: transparent url(images/calendar-weekend.gif) repeat scroll 0 0;
}


.datepick-unselectable
{
    color: #b7b7b7;
    background: transparent url(images/calendar-td.gif) repeat scroll 0 0;
}

.datepick-week-over, .datepick-week-over .datepick-week-end-cell
{
    background: #B1DB87;
}

.datepick-today a
{
    font-weight: bold;
}

table.datepick td.datepick-today
{
    background: transparent url(images/calendar-today.gif) repeat scroll 0 20px;
}

.datepick-current-day a
{
    color: #ffffff !important;
    font-weight: bold;
}

table.datepick td.datepick-current-day
{
    background: transparent url(images/calendar-valid.gif) repeat scroll 0 20px;
    color: #fff;
}

.datepick-days-cell-over, .datepick-days-cell-over.datepick-week-end-cell
{
    color: #000;
    border: 1px solid #777;
}

.datepick-status
{
    background: #E0F4D7;
    width: 100%;
    font-size: 80%;
    text-align: center;
}

#datepick-div a, .datepick-inline a
{
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.datepick-inline .datepick-links a
{
    padding: 0 5px !important;
}

.datepick-title-row a
{
    color: #000;
}

.datepick-control a:hover
{
    background: #FDD;
    color: #333;
}

.datepick-title-row a:hover
{
    background: #FFF;
    color: #333;
}

.datepick-multi .datepick
{
    border: 1px solid #83C948;
}

.datepick-one-month
{
    margin-left: 3px;
    width: 148px;
}

.datepick-new-row
{
    clear: left;
}

table.datepick
{
    margin-bottom: 0;
}

/* ___________ 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: -1px; /*must have*/
    left: -1px; /*must have*/
    width: 187px; /*must have*/
    height: 187px; /*must have*/
}
