.DatePickerJS /* main datepicker style */
{
     background-color: #EBEDF2;
     font-size: 10px;
     z-index: 1024;
     position: absolute;
     visibility: hidden;
     border: none;
     filter: progid:DXImageTransform.Microsoft.shadow(Strength=3,Direction=135 Color='gray' )
}
.DatePickerJS th{border:none;}
.DatePickerJS th.dayheader{ font-weight:bold; font-size:11px;}
.DatePickerJS .d7,
.DatePickerJS .d7 *{color:red!Important}

.DatePickerJS tr td{padding:1px;}
.DatePickerJS tr.days td{border: solid 1px #8390A5; background-color:#FFFFFF; padding:1px; text-align:center; font-size:10px;}

.DatePickerHdr /* style for the header row */
{
     background-color: #8390A5;
     font-size: 10px;
}
.DatePickerHdr img{margin-top:2px;}

.DatePickerHdrBtn /* style for buttons in the header row */
{
     cursor: pointer;
     font-size: 10px;
}

.DatePickerBtn /* style for the calendar area */
{
     cursor: pointer;
     font-size: 10px;
}

.DatePickerValue /* style for the textbox with date */
{
	font-size: 10px;
}

.DatePickerJS tr.days .DatePickerBtnSelect /* highlighted date */
{
     background-color: #c0c0ff;
     cursor: pointer;
     font-size: 10px;
}

