.DatePicker /* main datepicker style */
{
     background-color: #eff8ef;
     font-size: 10px;
     z-index: 1024;
     position: absolute;
     visibility: hidden;	 
}

.DatePickerHdr /* style for the header row */
{
     background-color: #e0ffe0;
     font-size: 10px;
}

.DatePickerHdrBtn /* style for buttons in the header row */
{
     cursor: pointer;
     font-size: 10px;
}

.DatePickerBtn /* style for the calendar area */
{
     cursor: pointer;
     font: 10px Arial,sans-serif;
	 text-align: center;
	 border: 0px;
}

.DatePickerValue /* style for the textbox with date */
{
	font-size: 10px;
}

.DatePickerBtnSelect /* highlighted date */
{
     background-color: #DDDDDD;
     cursor: pointer;
	 font: 10px helvetica,arial,sans-serif;
	 font-weight: bold;
	 text-align: center;
	 color: #000;
	 border: 0px;	 
}

