﻿/* -- undo browser HTML defaults -- */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
img,ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}
/* -- end undo browser HTML defaults -- */

/* Hide DevExpress textbox error cell so validation image is properly aligned. */
.dxeErrorCell{display:none;}
/* Set display on top parent table used by DevExpress textbox so it's not the only thing on a line */
.dxeErrorFrame{display:inline;width:100px;}


body 
{
	background:#828081 url(../../images/bkgd.jpg) repeat-x top right;
	color: #000;
	text-align:left;
	font-family: Arial;
	font-size: 12px;
}
.header
{
	background-image: url(../../images/banner.jpg);
	background-color:#828081;
  	background-repeat: no-repeat;	
  	border: solid 1px #000;
  	height: 84px; 
	width: 1000px;
	margin:auto;
	text-align:left;
}
#formContent
{
	padding: 20px 0 20px 0;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	background-color: #fff;
	clear:both;
	margin:auto;
	text-align:center;	
	height:100%;	
}
#disclosure
{
	margin-top:35px;
}
.normalWrapper
{
	width:1000px;
}
.doubleBorderBox
{
	border-style: double;
	border-width: 3px;
	border-color:#828081;
	padding: 10px;
	width: 94%;
	margin:auto;
}
.rowWrapper
{
	margin:auto;
	text-align: center;
	clear:both;
	padding-bottom: 4px;
}
.singleBorderBoxNoSidesOrBottom
{
	border-style: dotted;
	border-width:  1px 0 0 0;
	border-color: #828081;
	padding: 15px 0 25px 0;
}
.rowItemLabels
{
	float: left; 
	text-align:right;
}
.rowItems
{
	float: right;
	text-align: left;
}
.spacer
{
	width:10px;
	float: left;	
}
.largeSpacer
{
	width:25px;
	float: left;	
}
.buttons
{
	width:200px;
	margin:auto;
}
.rowSpacer
{
	clear:both;
	height: 10px;
	font-size:1px;
}

/* standard input control sizes  */
textarea{width:660px;}
input.singleColumn{width:550px;}
input.medColumn, select.medColumn{width:300px;}
input.smColumn, select.smColumn{width:150px;}
input.cmd, input.zip, input.date, input.tiny{width:75px;}

/* medium textbox width (300px) minus validation graphics width (18px + 18px).  
Used for "Other" product/services description textbox so they are the same size as their corresponding selection boxes which don't need any validation.
input.medColumnMinusValImgs, select.medColumnMinusValImgs
{
	width:282px;
}*/
.positionRelativeLeft18
{
	position:relative;
	left:18px;
}

/* First column width should be same for all rows so that the labels all line up at the same right margin when they're aligned to the right. */
.firstColumnWidthLabel
{
	width:120px;
	display:inline-block;
}
/* first column total width = label width (.firstColumnWidthLabel) + control width (med control => input.medColumn) + validation img width(18px)*/
.firstColTotWidthMed
{
	width:440px;
}
.togglePanelHeight
{
	height:20px;
}
.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup 
{
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:900px;
	padding:50px;
}

.controlBackground
{	
	background-color: #e9e5e4;
	border-style: solid;
	border-width: 1px;
	border-color: #828081;
}
a:hover{
	font-weight: 900;
	color: #c00;
	text-decoration: underline;
}
a{
	font-weight: 900;
	text-decoration: underline;
}
li
{
	clear:both;
	text-align:left;
	margin-left:40px;
}
ol
{
	list-style-type:decimal;
}
p
{
	clear:both;
}
.right
{
	float:right;
}
.alignRight
{
	text-align: right;
}
.left
{
	float:left;
}
.alignLeft
{
	text-align:left;
}
.center
{
	margin:auto;
	text-align: center;
}
.italic
{
	font-style:italic;
}
.bold
{
	font-weight: 900;
}
.large
{
	font-size: large;
}
.underline
{
	text-decoration: underline;
}
.smallFont
{
	font-size: 8pt;	
	font-weight: 900;
}
.white
{
	background-color: #fff;
}
.grayback
{
	background-color:#999999;
}
.lightgrayback
{
	background-color:#cccccc; 	
}
.red
{
	color: #f00;
}
.black
{
	color: #000;
}
.displayNone
{
	display: none;
}
.displayInline
{
	display:inline;
}
.displayInlineBlock
{
	display:inline-block;
}
.displayBlock
{	
	display:block;
}
.hidden
{
	visibility:hidden;
}
.visible
{
	visibility:visible;
}			
.hand
{
	cursor:pointer;
}
.width100Pct
{
	width:100%;
}
.smaller
{
	font-size:smaller;
}
.clearBoth
{
	clear:both;	
}
.clear 
{
	clear:both;
	margin-top:-1px;
	height:1px;
	overflow:hidden;
}
.overflowAuto
{
	overflow:auto;
}
.verticalAlignRadls
{
	vertical-align:top;
}	
		








	
	

