/* ********************* main datepicker style starts herwe ********************* */
.DatePicker
{/*background-color: #EDF0F2*/
background-color:#F3F6EC;}

.DatePickerHdr
{/*background-color: #EDF0F2;*/
background-color:#F3F6EC;}

.DatePickerHdrBtn
{cursor: pointer;
background-color: #638300;}

.DatePickerBtn
{cursor: pointer;}

.DatePickerBtnSelect
{background-color: #c0c0ff;cursor: pointer;}

.currentDateSelect
{ color: Red;
cursor: pointer;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;}

.weekendDateSelect{/*background-color: #638300;*/
background-color: #D9E3AA;}

.DatePickerCloseWindow
{text-align:right;
cursor: pointer;
}
TABLE.calendartable
{
font-family:arial;
font-size:10pt;
border-style:solid;
border-color:black;
border-collapse:collapse;
border-width:2px;
}



/* the div that holds the date picker calendar
.datepicker {
background-image: url(ZeUI/views/Images/show-calendar.gif);
cursor: hand;
display: block;
height: 15px;
position: absolute;
repeat: no-repeat;
width: 17px;
}
*/

/* the forward/backward buttons at the top */
.dpbutton {
background: #D8E8FF;
color: #808080;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
padding: 0px;
}

/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpdayhighlight {
color: #4060FF;
font-weight: bold;
}

/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpdayhighlighttd {
background-color: #CCCCCC;
border: 1px solid #AAAAAA;
}

/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpdaytd {
background-color: #CCCCCC;
border: 1px solid #AAAAAA;
color: #FFFFFF;
}

/* the table (within the div) that holds the date picker calendar */
.dptable {
background-color: #ECE9D8;
border: 1px solid #AAAAAA;
color: #505050;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
}

/* a table cell that holds a date number (either blank or 1-31) */
.dptd {
border: 1px solid #ECE9D8;
}

/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dptdhover {
background-color: #ACA998;
border: 1px solid #888888;
color: #FF0000;
cursor: pointer;
}

/* additional style information for the text that indicates the month and year */
.dptitletext {
color: #808080;
font-size: 12px;
font-weight: bold;
}


/* the "This Month" and "Close" buttons at the bottom */
.dptodaybutton {
background: #D8E8FF;
color: #808080;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
}
