﻿table {
	font-size: 1em;
}

table td {
	
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
}

p {
	line-height: 1.4em;
}

hr {
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}

a {
	text-decoration: none;
	color: #d32525;
}

a:visited {
	color: #980000;
}

body
{
	background-color: #ffffff;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
}

.header {
	background-image: url(Images/header.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 760px;
	height: 81px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	position: absolute;
	left: 37px;
	top: 12px;
	text-transform: uppercase;
	font-size: 18px;
}

h2 {
	position: absolute;
	left: 37px;
	top: 60px;
	font-size: 14px;
}
.shim {
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 8px;
	font-size: 0;
}

.column {
	background-image: url(images/content-shim.gif);
}

.gradient {
	background-image: url(images/content-shim-photo.gif);
}

.solid {
	background-image: url(images/content-shim-none.gif);
}

.page {
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

h1 {
	position: absolute;
	left: 37px;
	top: 12px;
	text-transform: uppercase;
	font-size: 18px;
}

h2 
{
	font-size: 14px;
}

.menutop {
	position: absolute;
	right: 37px;
	top: 17px;
	text-transform: uppercase;
	font-size: 10px;
}

.nav {
	position: absolute;
	right: 37px;
	top: 60px;
	text-transform: uppercase;
	font-size: 10px;
}

.menutop a:visited, .nav a:visited {
	color: #d32525;
}

#sidebar {
	float: left;
	width: 214px;
	height: 100%;
	color: blue;
}

#map {
	float: right;
}

/* Login View */

.login .label {
	display:block;
}

.login .textbox {
	border: 1px solid #929292;
	width: 140px;
	vertical-align: middle;
	padding: 3px;
	margin: 2px 0 5px 0;
}

.login .button {
	display:block;
	margin-top:8px;
	margin-bottom:8px;
}

#home {
	background-image: url(Images/body-repeat.gif);
	position: relative;
	width: 686px;
	padding: 0px 37px;
	padding-top: 1px; /* Strange Mozilla Bug */
	padding-bottom: 40px; /* Strange Mozilla Bug */
}

#homeWide 
{
	position: relative;
	left: 5px;
	width: 686px;
	padding: 0px 37px;
	padding-top: 1px; /* Strange Mozilla Bug */
	padding-bottom: 40px; /* Strange Mozilla Bug */
}

#content {
	margin-left: 256px;
	color: Black;
}

.dataTable
{
	margin-top: 0.5em;
	border: solid 2px grey;
	color: #CC6666;
	border-collapse: collapse
}

tr.alt
{
	background-color: #EEEEEE;
}

th
{
	border: solid 1px grey;
	background-color: #CC6666;
	text-align: center;
	font-size:small;
	color: black
}

