.year {
	border:1px solid #666666;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #FFFFFF;
	text-align: center;
	padding: 1px;
	margin: 1px;
	width: 100%;
}
.yearname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	display: none;
}
.monthname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #FCC;
}
.dayname {
	text-align: center;
	font-size: 9px;
	border-style: none;
	width: 21px;
}
.weeknumtitle {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	background-color: #ffffff;
	border-style: none;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
}
.week {
	border-style: none;
	background-color: #ffffff;
	text-align: center;
}
.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	border-style: solid;
	border-width:1px
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #ffffff;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
	font-size: 11px;
	background-color: #ffffff;
}
.yearpicker {
	font-size: 11px;
	background-color: #ffffff;
}
.pickerbutton {

}
.nomonthday {
	text-align: center;
	font-size: 10px;
	color: #aaaaaa;
}
.today, .saturday, .sunday, .monthday {
	text-align: center;
	background-color: #fff;
}
.saturday, .sunday {
}

.today a, .saturday a, .sunday a, .monthday a {
	outline: none;
}
.key .monthday {
	border: solid 1px black;
}

.selectedday {
	text-align: center;
	font-weight: bold;
	background-color: #ffffff;
}
.todayevent1, .event1 {
	text-align: center;
	color: #fff;
	background-color: red;
}
.event1 a {
	color: #fff;
	outline: none;
}

.todayevent2, .event2 {
	text-align: center;
	color: #000;
	background-color: #cccccc;
}
.event2 a {
	color: #000;
	outline: none;
}

.todayevent3, .event3 {
	text-align: center;
	color: #000;
	background-color: #FFCC33;
}

.event3 a {
	color: #000;
	outline: none;
}

.selectedevent {
	text-align: center;
	color: #000000;
	background-color: #ffffff;
}
.selectedevent a {
	background-color: #ffffff;
	color: #000000;
}
.todayevent a {
	color: #fff;
}
.eventcontent {
	width: 100%;
}

td.nomonthday, td.event1, td.event2, td.event3, td.monthday, td.today, td.saturday, td.sunday {
	height:20px;
	width: 20px;
}