.year {
	font: 12px georgia, serif;
	border: 1px dashed #efefef;
	background-color: #fff;
	text-align: center;
	width: 100%;
}
.month {
	border: 1px solid #efefef;
	text-align: center;
}
.yearname {
	text-align: center;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 11px;
	background-color: #597eab;
	color: #fff;
	height: 18px;
}
.dayname td {
	text-align: center;
	font: 10px georgia, serif;
	background-color: #5f8fcf;
	color: #fff;
	height:20px;
	width:20px;
}
.yearnavigation {
	display: none;
}
.datepicker {
	background-color: #e4e4e4;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.yearpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.pickerbutton {
	font-size: 11px;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.nomonthday {
	height:20px;
	width:20px;
}
.monthday, .saturday, .sunday, .today, .event, .event1, .event2, .event3, .event4, .event5, .event6 {
	text-align: center;
	vertical-align: middle;
	font: 11px verdana, arial;
	background-color: #eee;
	color: #384955;
	height:20px;
	width:20px;
}
.today {
	background-color: #5CB5C7;
	color: #ffffff;
}
.selectedday {
	background-color: #66ff66;
}
.event {
	float: left;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
}
.event1 {
	background: red;
	color: #fff;
}
.event2 {
	background-color: #999999;
	color: #fff;
}
.event3 {
	background-color: #FFCC00;
	color: #fff;
}
.event4 {
	background-color: #6633FF;
	color: #fff;
}
.event5 {
	background-color: #00CC00;
	color: #fff;
}
.event6 {
	background-color: #990000;
	color: #fff;
}
.sunday {
	background: red;
	color: #fff;
}
