﻿div.datepicker  
{
    width:175px;
    height:193px;
    border:solid 1px #1B376C;
    position:absolute;
    z-index:210;
}
div.datetimepicker  
{
    width:268px;
    height:193px;
    border:solid 1px #1B376C;
    position:absolute;
}
div.datepicker-header
{
    background-image:url(/images/datepicker/datepicker-header.png);
    background-repeat:repeat-x;
    background-color:#23437D;
    position:absolute;
    left:0px;
    top:0px;
    width:175px;
    height:24px;   
    border-bottom:solid 1px #EDF2F8;
    color:#ffffff;         
}
div.datepicker-header-monthyear
{
    font-family:Tahoma;
    font-size:11px;
    width:87px;
    height:24px;
    line-height:24px;
    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.png);
    float:left;
    position:relative;
    top:9px;
    left:10px;
    cursor:pointer;
}
div.datepicker-changemonth-previous
{
    width:15px;
    height:15px;
    position:absolute;
    left:10px;
    top:2px;
    background-image:url(/images/datepicker/datepicker-changemonth-previous.png);
    cursor:pointer;
}
div.datepicker-changemonth-next
{
    width:15px;
    height:15px;
    position:absolute;
    right:15px;
    top:2px;
    background-image:url(/images/datepicker/datepicker-changemonth-next.png);
    cursor:pointer;
}
div.datepicker-button-cancel
{
    width:15px;
    height:15px;
    position:absolute;
    right:2px;
    top:2px;
    background-image:url(/images/datepicker/datepicker-button-cancel.png);
    cursor:pointer;
}

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

div.datepicker-body
{
    position:absolute;
    top:25px;
    left:0px;
    height:140px;
    width:175px;
    background-color:#ffffff;
}
div.datepicker-body table 
{
    width:100%;
    height:100%;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    border-collapse: collapse;
}
div.datepicker-body table tr:first-child
{
    background-image:url(/images/datepicker/datepicker-body-header.png);
    background-repeat:repeat-x;
    background-color:#23437D;
}
div.datepicker-body table tr:first-child td.unselectable
{
    color:#233D6D;
}
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:#DDECFE;
}
div.datepicker-body table td.selected
{
    font-weight:bold;
    background-image:url(/images/datepicker/datepicker-day-selected.png);
    background-repeat:no-repeat;
}
div.datepicker-footer
{
    background-image:url(/images/datepicker/datepicker-footer.png);
    background-repeat:repeat-x;
    background-color:#23437D;
    position:absolute;
    left:0px;
    bottom:0px;
    width:175px;
    height:29px;
    border-top:solid 1px #A3BAD9;
    clear:left;
}
div.datepicker-button-over button
{
    border:solid 2px #F8B230;
}
div.datepicker-button
{
    border-top:solid 1px #003C74;
    border-bottom:solid 1px #003C74;
    background-color:#C7C9CE;
    background-image:url(/images/datepicker/datepicker-button.png);
    background-repeat:repeat-x;
    height:21px;
    width:50px;
    position:relative;
    float:left;
    top:3px;
    margin-left:25px;
}
div.datepicker-button button
{
    background-color:Transparent;
    font-family:Tahoma;
    font-size:11px;
    border:solid 0px #ffffff;
    width:50px;
    height:21px;
    cursor:pointer;
    font-weight:normal;
    padding-left:14px;
}

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

div.datepicker-button-right
{
    position:absolute;
    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:#ffffff;
    position:relative;
    clear:both;
}
div.datepicker-monthyearpicker-footer
{
    background-image:url(/images/datepicker/datepicker-footer.png);
    background-repeat:repeat-x;
    background-color:#23437D;
    position:absolute;
    left:0px;
    bottom:0px;
    width:175px;
    height:29px;
    border-top:solid 1px #A3BAD9;
    text-align:center;
} 
div.datepicker-monthyearpicker-footer button
{
    background-color:#083772;
    border-top:solid 1px #3366CC;
    border-left:solid 1px #3366CC;
    border-bottom:solid 1px #000055;
    border-right:solid 1px #000055;
    height:20px;
    width:auto;
    cursor:pointer;
    color:#ffffff;
    margin-right:3px;
    margin-top:4px;
    font-family:arial;
    font-size:12px;
}
div.datepicker-monthyearpicker-month
{
    float:left;
    width:86px;
    height:164px;
    border-right:solid 1px #C5D2DF;
    border-bottom:solid 1px #C5D2DF;
    color:#15428B;
    clear:both;
    padding-top:3px;
    padding-right:3px;
}
div.datepicker-monthyearpicker-item
{
    width:32px;
    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:#DDECFE
}
div.datepicker-monthyearpicker-item.selected
{
    background-image:url(/images/datepicker/datepicker-monthyearpicker-item-selected.png);
}
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.png);
    background-repeat:no-repeat;
    background-position:left top;    
}
div.datepicker-monthyearpicker-previousyear.highlight
{
    background-image:url(/images/datepicker/datepicker-monthyearpicker-year-previous-highlight.png);
    cursor:pointer;
}
div.datepicker-monthyearpicker-nextyear.highlight
{
    background-image:url(/images/datepicker/datepicker-monthyearpicker-year-next-highlight.png);    
    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.png);    
    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 #C5D2DF;
    color:#15428B;    
}

input.datepicker
{
    background-image:url(/images/datepicker/datepicker-input-background.png);
    background-repeat:repeat-x;
    border:solid 1px #B5B8C8;
    width:155px !important;
    height:17px !important;
    padding-left:3px;
    font-size:11px;
    font-family:Verdana;
    line-height:13px;
    padding-top:3px;
    vertical-align:middle;
}

a.pickerLink
{
 float:left;
 padding:0px;
}
a.pickerLink div.pickerImage
{
    border:0px;
    background-image:url(/images/datepicker/datepicker-input-button-off.png);
    width:17px;
    height:22px;
}
a.pickerLink:hover div.pickerImage
{
    background-image:url(/images/datepicker/datepicker-input-button-on.png);
}

div.datepickerInputContainer input
{
float:left;
}
div.datepickerInputContainer
{
clear:left;
float:left;
width:198px;
position:relative;
z-index:3;
zoom:1;
top:0px;
left:0px;
}

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:#233D6D;
width:30px;
float:left;
margin-left:10px;
margin-top:3px;
}

div.timepickeroptions div.col { float:left; font-family:Arial; }
div.timepickeroptions div.col ul li div { font-family:Arial; }
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; }




div.static div.datepicker-footer div.datepicker-button + div.datepicker-button  /* ok button */
{
	display:none;
}

div.static div.datepicker-changemonth-down, div.static div.datepicker-button-cancel /* month selector, cancel button */
{
	display:none;
}
div.static
{
	width:246px;
}
div.static div.timepicker
{
	border-left:none;
	width:70px;
}
div.static div.timepicker-subheader, div.static div.timepicker-header, div.static div.timepickeroptions
{
	border-left:solid 1px #1B376C;
	left:-1px;
	width:70px;
}
div.static div.timepickeroptions
{
	height:220px;
	overflow:hidden;
	border-right:solid 1px #1B376C;
	border-bottom:solid 1px #1B376C;
}
div.static div.timepickeroptions ul li
{
	padding:1px;
}

div.staticinput input, div.staticinput a.pickerLink
{
	display:none;
}
div.static
{
	position:absolute;
}
div.static div.timepicker-subheader div.label
{
	width:23px;
}

div.datepickerstatic
{
		width:175px;
}
div.timepickerstatic
{
		width:246px;
}

body.ie div.static div.timepickeroptions ul li
{
	padding:0px;
	height:14px;
}

div.datepicker
{
    float:left;
}
