﻿/* General styles */
body {
	margin: 0;
	padding: 0;
	border: 0;
/* This removes the border around the viewport in old versions of IE */	width: 100%;
	min-width: 600px; /* Minimum width of layout - remove line if not required */ /* The min-width property does not work in old versions of Internet Explorer */;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
h1 {
	font-size: large;
	color: #333333;
}
h2 {
	font-size: medium;
}
/* Header styles */
#header {
	clear: both;
	float: left;
	width: 100%;
	border-bottom: 1px solid #000;
	height: 100px;
	background-image: url('../images/PageStructure/HeaderBackground.jpg');
}
#headerimage {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	border-width: 0;
}
.standardimage {
	border-style: solid;
	border-width: 1px;
}
/* column container */
.colmask {
	position: relative; /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */;
	clear: both;
	float: left;
	width: 100%; /* width of whole page */;
	overflow: hidden; /* This chops off any overhanging divs */;
	border-bottom: 1px solid #000;
}
/* 2 column left menu settings */
.leftmenu {
}
.leftmenu .colright {
	float: left;
	width: 200%;
	position: relative;
	left: 150px; /*150px*/;
	background: #fff;
	border-left: 1px solid #000;
}
.leftmenu .col1wrap {
	float: right;
	width: 50%;
	position: relative;
	right: 150px; /*150px*/;
	padding-bottom: 1em;
}
.leftmenu .col1 {
	margin: 0 15px 0 165px;
/*0 15px 0 165px;*/	position: relative;
	right: 100%;
	overflow: hidden;
}
.leftmenu .col2 {
	float: left;
	width: 120px; /*120px*/;
	position: relative;
	right: 135px;				/*135px*/
}
.col2 p {
	border-width: 0px;
	font-size: small;
}
/* Footer styles */
#footer {
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	background: #fff url('../images/PageStructure/FooterRepeating.jpg') repeat-x 50% bottom;
}
#footer p {
	padding: 10px;
	margin: 0;
}
#footer img {
	border-style: none none none none;
	vertical-align: middle;
}
table.available {
	font-family: Verdana, sans-serif;
	font-size: x-small;
	border-collapse: collapse;
}
table.available th {
	border: thin #000000 solid;
	padding: 5px;
}
table.available td {
	border: thin #000000 solid;
	padding: 5px;
}
table.available td.booked {
	background-color: silver;
}
/* -------------------------------------------------- */
/* metaltop-teal */
/* -------------------------------------------------- */
#metaltop-teal {
	clear: left;
	float: left;
	padding: 0;
	background: #fff url('../images/PageStructure/MenuBarRepeating.jpg') repeat-x 50% top;
	width: 100%;
	border-bottom: 1px solid #314B16;
	border-top: 1px solid #314B16;
	overflow: hidden;
}
#metaltop-teal ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	left: 50%;
	text-align: center;
	width: auto;
}
#metaltop-teal ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
}
#metaltop-teal ul li.first {
	border-left: 1px solid #314B16;
}
#metaltop-teal ul li.last {
	border-right: 1px solid #314B16;
}
#metaltop-teal ul li a {
	display: block;
	float: left;
	margin: 0;
	padding: 20px 10px 6px 10px;
	border-left: 1px solid #314B16;
	text-decoration: none;
	color: #000;
	font-size: .8em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.3em;
}
#metaltop-teal ul li a:hover {
	color: #000;
	background-color: #fff;
	border-left: 1px solid #314B16;
	padding-top: 18px;
	padding-bottom: 8px;
}
#metaltop-teal ul li.active a, #metaltop-teal ul li.active a:hover {
	background: #fff;
	border-left: 1px solid #314B16;
	padding-top: 18px;
	padding-bottom: 8px;
}
table.monthview {
	height: 180px;
	width: 200px;
	border-collapse: collapse;
}
table.monthview td.monthheader {
	color: #000000;
	background-color: #E9FFEA;
	border-color: black;
	border-width: 1px;
	border-style: Solid;
	font-family: Arial;
	font-size: Small;
	font-weight: bold;
	height: 20px;
	width: 100%;
}
table.monthview td.daylabel {
	color: #FFFFFF;
	background-color: #017F01;
	border-color: black;
	border-width: 1px;
	border-style: Solid;
	font-family: Arial;
	font-size: X-Small;
	font-weight: bold;
	width: 14%;
}
table.monthview td.nulldate {
	color: Black;
	background-color: #FFFFFF;
	border-color: black;
	border-width: 1px;
	border-style: Solid;
	font-family: Arial;
	font-size: X-Small;
	height: 22px;
}
table.monthview td.pastdate {
	color: Black;
	background-color: silver;
	border-color: black;
	border-width: 1px;
	border-style: Solid;
	font-family: Arial;
	font-size: X-Small;
	height: 22px;
}
table.monthview td.booked {
	color: Black;
	background-color: #777777;
	border-color: black;
	border-width: 1px;
	border-style: Solid;
	font-family: Arial;
	font-size: X-Small;
	height: 22px;
	text-decoration: line-through;
}
table.monthview td.available {
	color: Black;
	background-color: #FFFFFF;
	border-color: black;
	border-width: 1px;
	border-style: Solid;
	font-family: Arial;
	font-size: X-Small;
	height: 22px;
}
table.monthview td.changeoverstart {
	color: Black;
	border-color: black;
	border-width: 1px;
	border-style: Solid;
	font-family: Arial;
	font-size: X-Small;
	height: 22px;
	background: url('/calendar_img/777777Falseffffff.jpg') no-repeat;
	margin: 0px;
}
table.monthview td.changeoverend {
	color: Black;
	border-color: black;
	border-width: 1px;
	border-style: Solid;
	font-family: Arial;
	font-size: X-Small;
	height: 22px;
	background: url('images/b2a.jpg') no-repeat;
	margin: 0px;
}
