﻿@import url('Toms_layout.css');
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFFF;
}
#container {
	border-style: none;
	border-width: 0px;
	border-color: #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: px solid #FFFFFF;
	background-color: #fff;
}
#masthead {
	text-align: right;
	background-color: #FFFFFF;
	background-image: url('../images/TH_images/AT%20Lookout%20in%20Vernon%20%20800_120.JPG');
	background-position: top;
	background-repeat: no-repeat;
}
#navigation {
	border: 0 none #FFFFFF;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #FFFFFF;
}
html > body #navigation {
	overflow: hidden;
}
#column_l {
	width: 500px;
	padding: 15px;
	background-color: #fff;
}
html > body #column_l {
	width: 500px; 
	padding: 0 15px;
	background-color: #fff;
	z-index: 30;
}
#column_c {
	width: 660px;
	padding: 0px;
	background-color: #fff;
}
html > body #column_c {
	width: 660px;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #fff;
}
html > body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #fff;
	z-index: 30;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
html > body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #8b0000;
	margin-right: 0.5em;
	margin-bottom: 0;
}
#masthead h3 {
	color: #000;
	margin-top: 0;
	margin-right: 1em;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #8b0000;
	display: block;
	padding: 5px;
	border: 0 none #FFFFFF;
	background-color: #FFFFFF;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fea;
	border: 1px solid #8b0000;
	background-color: #8b0000;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #800;
}
h2 {
	font-size: x-large;
	color: #700;
}
h3 {
	font-size: large;
	color: #600;
}
h4 {
	font-size: medium;
	color: #500;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */
a {
	color: #8b0000;
	text-decoration: underline;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#T1 {
	position: absolute;
}
<!--
/* the following styles are for the sortTable */
/* Scrollable Content Height */
#TableContainer {
height:250px;
overflow:scroll;
}
.scrollContent {
 height:50px;
 overflow:auto;
}
.scrollContent tr {
 height: auto;
 white-space: nowrap;
}

/* Prevent Mozilla scrollbar from hiding right-most cell content */
.scrollContent tr td:last-child {
 padding-right: 20px;
}

/* Fixed Header Height */
.fixedHeader tr {
 position: relative;
 height: auto;
}

/* Put border around entire table */
div.TableContainer {
	border: 1px solid maroon;
}

/* Table Header formatting */
.headerFormat {
 background-color: white;
 color: #FFFFFF;
 margin: 3px;
 padding: 1px;
 white-space: nowrap;
 font-family: Helvetica;
 font-size: 16px;
 text-decoration: none;
 font-weight: bold;
}
.headerFormat tr td {
	border: 1px none #000000;
	background-color: #770000;
}

/* Table Body (Scrollable Content) formatting */
.bodyFormat tr td {
	color: #000000;
	margin: 3px;
	padding: 1px;
	border: 0px none;
	font-family: Helvetica;
	font-size: 12px;
}
/* Sort Lock Table css */
/* Use to set different color for alternating rows */
.alternateRow {
	background-color: #D37C7C
}

/* Styles used for SORTING */
.point {
 cursor:pointer;
}
td.sortedColumn {
  background-color: #FFCCCC
}

tr.alternateRow td.sortedColumn {
  background-color: #D37C7C
}
.total {
	background-color: #770000;
	color: #000000;
	white-space: nowrap;
	font-size: 12px;
	text-decoration: none;
}
-->
</style>

<!--[if IE]>
<style type="text/css">
/* IE Specific Style addition to constrain table
   from automatically growing in height */
div.TableContainer {
 height: 250px;
 overflow:auto;
}
</style>




