﻿.RegBody {
	min-width: 1000px;
	margin: 0;
	/*margin-top: 20px;*/
	padding: 0;
	border: 10;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	color: #000000;
	/*background-color: #B2CFE6;*/
	/*background: #B4B4B4 url(images/body_bg.gif) repeat left top;*/
}
.bodyPrint
{
	background-color: White;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
}

.contentPrint
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
}

h1, h2, h3, h4, h5, h6 {color: #336734;}

h1
{
	font-size: 1.5em;
	font-weight: normal;
	font-family: Verdana;
	vertical-align: middle;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Verdana;
}

h3 {
	font-size: 1.0em;
	font-weight: bold;
	font-family: Verdana;
}

h4
{
	font-size: 1.0em;
	font-weight: normal;
	font-family: Verdana;
	font-style: normal;
	color: #000000;
	line-height: 160%;
}

#mainwrapper
{
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}

#mainwrapper_special
{
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}

#header {
	margin-left: 0px;
	margin-bottom: 0px;
	color: #000000;
	/*background-color: #949B51;*/
	/*background: url(images/bg-menu-main.png);*/
	/*border: solid 1px #C7CD95;*/
	font-size: 1.5em;
	font-weight: bold;
	height: 30px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

#header_print {
	margin-left: 0px;
	margin-bottom: 0px;
	color: #000000;
	/*background-color: #949B51;*/
	/*background: url(images/bg-menu-main.png);*/
	/*border: solid 1px #C7CD95;*/
	font-size: 1.2em;
	font-weight: normal;
	height: 25px;
	width: 600px;
	padding: 5px;
	text-align: center;
}

#footer {
	margin-left: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	background-color: #949B51;
	/*background: url(images/bg-menu-main.png);*/
	/*border: solid 1px #C7CD95;*/
	font-size: 1.0em;
	font-weight: normal;
	height: 30px;
	padding: 5px;
	text-align: center;
}

#footer_print {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 5px;
	color: #000000;
	background-color: #FFFFFF;
	/*background: url(images/bg-menu-main.png);*/
	/*border: solid 1px #C7CD95;*/
	font-size: 1.0em;
	font-weight: normal;
	height: 30px;
	padding: 5px;
	text-align: left;
}

#header-bottom
{
	width:100%;
	font-size: 14px;
	font-style: italic;
}

#contentPrint
{
	border: solid 1px #005AC5;
	background-color: White;
}

#content {
	width: 100%;
	border: solid 1px #949B51;
	background-color: White;
	border-top: solid 1px #949B51;
}

#content-left {
	width: 230px;
	padding-top: 10px;
	background-color: #FFFFFF;
	}

#content-right 
{
	width: auto;
	height: 600px;
	border-left: 1px solid #949B51;
	padding: 10px;
	vertical-align: top;
}

#content-right_noborder 
{
	width: auto;
	padding: 10px;
	vertical-align: top;
}

#breadcrumb 
{
	width: 100%;
	font-family: Verdana;
	font-size: 9pt;
}

#breadcrumb a 
{
	color: #336734;
	text-decoration: none;
}

#breadcrumb a:hover 
{
	text-decoration: underline;
}
	
.menu_nodeStyle
{
	color: #336734;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: normal;
	padding: 5px 5px 5px 5px;
	width: 100%;
	/*border: solid 1px White;*/
}

.menu_hoverNodestyle
{
	font-weight: bold; 
	/*background-color: #336734;*/
	cursor: pointer;
	/*text-decoration: underline;*/
}

.menu_selectedNodestyle
{
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #E59224;
}
/*CollapsiblePanel*/
.collapsePanel {
	
	background-color: white;
	overflow: hidden;
}

.collapsePanelHeader{
	height: 30px;
	width: 650px;
	/*background-image: url(images/bg-menu-main.png);
	background-repeat:repeat-x;*/
	background-color: #949B51;
	color:#ffffff;
	font-weight:bold;
	border: solid 1px #949B51;
}

#master_content .collapsePanelHeader a {color:#FFF;}
#master_content .collapsePanelHeader a:hover {text-decoration:none;background:none;}

.popUpBackground
{
	background-color: silver;
	opacity: 0.6;
	filter:alpha(opacity=60);
}

.popUpMsgStyle
{
	font: normal 10pt;
	color: #000000;
	background-color: Silver;
	padding: 5px;
	border: solid 1px black;
	width: 220px;
	height: 130px;
	left: -220px;
	position: absolute;
	top: -130px;

}
.popUpMsgStyleCustom
{
	font: normal 10pt;
	color: #000000;
	background-color: Silver;
	padding: 5px;
	border: solid 1px black;
	width: 300px;
	height: 130px;
	position: absolute;
}

.RegularTextBox
{
	width: 150px;
	font-family: Verdana;
	color: #000000;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
}

.LabelBoxMeasure
{
	font-family: Verdana;
	color: #000000;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}

.ReadOnlyTextBox
{
	width: 150px;
	font-family: Verdana;
	color: #000000;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	background-color: #dcdcdc;
}

.UserControl
{
	text-align: left;
	font-family: Verdana;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	/*background-color: #D7E6C7;*/
	border: solid 1px #949B51; 
	width: 650px;
}

.UserControl_NoBorder
{
	text-align: left;
	font-family: Verdana;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	/*background-color: #D7E6C7;*/
	border: solid 0px #949B51; 
	width: 650px;
}

.UserControl_NoBorderNoWidth
{
	text-align: left;
	font-family: Verdana;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	/*background-color: #D7E6C7;*/
	border: solid 0px #949B51; 
}

.LoginControl
{
	text-align: left;
	font-family: Verdana;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	/*background-color: #D7E6C7;*/
	border: solid 1px #949B51; 
	width: 300px;
}

.StateTextBox
{
	width: 25px;
	font-family: Verdana;
	color: #000000;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
}

.ZipTextBox
{
	width: 70px;
	font-family: Verdana;
	color: #000000;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
}

.ReqFieldValidator
{
	color: Red;
	font-weight: bold;
	font-family: Verdana;
	font-size: 11pt;
}

.WarningMessage
{
	color: Red;
	font-weight: bold;
	font-family: Verdana;
	font-size: 9pt;
}

.RegLabel
{
	text-decoration: "underline";
}

.td_signature
{
	border-bottom: solid 1px #000000;
}

.LookupMeasureDesc
{
	font-family: Verdana;
	color: #000000;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
}

a:link
{
	color: #336734;
}

.RegButton
{
	background-color: #E59224;
	border: solid 0px #e59224;
	cursor: hand;
	color: #000000;
	font-weight: bold;
}

.HiddenButton
{
	background-color: #E59224;
	border: solid 0px #e59224;
	cursor: hand;
	color: #000000;
	font-weight: bold;
	position: absolute;
	left: -80px;
	top: -30px;
}

.SubmitButton
{
	background-color: #E59224;
	border: solid 0px #e59224;
	cursor: hand;
	color: #008000;
	font-weight: bold;
}

input[disabled="disabled"]
{
	/*background-color: #E59224;
	border: solid 0px #e59224;*/
	cursor: default;
	color: #808080; /*font-weight: bold;*/
}

.SelectMeasureCtrl
{
	border: solid 1px #000000;
}

.disabled_button
{
	background-color: #E59224;
	border: solid 0px #e59224;
	cursor: default;
	color: #c0c0c0;
	font-weight: bold;
}

.DropDownList
{
	font-family: Verdana;
	color: #000000;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
}

.DropDownListMeasure
{
	font-family: Verdana;
	color: #000000;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}

.SpecialNote
{
	font-family: Verdana;
	color: Red;
}

.DisabledTextbox
{
	font-family: Verdana;
	color: #000000;
	background-color: #dcdcdc;
}

.RegGrid
{
	border-top: solid 1px #949B51;
	border-left: solid 1px #949B51;
	border-bottom: solid 1px #949B51;
}

.RegGridRow
{
	border-bottom: solid 1px #949B51;
	border-right: solid 1px #949B51;
}