﻿/*
* This is a three part page, top, content, footer.
* The content area defines two columns.
*/
body
{
	background-color: #c4c4c4;
	text-align: center;
	font-family: sans-serif;
	font-size: .9em;
}
a img
{
	border: none;
}

/* container format classes */

.container
{
	position: relative;
	margin: auto;
	text-align: center;
	width: 800px;
}
.header
{
	margin: auto;
	position: relative;
	width: 100%;
	text-align: center;
}
.bodyContent
{
	margin: auto;
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url(images/basic_bg_body.png);
	background-repeat: repeat-y;
	padding-bottom: 10px;
}
.footer
{
	margin: auto;
	position: relative;
	width: 100%;
	bottom: 0;
	background-image: url(images/basic_bg_bottom.png);
	background-repeat: no-repeat;
}
.topImage
{
	margin: auto;
	background-image: url(images/basic_bg_top.png);
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 20px;
}
.logo
{
	margin: auto;
	background-image: url(images/basic_bg_body.png);
	background-repeat: repeat-y;
	text-align: left;
	padding-left: 20px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 100%;
	position: relative;
	height: 40px;
}
.left
{
	text-align: left;
	float: left;
	margin:0; 
	background-color: transparent;
	width: 206px;
	padding-left: 20px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;

}
.middle
{
	text-align: left;
	background-color: transparent;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-right: 20px;
	padding-top: 4px;
	margin-left: 230px;
	margin-bottom: 0px;
	margin-right: 20px;
	margin-top: 0px;
}
.right 
{
	text-align: left;
	background-color: transparent;
	float:right;
	width:20px;
	margin:0; 
	padding: 0;
}
.cleaner 
{
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0; 
	padding: 0;
	background: transparent;
}
.copyright
{
	margin: auto;
	color: White;
	text-align: center;
	font-size: x-small;
	width: 100%;
	height: 20px;
	position: relative;
}

/* breadcrumb classes */

.breadcrumbs
{
	text-align: center;
	font-family: Trebuchet MS, Sans-Serif;
	font-size: 75%;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-right: 20px;
	padding-top: 20px;
	margin-left: 230px;
	margin-bottom: 0px;
	margin-right: 40px;
	margin-top: 0px;
	border-bottom: solid thin black;
}
.breadcrumbs a
{
	color: Black;
	text-decoration: none;
}
.breadcrumbs a:link
{
	color: Black;
}
.breadcrumbs a:visit
{
	color: Black;
}
.breadcrumbs a:active
{
	color: Black;
}
.breadcrumbs a:hover
{
	font-size: 110%;
	font-weight: bold;
	color:Black;
	background-color:Yellow;
}

/* navigation tree classes */

.navtree
{
	font-family: Trebuchet MS, Sans-Serif;
	font-size: 90%;
}
.navtree a:link
{
	color: Black;
}
.navtree a:visit
{
	color: Black;
}
.navtree a:active
{
	color: Black;
}
.navtree a:hover
{
	font-size: 110%;
	font-weight: bold;
	color:Black;
	background-color:Yellow;
}

/* data entry classes */

.deBlock
{
	margin: auto;
	color: Black;
	width: 520px;
	text-align:left;
}

.deWrapLabel
{
	width: 520px;
	text-align: center;
	font-size: medium;
	font-weight:bold;
}

.deGroupHeader
{
	width:520px;
	text-align:center;
	font-size:medium;
	font-weight:bold;
}

.deLine
{
	width:100%;
	height: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.deLabel
{
	float: left;
	color: Black;
	width: 180px;
	text-align: right;
	padding: 3px 4px 1px 2px;
	height: 18px;
}

.deLabelRequired
{
	float: left;
	color: Red;
	font-weight: bold;
	width: 180px;
	text-align: right;
	padding: 3px 4px 1px 2px;
	height: 18px;
}

.deField
{
	float: right;
	color: Black;
	width: 320px;
	text-align: left;
}

.de
{
	background-color: White;
	color: Black;
	width: 280px;
}

.autoCheck
{
	font-size:x-small;
}




