.year {
	border-style: outset;
	border-width: 1px;
	background-color: #003399;
	text-align: center;
}
.month {
	border-style: none;
	background-color: #e6e6e6;
	text-align: center;
	width: 100%;
}
.yearname {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #ce181f;
}
.dayname {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #afb0b2;
	color: #ffffff;
	border: 1px solid #afb0b2;
}
.weeknumtitle {
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	background-color: #e9e9e9;
	border-style: outset;
	border-width:1px
}
.weeknum {
	text-align: center;
	font-size: 10px;
	background-color: #e9e9e9;
}
.yearnavigation {
	font-size: 11px;
}
.datepicker {
	background-color: #e4e4e4;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Arial, Helvetica, 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 {
	text-align: center;
	font-size: 10px;
}
.monthday {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #ffffff;
}
.today {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #afb0b2;
	color: #FFFFFF;
}
.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #66ff66;
	color: #FFFFFF;
}
.sunday {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFFFFF;
}
.sunday a {
}
.saturday {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #FFFFFF;
}
.saturday a {
}
.event {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #f1f1f1;
}
.event a {
	background-color: #f1f1f1;
}
.selectedevent {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #fbf1d6;
}
.selectedevent a {
	background-color: #fbf1d6;
	color: #FFFFFF;
}
.todayevent {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.todayevent a {
	color: #FFFFFF;
	background-color: #fbf1d6;
	display: block;
}
#upcoming_events a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003781;
	text-decoration:none;
	font-weight:bold;
}
#upcoming_events a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cc071e;
	text-decoration:none;
	font-weight:bold;
}
