
.frontpageEvents table {
  margin-top: 1em;
}

.frontpageEvents .year {
	border-style: outset;
	border-width: 1px;
	text-align: center;
}
.frontpageEvents .month {
	border-style: none;
	background-color: transparent;
	text-align: center;
}
.frontpageEvents .yearname {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.frontpageEvents .monthname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background-color: #DADADA;
	color: #5D5D5D;
	border-style: outset;
	border-width:1px
}
.frontpageEvents .dayname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #00744A;
	color: #ffffff;
	border-style: outset;
	border-width:1px
}
.frontpageEvents .weeknumtitle {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	background-color: #00744A;
	border-style: outset;
	border-width:1px
}
.frontpageEvents .weeknum {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #000099;
	background-color: #e9e9e9;
}
.frontpageEvents .yearnavigation {
	font-size: 12px;
}
.frontpageEvents .datepicker {
	background-color: #e4e4e4;
}
.frontpageEvents .datepickerform {
	margin: 0px;
}
.frontpageEvents .monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
	text-align: center;
}
.frontpageEvents .monthpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.frontpageEvents .yearpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
.frontpageEvents .pickerbutton {
	font-size: 11px;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.frontpageEvents .nomonthday {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #aaaaaa;
}
.frontpageEvents .monthday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #E4E4E4;
	color: #384955;
	height:20px;
	width:20px;
}
.frontpageEvents .today {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #e4e4e4;
	border: 1px solid #00744A;
	color: #ffffff;
	height:20px;
	width:20px;
}
.frontpageEvents .selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #ffffff;
	border: 1px solid #00744A;
	height:20px;
	width:20px;
}

.frontpageEvents .sunday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #ff0000 !important;
	height:20px;
	width:20px;
}

.frontpageEvents .sunday a {
	color: #ff0000 !important;
}
.frontpageEvents .saturday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #606060 !important;
	height:20px;
	width:20px;
}
.frontpageEvents .saturday a {
	color: #606060 !important;
}
.frontpageEvents .event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: #00744A;
	height:20px;
	width:20px;
}
.frontpageEvents .event a {
	background-color: #00744A;
	color: white;
}
.frontpageEvents .selectedevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: #00744A;
	height:20px;
	width:20px;
}
.frontpageEvents .selectedevent a {
	background-color: #ffffff;
	color: red;
}
.frontpageEvents .todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #00744A;
	height:20px;
	width:20px;
}
.frontpageEvents .todayevent a {
	background-color: #ffff99;
	color: red;
}
.frontpageEvents .eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}