.year {
	text-align: center;
}
.month {
	border-style: none;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #1e7ca1;
	margin-bottom:10px;
}
.dayname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #667171;
	border-style: none;
}
.weeknumtitle {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #667171;
	border-style: none;
}
.weeknum {
	text-align: center;
	font-size: 10px;
	color: #CD5C5C;
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #FAEBD7;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
	font-size: 11px;
}
.yearpicker {
	font-size: 11px;
	background-color: #EEDFCC;
}
.pickerbutton {

}
.nomonthday {
	text-align: center;
	font-size: 10px;

	color: #aaaaaa;
	
}
.monthday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #000000;

	border-right:1px solid #999;
	
	padding:10px;

}
.today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #1e7ca1;

	border-right:1px solid #999;
}
.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-style: none;
	background-color: #CDC9C9;
}
.sunday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	padding:10px;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	padding:10px;
	border-right:1px solid #999;
}
.saturday a {
	color: #667171;
}
.event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background:url(../assets/calendar_event.png) no-repeat center;
	border-right:1px solid #999;
}
.event a {
	color: #000000;
	text-decoration:none;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #000000;
	background-color: #CDC9C9;
}
.selectedevent a {
	background-color: #ffffff;
	color: #000000;
}
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #1e7ca1;
	background:url(../assets/calendar_event.png) no-repeat center;
	border-right:1px solid #999;
}
.todayevent a {
	color: #1e7ca1;
}
.eventcontent {
	font-size: 10px;
	width: 100%;
}
