/*/Resources/Global/Css/Site.css*/
body
{
	background: #C8C8C8;
	margin: 0px;
	text-align: center;
	font-size: 12px;
	color: #3a3a3a;
	}

body, p , td, th, div, a, em, input , textarea, select {font-family: Arial; }

a {color: #2087b8;}
a.more {text-decoration: none; font-weight: bold;}
a.more:hover {text-decoration: underline;}

h1 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #113c7b;
}

h2 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #113c7b;
}

h3 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #113c7b;
}
h3.link a {color: #113c7b; text-decoration:none;}

h4 {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #113c7b;
}


h6 {
	color:#1380b3;
	font-size:11px;
	font-weight:normal;
	margin-bottom:5px;
	margin-top:0px;
}


.none {display:none;}
.hidden {visibility:hidden;}
br.hidden {height: 0px; overflow: hidden; }
br.clear {font-size: 1px; display: block;line-height: 1px;}
.clear {clear: both; }
.autoHeight {height: auto !important;}


.pageWrap
{
	z-index: 1;
	}

.pageMiddleWrap
{
	/*comment these lines to spread over the whole page*/
	margin: 0px auto;
	xwidth: 1004px;
	width: 998px;
	xoverflow: hidden;
	clear: both;
	background: #ffffff url('/Resources/Global/Images/Layout/page_middle_top_gradient.gif') repeat-x left top;
	padding-top:14px;
	padding-bottom: 30px;
	}



.pageMiddleWrap #PageMiddle
{
	position: relative;
	xwidth: 1004px;
	width: 998px;
	margin: 0px auto;
	text-align: left;
	}



form div.line
{
	clear: both;
	height: 25px;
	position: relative;
	}

form div.line.taller
{
	height: 35px;
}



.field {width: 100%;}
.field label
{
	float: left;
	display: inline;
	width: 150px;
	padding-right: 10px;
	padding-top: 2px;
	}

.field .input
{
	float: left;
	display: inline;
	width: 100%;
	position: relative;
	}

.field .input .errorNote
{
	position: absolute;
	top: 2px;
	left: 121px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	}

.field .input .errorNote p {color: red; font-weight: bold; font-size: 20px;}


.textbox {width: 180px; border: solid #65b0d4 1px; font-size: 12px;}


.red {background: red;}


.draftModeNotifier
{
	position: absolute;
	z-index: 100000;
	left: 0px;
	top: 0px;
	width: auto;
	padding: 2px;
	height: 15px;
	background: red;
	border: solid black 1px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	}
.draftModeNotifier a {color: White;}

.hideFocus {outline: 0px;}



