/* Style reset */

.datepicker, .datepicker div
{
    float: none;
}

/* GENERAL STYLES */
div.datepicker  
{
    width:175px;
    height:193px;
    border:solid 1px #959599;
    position:absolute;
    z-index:210;
}
div.datetimepicker  
{
    width:268px;
    height:193px;
    border:solid 1px #1B376C;
    position:absolute;
}
div.datepicker-header
{
    background-color:#717075;
    position:absolute;
    left:0px;
    top:0px;
    width:175px;
    height:22px;   
    border-bottom:solid 1px #959599;
    color:#ffffff;         
}
div.datepicker-header-monthyear
{
    font-family:Tahoma;
    font-size:11px;
    width:87px;
    height:24px;
    line-height:22px;
    vertical-align:middle;
    margin-left:auto;
    margin-right:auto;
    clear:both;
    text-align:center;
    cursor:pointer;            
}
div.datepicker-header-label
{
    float:left;
    cursor:pointer;
}
div.datepicker-changemonth-down
{
    width:7px;
    height:4px;
    background-image:url(/images/datepicker/datepicker-changemonth-down.gif);
    background-repeat: no-repeat;
    float:left;
    position:relative;
    top:9px;
    left:10px;
    cursor:pointer;
}
div.datepicker-changemonth-previous
{
    width:15px;
    height:15px;
    position:absolute;
    left:10px;
    top:3px;
    background-image:url(/images/datepicker/datepicker-changemonth-previous2.gif);
    cursor:pointer;
}
div.datepicker-changemonth-next
{
    width:15px;
    height:15px;
    position:absolute;
    right:15px;
    top:3px;
    background-image:url(/images/datepicker/datepicker-changemonth-next2.gif);
    cursor:pointer;
}
div.datepicker-button-cancel
{
    width:15px;
    height:15px;
    position:absolute;
    right:2px;
    top:4px;
    background-image:url(/images/datepicker/datepicker-button-cancel.gif);
    cursor:pointer;
}

div.datetimepicker div.datepicker-changemonth-next { right:10px; }
div.datetimepicker div.datepicker-button-cancel { right:10px; }

div.datepicker-body
{
    position:absolute;
    top:23px;
    left:0px;
    height:142px;
    width:175px;
    background-color:#DEDFE1;
}
div.datepicker-body table 
{
    width:100%;
    height:100%;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    border: 0;
}
div.datepicker-body table tr:first-child
{
    /*background-image:url(/images/datepicker/datepicker-body-header.png);*/
    background-repeat:repeat-x;
    background-color:#959599;
}
div.datepicker-body table tr:first-child td.unselectable
{
    color:#000000;
}
div.datepicker-body table td
{            
    text-align:center;
    font-family:Arial;
    font-size:11px;
    cursor:pointer;
}
div.datepicker-body table td.unselectable
{
    color:#AAAAAA;
    cursor:auto;
}
div.datepicker-body table td.highlight
{
    background-color:#959599;
    color: #FFFFFF;
}
div.datepicker-body table td.selected
{
    color: #000000 !important;
    font-weight:bold;
    background-image:url(/images/datepicker/datepicker-day-selected2.gif);
    background-repeat:no-repeat;
}
div.datepicker-footer
{
    /*background-image:url(/images/datepicker/datepicker-footer.png);*/
    background-repeat:repeat-x;
    background-color:#717075;
    position:absolute;
    left:0px;
    bottom:0px;
    width:175px;
    height:27px;
    border-top:solid 1px #959599;
    clear:left;
}
div.datepicker-button-over button
{
    border:solid 2px #F8B230;
    width: 100%;
}
div.datepicker-button
{
    border:solid 1px #959599;
    background-color:#959599;
    /*background-image:url(/images/datepicker/datepicker-button.png);
    background-repeat:repeat-x;*/
    height:16px;
    width:60px;
    position:relative;
    float:left;
    top:5px;
    margin-left:18px;
}
div.datepicker-button button
{
    background-color:Transparent;
    font-family:Tahoma;
    font-size:11px;
    border:solid 0px #ffffff;
    width: 100%;
    height:13px;
    cursor:pointer;
    color: #FFFFFF;
}

div.datepicker-button-left
{
    position:absolute;
    display:none;
    left:-4px;
    top:0px;
    width:4px;
    height:21px;
    background-image:url(/images/datepicker/datepicker-button-left.png);
}

div.datepicker-button-right
{
    position:absolute;
    display:none;
    right:-4px;
    top:0px;
    width:4px;
    height:21px;
    background-image:url(/images/datepicker/datepicker-button-right.png);
}

div.datepicker-monthyearpicker
{
    width:175px;
    height:193px;
    z-index:2;
    background-color:#DEDFE1;
    position:relative;
    top: auto;
    left: auto;
    clear:both;
}
div.datepicker-monthyearpicker-footer
{
    background-color: #717075;
    position:absolute;
    left:0px;
    bottom:0px;
    width:175px;
    height:29px;
    border-top:solid 1px #717075;
    text-align:center;
} 
div.datepicker-monthyearpicker-footer button
{
    background-color:#959599;
    border:solid 0px #ffffff;
    height:19px;
    width: 54px;
    cursor:pointer;
    color:#FFFFFF;
    margin-right:10px;
    margin-top:4px;
    font-family:arial;
    font-size:12px;
}
div.datepicker-monthyearpicker-month
{
    float:left;
    width:86px;
    height:164px;
    border-right:solid 1px #717075;
    border-bottom:solid 1px #717075;
    background-color:#DEDFE1;
    color:#727275;
    clear:both;
    padding-top:3px;
    padding-right:3px;
}
div.datepicker-monthyearpicker-item
{
    width:32px;
    height:18px;
    line-height: 18px;
    float:left;
    font-family:arial;
    font-size:12px;    
    margin-left:5px;
    padding:2px 2px 2px 2px;
    margin-bottom:5px;
    cursor:pointer;
    text-align:center;
}
div.datepicker-monthyearpicker-item.highlight
{
    background-color:#959599;
    color: #FFFFFF;
}
div.datepicker-monthyearpicker-item.selected
{
    background:url(/images/datepicker/datepicker-monthyearpicker-item-selected.gif) no-repeat;
    color: #000000 !important;
}
div.datepicker-monthyearpicker-previousyear
{
    width:32px;
    height:18px;
    float:left;
    font-family:arial;
    font-size:12px;    
    margin-left:5px;
    padding:2px 2px 2px 2px;
    margin-bottom:5px;
    background-image:url(/images/datepicker/datepicker-monthyearpicker-year-previous.gif);
    background-repeat:no-repeat;
    background-position:left top;    
}
div.datepicker-monthyearpicker-previousyear.highlight
{
    cursor:pointer;
}
div.datepicker-monthyearpicker-nextyear.highlight
{
    cursor:pointer;    
}

div.datepicker-monthyearpicker-nextyear
{
    width:32px;
    height:18px;
    float:left;
    font-family:arial;
    font-size:12px;    
    margin-left:5px;
    padding:2px 2px 2px 2px;
    margin-bottom:5px;
    background-image:url(/images/datepicker/datepicker-monthyearpicker-year-next.gif);    
    background-repeat:no-repeat;
    background-position:right top;
    position:relative;
}
div.datepicker-monthyearpicker-year
{
    margin-top:3px;        
    float:left;
    width:84px;
    height:164px;
    border-bottom:solid 1px #717075;
    color:#727275;    
}

input.datepicker
{
    /*background-image:url(/images/datepicker/datepicker-input-background.png);*/
    float: left;
    background-repeat:repeat-x;
    border-left: solid 1px #717075;
    border-top: solid 1px #717075;
    border-bottom: solid 1px #717075;
    border-right: 0px none #000000;
    width:76px;
    height:12px;
    padding: 1px 1px 1px 3px;
    font-size:10px;
    font-family:Verdana;
    vertical-align:middle;
}

a.pickerLink
{
    float:left;
}

a.pickerLink div.pickerImage
{
    float: left;
    border: 0px none #000000;
    background-image: url(/images/calendarIcon.gif);
    background-repeat: no-repeat;
    display: block;
    width:16px;
    height:16px;
}

a.pickerLink:hover div.pickerImage
{
    background-image:url(/images/calendarIcon.gif);
}

div.datepickerInputContainer input
{
float:left;
}
div.datepickerInputContainer
{
clear:left;
width:198px;
position:relative;
}

div.timepicker
{
     height:193px;   
     width:92px;
     border-left:solid 1px #1B376C;
     position:absolute;
     right:0px;
     top:0px;
}

div.timepicker-header
{
    background-image:url(/images/datepicker/datepicker-header.png);
    background-repeat:repeat-x;
    background-color:#23437D;
    position:absolute;
    left:0px;
    top:0px;
    width:92px;
    height:24px;   
    border-bottom:solid 1px #EDF2F8;
    color:#ffffff;         
}
div.timepicker-subheader
{
    background-image:url(/images/datepicker/datepicker-body-header.png);
    background-repeat:repeat-x;
    background-color:#23437D;
    height:20px;
    width:92px;
    top:25px;
    position:absolute;  
    clear:left;
}
div.timepicker-subheader div.label
{
font-family:Arial;
font-size:11px;
color:#000000;
width:30px;
float:left;
margin-left:10px;
margin-top:3px;
}

div.timepickeroptions div.col { float:left; }
div.timepickeroptions img.down { top:4px; }
div.timepickeroptions
{
    overflow:auto;
    position:absolute;
    top:45px;
    height:148px;
    width:92px;
    background-color:#ffffff;
}
div.timepickeroptions ul
{
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    padding:2px 2px 0px 2px;
    list-style-type:none;
}
div.timepickeroptions ul li
{
    cursor:pointer;
    font-size:11px;
    padding:2px 2px 2px 2px;
    font-family:Arial;
    border:solid 1px #ffffff;
}
div.timepickeroptions ul li.hour { 
    margin-top:0px;
}
div.timepickeroptions ul li.alt { 
    background-color:#ffffff;
}
div.timepickeroptions ul li.highlight
{
    background-color:#DDECFE;
}
div.timepickeroptions ul li.selected
{
    background-color:#DDECFE;
    border:solid 1px #840000;
    font-weight:bold;
}

div.timepickeroptions ul li img { position:absolute; left:10px; }

div.timepickeroptions div.col > div.label { font-weight:bold; margin-left:10px; }
div.timepickeroptions ul li div.label { display:inline; }











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