@charset "utf-8";
/* CSS Document */

body {
	margin: 20px;
	padding: 0px;
	background-attachment: fixed;
	background-color: #0099FF;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
td#middle {
	background-image: url(middle.png);
	background-repeat: repeat-y;
}
.bannerimg {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
}
table#mainborder {
	border: 2px solid #000033;
}
ul.mainmenu li a {
	text-align:left;
	line-height: 24px;
	font-size: 11pt;
	color: #FFFFFF;
	display: block;
	text-decoration: none; /* IE6 Bug */
	background-color: #002C6D;	/* Right-hand border colour = LINE */
	font-family: Calibri, Verdana, Arial;
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	
}
ul.mainmenu {
	list-style-type: none;
	width: 170px;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
}

ul.mainmenu li a:hover {
	background: #9E6934;
	text-decoration: none;
	background-color: #718CB7;
	color: #00255E;
	

}
td#bottomright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000033;
}
#bottomright a {
	color: #000033;
}
td#submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000033;
}
#submenu a {
	color: #000033;
	text-decoration: none;
}
#submenu a:hover {
	color: #00CC00;
}
.title {
	font-family: Calibri, Arial, Verdana;
	font-size: 14pt;
	color: #000033;
}
.maintext {
	font-family: Calibri, Arial, Verdana;
	font-size: 11pt;
	color: #333333;
}
.imgborder {
	border: 2px solid #666666;
}
a {
outline:none
}
td#cal1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #006E3B;
	background-color: #FFFFFF;
}
td#booked {
	color: #FFFFFF;
	background-color: #FF3300;
	font-family: Calibri, Verdana, Arial;
	font-size: 9pt;
	height: 25px;
}
td#dayz {
	font-family: Calibri, Verdana, Arial;
	font-size: 10pt;
	color: #000033;
}
td#monthname {
	font-family: Calibri, Verdana, Arial;
	font-size: 12pt;
	color: #003300;
}

td#few {
	color: #FFFFFF;
	background-color: #3366FF;
	font-family: Calibri, Verdana, Arial;
	font-size: 9pt;
	height: 25px;
}
td#closed {
	background-color: #CCCCCC;
	font-family: Calibri, Verdana, Arial;
	font-size: 8pt;
	height: 25px;
}
td#open {
	font-family: Calibri, Verdana, Arial;
	font-size: 8pt;
	color: #FFFFFF;
	background-color: #006600;
	height: 25px;
}
