/* CSS Document */

body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana;	
}
.redcell{
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 12px;
	padding-bottom: 7px;
	color:#ffffff;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	background-color: #CC0000;	
}
.greycell{
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 12px;
	padding-bottom: 7px;
	color:#333333;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	background-color: #CCCCCC;	
}
.tableleft{
	padding-right: 10px;
}

.tblleft {
	background-image: url(/images/tblleft.jpg);
}
.tblright{
	background-image: url(/images/tblright.jpg);
}
.tblbottom{
	background-image: url(/images/tblbottom.jpg);
}
.header{
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.pageheading {
	font-size: 32px;
	color: #CC0000;
}

.topmenu{
	margin-left: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 0px;
	font-family: Verdana;
	font-size: 11px;
}
.smalltextdark{
	color:#333333;

	font-family: Verdana;
	font-size: 9px;
}

.topmenured {
	color: #CC0000;
	font-weight: bold;	
}
.topmenugrey {
	color: #666666;
}

.footer{
	color: #666666;
	margin-left: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 0px;
	font-family: Verdana;
	font-size: 9px;
}

a.footer:link {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
a.footer:visited {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}
a.footer:active {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}
a.footer:hover {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}


.txtbody {
	font-size: 11px;
	line-height: 125%;	
	margin-left: 1px;
	color: #666666;
}
.contactform{
	font-size: 11px;
	line-height: 142%;	
	margin-left: 1px;

	color: #333333;
}

.subhead{
	font-size: 11px;
	line-height: 125%;
	color: #CC0000;
	font-weight: bold;
}

.subbody {
	font-size: 10px;
	line-height: 125%;	
	color: #666666;
}


.cellpad {
}

a:link {
	color: #CC0000;
}
a:visited {
	color: #CC0000;
}
a:active {
	color: #CC0000;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;	
}

a.topmenugrey:link {
	color: #666666;
	font-weight: bold;	
	text-decoration: none;
}
a.topmenugrey:visited {
	text-decoration: none;
	font-weight: bold;	
	color: #666666;
}
a.topmenugrey:hover {
	text-decoration: none;
	font-weight: bold;	
	color:#CCCCCC;
}
a.topmenugrey:active {
	text-decoration: none;
	font-weight: bold;	
	text-decoration: non;
	color: #666666;
}
.calendar-top{
	color:#ffffff;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	background-color: #CC0000;	
}

.calendar-available{
	background-color: #CCCCCC;
}
.calendar-booked{
	background-color: #CC0000;
	font-weight: bold;
	color: #FFFFFF;
}
.calendar-reserved{
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
}