@charset "UTF-8";
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #D5DCE2;
	margin: 0px;
}
.menu {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #757E8D;
}
a:link {
	color: #787F65;
	text-decoration: none;
}
a:visited {
	color: #787F65;
	text-decoration: none;
}
a:hover {
	color: #787F65;
	text-decoration: underline;
}
a:active {
	color: #787F65;
	text-decoration: none;
}
.panel {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	background-image: url(images/september_r4_c2.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	color: #303234;
}
.copy {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
}
.head {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	color: #787F65;
}
.cell_available {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #303234;
	background-color: #D3DBE1;
	height: 25px;
}
.cell_days {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #787F65;
	background-color: #F1F3F5;
	text-align: center;
}
.cell_booked {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #BAC59E;
	height: 25px;
}
.cell_tops {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #303234;
}
.field {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #303234;
	background-color: #EBEDF0;
	padding: 1px;
	width: 220px;
	border: 1px inset #B2BBC2;
}
.tableborder {
	border: 1px solid #BAC59E;
}
