﻿html
{
	margin: 0px; padding: 0px;
}
body 
{
	margin: 0px; padding-top: 15px;
	font: 10px arial;
	color: #666;
}
input, select
{
	font: 11px arial;
}
div
{
	width: 100%;
}
a
{
	color: #007DC9;
}
h5
{
	margin: 0px;
	font: bold 12px arial;
}
a:hover
{
	text-decoration: none;
}
#ContentHolder
{
	zzmargin-top: 15px;
	width: 950px; /*779px;*/
	height: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
#Header
{
	width: 952px;
	height: 97px;
	background: url("images/header_background2.gif") repeat-x;
}
#Header #Logo
{
	width: 260px;
	height: 95px;
	background: url("images/header_logo2.jpg") repeat-x;
	float: left;
}
#Header h1
{
	float: left;
	color: White;
	font: bold 18px arial;
	margin: 0px;
	
	margin-top: 35px;
	
}
#Header #TopMenu
{
	float: right;
	width: 500px;
	height: 29px;
}
#Header #TopMenu a
{
	display: block;
	float: right;
	padding: 6px 5px 0px 5px;
	width: 85px;
	color: #99C1E4;
	background: #085196;
	text-decoration: none;
	height: 20px;
	font: 10px arial;
	text-transform: uppercase;
	border-right: none;
	border-top: none;
	border-left: 1px solid #4C8ABB;
	border-bottom: 1px solid #4C8ABB;
}
#Header #LoginInfo
{
	clear: right;
	width: 400px;
	float: right;
	margin-top: 3px;/*15*/
	height: 16px;
	text-align: right;
	font: bold 11px arial;
	margin-right: 10px;
}
#Header #LoginInfo a
{
	color: #fff;
}
#Header .MainMenu
{
	margin-right: 1px;
	margin-top: 15px;
	height: 15px;
	width: 600px;
	float: right;
	display:block;
}

#Content
{
	width: 930px;
	border-left: 1px solid #162f83;
	border-right: 1px solid #162f83;
	padding: 10px;
	font: 11px arial;
	_height:450px; /*don't delete IE6 hack*/
	min-height:450px; 
	display: block;
}

#Content h1
{
	color: #333;
	font: bold 14px arial;
	margin-bottom: 5px;
}

#Footer
{
	background: #fff;
	border: 1px solid #162f83;
	border-top: 3px solid #ccc;
	height: 16px;
	text-align: center;
	font: 10px arial;
	color: #007DCD;
	padding-top: 3px;
}
#Footer a
{
	text-decoration: none;
}
#Footer a:hover
{
	text-decoration: underline;
}

.PopUp
{
	background: white; 
	border: 1px solid #162f83; 
	padding: 10px; 
	width: 700px; 
}

.PopUpCloseButton
{
	float: right; 
	margin-top: -7px; 
	margin-right: -7px; 
	cursor: hand;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=35);
	opacity:0.35;
}

/* 
	The following relate to the conformance forms themselves.
*/
.questionController 
{
	margin: 20px;
	line-height: 1.5em;
	padding: 0em 1em 0.5em 1em;
	border: solid 1px #dddddd;
}

.conformanceButtons, .conformanceSubmitButton, .conformanceDisabledButton
{
	color: white;
	font-weight: bold;
	background-color: #007DC9;
	border: 1px solid;
	margin-left: 5px;
	border-color: white;
	cursor: pointer;
}

.conformanceSubmitButton
{
	background-color: #C92D00;
}

.conformanceDisabledButton
{
	background-color: Gray;
	cursor: default;
}

.conformanceFormLabel
{
	width: 300px;
	text-align: left;
	float: left;
	clear: both;
	margin-left: 10px;
}

.conformanceFormInput
{
	float: left;
	margin-left: 10px;
	margin-bottom: 5px;
}

.conformanceCenteredContent
{
	margin: 35px 0px 0px 50px;
}
.watermarked
{
	font: 10px arial;
	background: #efefef;
}
.AjaxLoader
{
	background: url("Images/ajax-loader.gif") no-repeat;
	height: 16px;
	padding-left: 25px;
	color: #006;
}

.HomePreview
{
	font-size: large;
	color: Red;
}

.AddDocumentLink
{
	font-size: large;
	margin-left: 30px;
}

.EventDocumentsBanner
{
	float: left;
	margin-left:100px; 
	margin-top:10px;
	margin-bottom: 10px;
	width: 600px;
}

.AddDocumentMsg
{
	float: left;
	color: Red;
	font-weight: bold;
	font-size: larger;
	margin-top:10px;
	margin-left:100px;
}
