body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
a:link {
	text-decoration: none;
	color: #0033cc;
}
a:hover {
	text-decoration: underline;
	color: #3163CE;
}
a:active {
	text-decoration: underline;
	color: #3163CE;
}
a:visited {
	text-decoration: none;
	color: #7291d5;
	}







.year {
	border-style: outset;
	border-width: 1px;
	background-color: #e4e4e4;
	text-align: center;
}
.month {
	border-style: solid;
	border-width: 1px;
	border-color: #E5BFBF;
	background-color: #ffffff;
	text-align: center;
}
.yearname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #762523;
}
.dayname {
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	color: #AD8181;
	height:20px;
	width:30px;
	padding: 5px;
	border-bottom: dashed;
	border-width: 1px;
	border-color: #AD8181;

}
.weeknumtitle {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:30px;
	color: #0066cc;
	padding: 5px;
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:30px;
	color: #0066cc;
	padding: 5px;

}
.yearnavigation {
	font-size: 11px;
}
.datepicker {
	background-color: #efefef;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: sans-serif;
}
.monthpicker {
	font-size: 11px;
	background-color: #efefef;
}
.yearpicker {
	font-size: 11px;
	background-color: #efefef;
}
.pickerbutton {
	font-size: 11px;
	background-color: #efefef;
	border-style: outset;
	border-color: #000000;
	border-width: 1px;
}
.nomonthday {
	text-align: center;
	font-size: 11px;
	height:20px;
	width:30px;
	color: #ffffff;
	padding: 5px;

}
.monthday {
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	background-color: #E8EAF4;
	color: #666666;
	height:20px;
	width:30px;
	padding: 5px;
}
.today {
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	background-color: #C9CEE7;
	color: #333333;
	height:20px;
	width:30px;
	padding: 5px;
	border: solid;
	border-width: 1px;
	border-color: #333333;
}
.selectedday {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #66ff66;
	height:20px;
	width:30px;
}
.sunday {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	height:20px;
	width:30px;
}
.sunday a {
	color: #666666;
}
.saturday {
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	height:20px;
	width:30px;
}
.saturday a {
	color: #667171;
}
.scuevent {
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	background-color: #E8EAF4;
	height:20px;
	width:30px;
	padding: 5px;
	border: solid;
	border-width: 1px;
	border-color: #ff0000;

}
.scuevent a {
	background-color: #E8EAF4;
	color: #333333;
}
.event {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #ff0000;
	background-color: #ffff99;
	height:20px;
	width:30px;
}
.event a {
	background-color: #ffff99;
	color: red;
}
.selectedscuevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #ff0000;
	background-color: #ffcc00;
	height:20px;
	width:30px;
	padding: 5px;
	border: solid;
	border-color: #ff0000;
	border-width: 1px;
}
.selectedscuevent a {
	background-color: #ffcc00;
	color: #ff0000;
}
.todayevent {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #ff0000;
	background-color: #ffff99;
	height:20px;
	width:30px;
}
.todayevent a {
	background-color: #ffff99;
	color: #ff0000;
}
.eventcontent {
	font-size: 10px;
	border-style: outset;
	border-width: 1px;
	width: 100%;
}
.multiday {
	border: 1px solid #999;
	background: #FFF8B7;
}
.multiday a {
	font-weight: bold !important;
}

/* These colours can be changed but must remain in same order */
.colour1 { border: 2px solid #B10104; }
.colour2 { border: 2px solid green; }
.colour3 { border: 2px solid #FD6D3E; }
.colour4 { border: 2px solid blue; }
.colour5 { border: 2px solid #D310EF; }
.colour6 { border: 2px solid teal; }
.colour7 { border: 2px solid brown; }
/* For multiple categories on one day - allows for two to reside on same day */
.colour7 { border-left: 2px solid brown; border-right: 2px solid brown; }
.colour6 { border-left: 2px solid teal; border-right: 2px solid teal; }
.colour5 { border-left: 2px solid #D310EF; border-right: 2px solid #D310EF; }
.colour4 { border-left: 2px solid blue; border-right: 2px solid blue; }
.colour3 { border-left: 2px solid #FD6D3E; order-right: 2px solid #FD6D3E; }
.colour2 { border-left: 2px solid green; border-right: 2px solid green; }
.colour1 { border-left: 2px solid #B10104; border-right: 2px solid #B10104; }

.box_news_content .colour1, .box_news_content .colour2, .box_news_content .colour3, .box_news_content .colour4,
.box_news_content .colour5, .box_news_content .colour6, .box_news_content .colour7 {
	border: 2px solid #B10104;
}
.box_news_content .multiday, .multiday { border-width: 1px; }
.pastevent { background: #E8EAF4; }

/* Legend Styles */
.legend_key {
	float: left;
	padding-bottom: 5px;
	width: 300px;
}
.legend_box {
	width: 10px;
	height: 10px;
	float: left;
	color: #999;
}
.legend_desc {
	margin-left: 5px;
	padding: 0 30px 0 5px;
}