﻿body, html
{
	background-color: #4b4f61;
	background-image: url('/Images/pageBG.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	font-family: Verdana, Sans-Serif;
	margin: 0;
	padding: 0;
}

.header
{
	background-color: #ebecf0;
	background-image: url('/Images/headerBG.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	height: 108px;
}
.header img
{
	position: relative;
	left: 0px;
}
.centerCol
{
	position: relative;
	width: 941px;
	text-align: left;
}
.bodyWrapper
{
	position: relative;
	top: 48px;
}
.bodyTable
{
	width: 941px;
}
.bodyTable .top, .bodyTable .middle, .bodyTable .bottom
{
	background-color: #ebebeb;
}
.bodyTable .top
{
	background-image: url('/Images/bodyTop.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	height: 44px;
}
.bodyTable .middle
{
	background-image: url('/Images/bodyBG.jpg');
	background-position: top left;
	background-repeat: repeat-y;
}
.bodyTable .bottom
{
	background-image: url('/Images/bodyBottom.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	line-height: 1px;
	height: 11px;
}
.middleCellWrapper
{
	margin-bottom: -25px;
	padding: 10px 15px 0 15px;
	position: relative;
	top: -20px;
}
.breadCrumb
{
	color: #262626;
	position: relative;
	left: 15px;
	top: -2px;
}
.footer
{
	color: #e1d7d7;
	font-size: 10pt;
	position: relative;
	top: 55px;
}
.footer a, .footer a:visited
{
	color: White;
}
.tabs
{
	position: absolute;
	top: 7px;
	right: 21px;
	z-index: 2;
}
.tabs a
{
	margin-left: 4px;
}
.contactDiv
{
	font-size: 90%;
	position: absolute;
	top: 48px;
	right: 0px;
}
.loginStatusDiv
{
	font-size: 90%;
	position: absolute;
	top: 5px;
	right: 0px;
}
.inline
{
	display: inline;
}
.hidden
{
	display: none;
}
.marginRight
{
	margin-right: 10px;
}
.error
{
	color: Red;
	margin-left: 10px;
}
.textbox
{
	width: 250px;
}
.messageWrapper
{
	margin: 10px 0px;
	padding: 5px;
	border: solid 1px #d9db9b;
	background-color: #f7f9c9;
	position: relative;
	width: 860px;
	text-align: left;
}