.year {
	border-style: outset;
	border-width: 1px;
	background-color: #e4e4e4;
	text-align: center;
}
.month {
	background-color: #cccccc;
	text-align: center;
	border: solid;
	width: 96%;
}
.yearname {
	text-align: center;
	font-size: medium;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: small;
	font-weight: bold;
	background-color: #00B1AE;
	color: #FFFFFF;
	border-style: outset;
	border-width:1px
}
.dayname td {
	text-align: center;
	font-size: small;
	font-weight: bold;
	background-color: #00B1AE;
	color: #ffffff;
	border-style: outset;
	border-width:1px;
	height: 20px;
	width: 70px;
}
.yearnavigation {
	font-size: small;
}
.datepicker {
	background-color: #cccccc;
}
.datepickerform {
	margin: 0px;
}
.monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
	color: #000000;
}
.monthnavigation a:link, .monthnavigation a:visited, .monthnavigation a:active {
	font-family: Tahoma, Arial, sans-serif;
	color: #000000;
}
.monthnavigation a:hover {
	font-family: Tahoma, Arial, sans-serif;
	color: red;
}
.monthpicker {
	font-size: small;
	background-color: #eeeeee;
}
.yearpicker {
	font-size: small;
	background-color: #eeeeee;
}
.pickerbutton {
	font-size: small;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.nomonthday {
	text-align: center;
	font-size: small;
	height:20px;
	width:20px;
	color: #aaaaaa;
	padding: 5px;
	border: solid;

}
.monthday {
	text-align: left;
	font-size: small;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #384955;
	height:7em;
	width:14%;
	padding: 0px;
	border: none;
	vertical-align: top;
}
.today {
	text-align: left;
	font-size: small;
	font-weight: bold;
	background-color: #00B1AE;
	color: #ffffff;
	height:5em;
	width:14%;
	vertical-align: top;
}
.selectedday {
	text-align: center;
	font-size: small;
	font-weight: bold;
	background-color: #66ff66;
	height:20px;
	width:20px;
}
.sunday {
	text-align: left;
	font-size: small;
	font-weight: bold;
	color: #667171;
	height:7em;
	width:14%;
	vertical-align: top;
	background-color: #FFFFFF;
}
.sunday a {
	color: #667171;
}
.saturday {
	text-align: left;
	font-size: small;
	font-weight: bold;
	color: #667171;
	height:7em;
	width:14%;
	background-color: #FFFFFF;
	vertical-align: top;
}
.saturday a {
	color: #667171;
}
.event {
	text-align: left;
	font-size: small;
	font-weight: bold;
	color: red;
	background-color: #FFFFFF;
	height:5em;
	width:14%;
	vertical-align: top;
}
.event a {
	background-color: #826aa9;
	color: red;
}
.selectedevent {
	text-align: center;
	font-size: small;
	font-weight: bold;
	color: red;
	background-color: #826aa9;
	height:20px;
	width:20px;
}
.selectedevent a {
	background-color: #826aa9;
	color: red;
}
.todayevent {
	text-align: left;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	width:14%;
	vertical-align: top;
}
.todayevent a {
	color: #826aa9;
}
.eventcontent {
	font-size: x-small;
	width: 95%;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
/*	border: 2px outset;  */
	line-height: 1.5em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.eventcontent a:link, a:active, a:visited{
	color:#0000FF;
}
.eventcontent a:hover{
	color:#00B1AE;
}
.calendar_blue_txt {
	font-weight: bold;
	color: #00B1AE;  /*  This is really the teal colour from the 3 Fathoms site */
}
.calendar_red_txt {
	font-weight: bold;
	color: #FB5F48;
}
