.year { background-color: transparent; border: 1px solid #000000; text-align: center; }
.month {background-color: #C6CFAD; border: 1px solid #000000; text-align: center; }
.yearname { text-align: center; font-size: 18px; font-weight: bold; }
.monthname { text-align: center; font-size: 12px; font-weight: bold; background-color: #FFCC00; color: #CC0000;	border: 1px groove #000000; }
.dayname {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #525942;
	color: #FFCC00;
	width:70px;
	border: 1px outset #000000;
}
.weeknumtitle {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFCC00;
	background-color: #525942;
	border: 1px solid #000000;
}
.weeknum {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	vertical-align:middle;
	color: #000099;
	background-color: #e9e9e9;
}
.yearnavigation { font-size: 12px; }
.datepicker { background-color: transparent; }
.datepickerform { margin: 4px; }
.monthnavigation { font-family: Tahoma, Arial, sans-serif; }
.monthpicker { font-size: 10px; background-color: #eeeeee; 	background-color: transparent; }
.yearpicker { font-size: 10px; background-color: #eeeeee; }
.pickerbutton {
	font-size: 10px;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.nomonthday {
	text-align: left;
	font-size: 10px;
	vertical-align:top;
	width:20px;
	color: #CC0000;
	border: 1px outset #000000;
}
.monthday {
	text-align: left;
	vertical-align:top;
	font-size: 10px;
	font-weight: bold;
	background-color: #E4E4E4;
	color: #384955;
	width:20px;
	border: 1px outset #000000;
}
.today {
	text-align: left;
	vertical-align:top;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFCC00;
	color: #525942;
	width:20px;
	border: 1px groove #525942;
}
.selectedday {
	text-align: left;
	vertical-align:top;
	font-size: 10px;
	font-weight: bold;
	background-color: #CC0000;
	color: #FF0000;
	width:20px;
	border: 1px outset #FF0000;
}
.sunday {
	text-align: left;
	vertical-align:top;
	font-size: 10px;
	font-weight: bold;
	color: #667171;
	width:20px;
	border: 1px outset #000000;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: left;
	vertical-align:top;
	font-size: 10px;
	font-weight: bold;
	color: #667171;
	width:20px;
	border: 1px outset #000000;
}
.saturday a {
	color: #667171;
}
.event {
	text-align: left;
	vertical-align:top;
	font-size: 9px;
	font-weight: bold;
	color: #FFCC00;
	background-color: #525942;
	width:20px;
	border: 1px outset #FFCC00;
}

.selectedevent {
	text-align: left;
	vertical-align:top;
	font-size: 9px;
	font-weight: bold;
	color: #FFCC00;
	background-color: #525942;
	width:20px;
	border: 1px outset #FFCC00;
}

.todayevent {
	text-align: left;
	vertical-align:top;
	font-size: 10px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	width:20px;
	border: 1px outset #000000;
}

.eventcontent {
	text-align: left;
	vertical-align:top;
	font-size: 9px;
	font-weight: bold;
	color: #FFCC00;
	background-color: #FF0000;
	border: 1px solid #000000;
}
