.eventcontent a {
	text-decoration:none;
	text-align:center;
}
.eventcontent a:hover {
	text-decoration:underline;
}
.monthnavigation a {
	text-decoration:none;
	text-align:center;
}
.monthnavigation a:hover {
	text-decoration:none;
}
.year {
	border-style:outset;
	border-width:1px;
	background-color:#e4e4e4;
	text-align:center;
}
.month {
	border:1px solid #c1aec9;
	background-color:#efeaf1;
	text-align:center;
	margin-top:0.2em;
}
.yearname {
	text-align:center;
	font-size:18px;
	font-weight:bold;
}
.monthname {
	text-align:center;
	font-size:0.7em;
	font-weight:bold;
	color:#653579;
}
.dayname {
	text-align:center;
	font-size:12px;
	font-weight:bold;
	background-color:#653579;
	color:#ffffff;
	padding:5px;
}
.weeknumtitle {
	text-align:center;
	font-size:12px;
	font-weight:normal;
	background-color:#e9e9e9;
	border-style:outset;
	border-width:1px;
}
.weeknum {
	text-align:center;
	font-size:10px;
	height:20px;
	width:30px;
	color:#000099;
	background-color:#e9e9e9;
}
.week {
	border-style:none;
	background-color:#e4e4e4;
	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:#e4e4e4;
	padding:10px;
}
.datepickerform {
	padding:2px;
	margin:0;
}
.monthnavigation {

}
.monthpicker {
	font-size:0.7em;
	background-color:#eeeeee;
}
.yearpicker {
	font-size:0.7em;
	background-color:#eeeeee;
}
.pickerbutton {
	font-size:0.7em;
}
.nomonthday {
	text-align:center;

	font-size:12px;
	height:20px;
	width:30px;
	color:#aaaaaa;
}
.monthday {
	text-align:center;

	font-size:12px;
	font-weight:bold;
	background-color:#e4e4e4;
	color:#555555;
	height:20px;
	width:30px;
}
.today {
	text-align:center;

	font-size:12px;
	font-weight:bold;
	background-color:#c1aec9;
	color:#ffffff;
	height:20px;
	width:30px;
}
.selectedday {
	text-align:center;

	font-size:12px;
	font-weight:bold;
	background-color:#66ff66;
	height:20px;
	width:30px;
}
.sunday {
	text-align:center;

	font-size:12px;
	font-weight:bold;
	color:#555555;
	background-color:#cccccc;
	height:20px;
	width:30px;
}

.saturday {
	text-align:center;

	font-size:12px;
	font-weight:bold;
	color:#555555;
	background-color:#cccccc;
	height:20px;
	width:30px;
}

.event {
	text-align:center;
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
	color:red;
	background-color:#ffff99;
	height:20px;
	width:30px;
}
.event a, .event a:visited, .event a:hover {
	color:#ff0000;
}
.event a:hover {
	text-decoration:none;
}
.selectedevent {
	text-align:center;

	font-size:12px;
	font-weight:bold;
	color:red;
	background-color: #ffff99;
	height:20px;
	width:30px;
}
.selectedevent a {
	background-color:#ffff99;
	color:red;
}
.todayevent {
	text-align:center;
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	background-color:#c1aec9;
	height:20px;
	width:30px;
}
.todayevent a {
	background-color:#c1aec9;
	color:#ffffff;
}
.eventcontent {
	font-size:11px;
	border-bottom:1px solid #653579;
	border-top:1px solid #653579;
	width:100%;
	margin-bottom:10px;
	text-align:left;
}

.largecalendarlink {
	text-align:center;
	width:235px;
	font-size:0.7em;
	margin-top:0.5em;
	margin-bottom:2em;
}