.month, .nav{
	background-color:#cceaec;
	color: #000000;
	font: 8pt sans-serif;
}
.select{
	background-color: Gray;
	color: white;
	font: 8pt sans-serif;
	text-align:left;
}
.zu{
	background-color: #cceaec;
	color: #000000;
	font: 8pt sans-serif;
	cursor:pointer;
}
.nav{
	cursor: pointer;
	cursor: hand;
}
.dayHeader{
	color: black;
	font: 8pt sans-serif;
	border-bottom: 1px gray solid;
	font-weight: bold;
}
.empty{
	background-color: white;
	border-bottom: 1px gray solid;
}
.days{
	color: black;
	background-color: rgb(235,235,235);
	font: 8pt sans-serif;
	border-bottom: 1px gray solid;
	border-left: 1px gray solid;
	border-right: 1px gray solid;
	cursor: pointer;
	cursor: hand;
}
.date{
	color: maroon;
	font: 8pt sans-serif;
	font-weight: bold;
	border-bottom: 1px gray solid;
	border-left: 1px gray solid;
	border-right: 1px gray solid;
	cursor: pointer;
	cursor: hand;
}

