﻿body
{
	font-family: Trebuchet MS, Verdana ,Arial,sans-serif;
	font-size: small;
	color: #333333;
	/*line-height: 1.166;*/
	line-height: normal;	
	margin: 0px;
	padding: 0px;
}

a:link.section, a:visited.section, a:hover.section
{
	color: #ff8c00;
	font-weight: bolder;
	text-decoration: none;
	font-size: medium;
}

a:hover.section
{
	color: #ff8c00;
	text-decoration: underline;
}

a:link, a:visited, a:hover
{
	color: #4682b4;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #ff8c00;
	text-decoration: underline;
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 
{
	/*font-family: Arial,sans-serif;*/
	margin: 0px;
	padding: 0px;
}

h1
{
	/*font-family: Verdana,Arial,sans-serif;*/
	font-size: 120%;
	color: #7c9bda;
}

h2
{
	font-size: 120%;
	color: #006699;
}

h3
{
	font-size: 100%;
	color: #006699;
}

h4
{
	font-size: 100%;
	font-weight: normal;
	color: #333333;
}

h5
{
	font-size: 100%;
	color: #334d55;
}

ul
{
	list-style-type: disc;
}

ul ul
{
	list-style-type: circle;
}

ul ul ul
{
	list-style-type: square;
}

label
{
	font-weight: bold;
	font-size: 100%;
	color: #334d55;
}

table.noborder
{
	border-collapse: collapse;
	table-layout: fixed;
	text-align: left;
	padding: 0;
	vertical-align: top;
}

table.noborder100
{
	border-collapse: collapse;
	table-layout: fixed;
	text-align: left;
	padding: 0;
	vertical-align: top;
	width: 100%;
}

table.header
{
	border-collapse: collapse;
	table-layout: fixed;
	text-align: center;
	padding: 0;
	width: 900px;
}

#mainbody
{
	width: 900px;
}

img.header
{
	width: 856px;
}

table.navbar
{
	border-collapse: collapse;
	table-layout: fixed;
	text-align: left;
	padding: 0;
	vertical-align: top;
	width: 210px;
}

td.navbar
{
	/*#E3C165*/
	/*border-right: #4682b4 1px solid;
	border-top: #4682b4 1px solid;
	border-left: #4682b4 1px solid;
	border-bottom: #4682b4 1px solid;*/
	border-right: #E3C165 1px solid;
	border-top: #E3C165 1px solid;
	border-left: #E3C165 1px solid;
	border-bottom: #E3C165 1px solid;
	background-image: url(Images/NavBarBkgnd.jpg);
	background-repeat: repeat-y;
	margin: 2px;
}

td
{
	vertical-align: top;
}

div.advert
{
	text-align: center;
}

div.error
{
	text-align: center;
	width: 100%;
	color: #ff0000;
	font-weight: bold;
}

table.login
{
	table-layout: fixed;
	text-align: left;
	padding: 0;
	vertical-align: top;
	border-collapse: collapse;
	border-right: #4682b4 2px solid;
	border-top: #4682b4 2px solid;
	border-left: #4682b4 2px solid;
	border-bottom: #4682b4 2px solid;
	background-color: #87ceeb;
	width: 400px;
}

strong.login
{
	font-weight: bolder;
	font-size: 120%;
}

td.tree
{
	border-right: #e3c165 1px solid;
	border-top: #e3c165 1px solid;
	border-left: #e3c165 1px solid;
	border-bottom: #e3c165 1px solid;
	background-image: url(Images/NavBarBkgnd.jpg);
	background-repeat: repeat-y;
	width: 200px;
}

table.formview
{
	border-collapse: collapse;
	table-layout: fixed;
	text-align: left;
	padding: 0;
	vertical-align: top;
	width: 100%;
}

td.formview
{
	border-right: #284775 1px solid;
	border-top: #284775 1px solid;
	border-left: #284775 1px solid;
	border-bottom: #284775 1px solid;
}

td.formviewhdr
{
	background-color: #5D7B9D;
	color: #ffffff;
	font-weight: bold;
}

td.formviewrow
{
	background-color:#F7F6F3;
	color: #333333;
}

td.formviewaltrow
{
	background-color: #ffffff;
	color: #284775;
}

td.hittablehdr
{
	background-color:#F7F6F3;
	color: #333333;
	text-align: center;
	font-weight: bold;
}

td.hittable
{
	text-align: center;
}

.counter
{
	background-color: Black;
	font-weight: bold;
	font-size: medium;
	color: white;
	font-family: 'Courier New';
}

.labelsection
{
	color: #ff8c00;
	font-weight: bolder;
	text-decoration: none;
	font-size: medium;
}
