#DatePickerBody
{
	text-align: center;
}
#DatePickerYear, #DatePickerClose, .DatePicker, .DatePickerWknd
{
	font-weight: bold;
}
#DatePickerPrev, #DatePickerNext
{
	padding-left: 1;
	padding-right: 1;
}
#DatePickerClose
{
	color: black;
	text-decoration: none;
} 
.DatePicker
{
     background-color: mintcream; /*honeydew;*/
}
.DatePickerHdr
{
     background-color: lightgrey;
}
.DatePickerBtnSelect
{
     background-color: yellow;
}
.DatePickerWeekend, .DatePickerWknd
{
	background-color: #dde7f0;
}
.DatePickerBtn, .DatePickerBtnSelect, .DatePickerWeekend
{
     cursor: pointer;
     cursor: hand;
}