.year {
	border-style: outset;
	border-width: 1px;
	background-color: #D7DBDF;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #D7DBDF;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background-color: #D7DBDF;
	color: #9B0000;
	border-style: solid;
	border-width:0px
}
.dayname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #132C54;
	border-style: none;
	border-width:1px
}
.weeknumtitle {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #5A6980;
	border-style: none;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #960502;
	background-color: #C2C2C2;
}
.week {
	border-style: none;
	background-color: #D4DDE6;
	text-align: center;
}
.monthweek {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #667171;
	border-style: solid;
	border-width:1px
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	background-color: #CED6E1;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
	font-size: 11px;
	background-color: #C2CBDA;
}
.yearpicker {
	font-size: 11px;
	background-color: #CED6E1;
}
.pickerbutton {
	border-style: solid;
	border-width: 1px;
	background-color: #CED6E1;
}
.nomonthday {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #aaaaaa;
}
.monthday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #8B97AC;
	height:20px;
	width:20px;
}
.today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 0px;
	border-style: solid;
	background-color: #970000;
	color: #FFFFFF;
	height:20px;
	width:20px;
}
.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: none;
	background-color: #132C54;
	height:20px;
	width:20px;
	color: #FFFFFF;
}
.sunday {
	background-color: #C1C1C1;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:20px;
	width:20px;
}
.sunday a {
	color: #667171;
}
.saturday {
	background-color: #F3F8FC;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:20px;
	width:20px;
}
.saturday a {
	color: #667171;
}
.event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #132C55;
	height:20px;
	width:20px;
}
.event a {
	color: #FFFFFF;
}
.selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #132C54;
	background-color: #CCCCCC;
	height:20px;
	width:20px;
}
.selectedevent a {
	background-color: #ffffff;
	color: #132C54;
}
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	color: #FFFFFF;
	background-color: #A00700;
	height:20px;
	width:20px;
}
.todayevent a {
	color: #FFFFFF;
}
.eventcontent {
	font-size: 10px;
	border-style: solid;
	border-width: 1px;
	width: 100%;
}

