.PickerCSS
{
	background-color: #ffffff;
	border:1px solid #6f9dd9;
	padding:0px;
	margin:0px;
}
.PickerCSS a
{
    text-decoration:none;
}
.PickerHeaderCSS
{
	background-color: #9ebef5;
	height: 30px;
}
.PickerCSS td
{
	padding:0px;
	margin:0px;
}
.PickerFooterCSS
{
	background-color: #9ebef5;
}
.PickerWeekDayCSS
{
	background-color: #9ebef5;
	text-align: center;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-size: 10px;
	border: solid 1px white;
	height: 19px;
}
.PickerCalendarCSS
{
	background-color: #DDDDDD;
	border:solid 1px white;
	height: 19px;
}
.PickerWorkDayCSS
{
	background-color: #ffffff;
	border:solid 1px white;
}
a.PickerWorkDayCSS
{
	color: black;
	text-decoration: none;
	border: none;
}
a.PickerWorkDayCSS:hover
{
	color: blue;
	text-decoration: underline;
	border: none;
	font-weight:bold;
}
.PickerForbidenCSS
{
	background-color: #999999;
	color: white;
	border: solid 1px white;
	font-weight: bold;
}
.PickerSelectedCSS
{
	background-color: Yellow;
	border:solid 1px black;
}
A.PickerSelectedCSS
{
	font-weight: bold;
	color: #0066ff;
	text-decoration: underline;
	border: none;
}