﻿body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	border: none;
	background-image:url('Images/Left Bar Background.gif'); 
	background-repeat:repeat-y;
	overflow:auto;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

a.white{
	font-size: 16px;
	font-weight:bold;
	color: #E7EDE7;
}

a:hover {
	text-decoration:underline;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;

}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#003366; 
}

hr {
	width: 100%;
	color: #003366;
}

img {
	border: none;
}

img.thumbnail {
	width: 160px; 
	height: 120px;
}

iframe.calendar {
	border: 0px;
	margin: 0px;
	padding: 0px;
	height: 500px;
	width: 100%;
}

iframe.map {
	border: 0px;
	margin: 0px;
	padding: 0px;
	height: 375px;
	width: 100%;
}

/*========================================
POSITIONING DIVS FOR TOP AND SIDE BARS
==========================================*/
div {
	margin: 0px;
	padding: 0px;
}

div.topbar {
	position:absolute;
	top:0px;
	height:125px; 
	width:100%;
	background-image: url('Images/Top Bar.gif'); 
	background-repeat: repeat-x;
	background-color:navy;
	z-index:1;
}

div.logo {
	position:absolute;
	top: 7px;
	right:40px;
	z-index:10;
}

div.corner {
	position: absolute; 
	top: 115px; 
	height:30px;
	width:26px; 
	left: 160px;
	z-index:2; 
	background-image:url('Images/Top Bar Corner.gif');
	background-repeat:no-repeat
}

div.leftbar {
	 position:absolute; 
	 top:115px;
	 width:160px;
	 height:400px;
	 z-index:3;
	 background-color:navy;
	 background-image:url('Images/Left Bar.gif');
	 background-repeat:no-repeat
}

div.menu {
	position:absolute; 
	top:30px; 
	left: 18px;
	z-index:4;
}

div.menutitle {
	cursor: pointer;
	margin-bottom: 5px;
	background-color: #ECECFF;
	color: #000000;
	width: 140px;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	z-index:5;
}

div.submenu {
	margin-bottom: 0.5em;
}


div.content {
	float:none;
	position: absolute;
	top: 130px;
	left:200px;
	right:20px;
	z-index: 6;
}

div.w3c {
	position: absolute;
	bottom: 10px;
	left: 35px; 
	z-index: 7;
}

/*======================
TABLES 
 ======================*/
table {
	border-collapse:collapse;
}

td {
	vertical-align: top;
}

table.prices {
	border-style:solid;
	border-color:gray;
	border-width:thin;
	border-collapse:separate;
}

table.hallusers {
	border:none;
	margin-left:auto;
	margin-right:auto;
}

table.hallusers td {
	padding-bottom: 50px;
}

table.hallusers th {
	width:170px;
	text-align:center;
	padding-bottom:30px;
}


table.prices th {
	border-style:solid;
	border-width:1px;
	border-color:gray;
	padding:10px;
	text-align:center;
	vertical-align:middle;
	background-color:#98CBFE;
}

table.prices td {
	border-style:solid;
	border-width:1px;
	border-color:gray;
	padding:10px;
	text-align:center;
	vertical-align:middle;
}

td.map {
	width: 70%;
	height: 375px; 
	padding-left: 40px;
}