/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, address {
     margin: 0px;
     padding: 0px;
     border: 0px;
}

h1, h2, h3, h4, h5, h6 {color:#BC8F5F;}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
	margin: 0px;
	font-size: 1.8em;
	font-weight: normal;	
}
h2 {
	margin: 1.2em 0em;
	font-size: 1.6em;	
	font-weight: normal;
}
h3 {
	margin: 1.2em 0em;
	font-size: 1.4em;	
	font-weight: normal;
}
h4 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.2em;	
	font-weight: bold;
}
h5 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 1.0em;	
	font-weight: bold;
}
h6 {
	margin: 1.2em 0em 1.2em 0em;
	font-size: 0.8em;	
	font-weight: bold;
}

img {border: 0px;}

ol, ul, li {
    margin:0.2em 0em 0.1em 0em;
	line-height: 1.8em;
	font-size: 1.0em;		
}
p {
	margin: 1.2em 0em;
	line-height: 1.8em;
	font-size: 1.0em;	
}

li > p {margin-top: 0.2em;}

pre {
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {font-weight: bold;}

a {
	text-decoration: none;
	font-weight: bold;
	color:#573323;
}

a:link {	
}

a:visited {}

a:active {}

a:hover {
	text-decoration:underline;	
	color:#333333;
}

/* "Jello Mold" page construction technique see http://www.positioniseverything.net/articles/jello-expo.html */
body
{
	padding: 0px 0px 0px 0px;
	text-align: center; 
	font-family: Arial,Times New Roman,sans-serif;
	font-size: 80%;
	margin: 0px;
}

.HeaderErrorMessage
{
	color:Red;
	text-align:center;
	font-weight: bold;
}

#mainTable 
{
	width:100%;
	height:100%; 
	border:solid 0px white;
	background-color: White;
   
}


#headerTD 
{
}


#headertop
{
	position: relative;
	top: 0px;
	left: 0px;
	bottom: 0px;
	padding-top: 0px;
	background-color: white;
}

#mainMenuTD
{
	margin-left: 0px;
	background-color: #4444aa;
	vertical-align: middle;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: solid 1px #4444aa;
}

#loggedInMenuTD
{
	color: white;
	background-color: #4444aa;
	vertical-align: middle;
}

#loggedInTextTD
{
	color: #ccffff;
	font-weight: bold;
}

#loggedInTextTD a
{
	color: White;
}

#adminMenuTD
{
	color: white;
	background-color: #4444aa;
}

#adminMenuTD a
{
	color: White;
}



#mainMenuTD .menuNormalLink
{
	padding: 0px 0px;
	font-weight: bold;
	color: #ffffff;
}
#mainMenuTD .menuDynamicHoverLink
{
	padding: 0px 0px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#mainMenuTD .menuStaticHoverLink
{
	padding: 0px 0px;
	font-weight: bold;
	color: #99ffff;
	text-decoration: none;
}
#mainMenuTD .menuSelectedLink
{
	padding: 0px 0px; /*background-color:#573323;#F0E6D5;*/
	color: #00ccff;
}


#leftContentTD
{
	height: 100%;
	width: 275px;
	vertical-align: top;
	background-color: #ccffff;
	border-bottom:solid 0px #4444aa;
	border-left:solid 2px #4444aa;
	border-right: solid 4px #4444aa;
}



#mainContentTD
{
	background-color: #f5f5f5;
	vertical-align: top;
	height: 100%;
	width: 100%;
	border-right: solid 1px Gray;
	border-bottom: solid 0px Gray;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 25px;
	padding-top: 5px;
}


#leftFooterTD 
{
	
	background-color: #ccffff;
	border-bottom:solid 0px black;
	border-left:solid 2px #4444aa;
	border-right: solid 4px #4444aa;
}

#rightFooterTD
{
	text-align: center;
	background-color: #f5f5f5;
	
	border-right: solid 1px Gray;
}

.mainDGHeaderClass
{
}

.pullDataGridHeader 
{
	font-size:x-small;
}

.pullDataGridAltRow
{
	font-size: xx-small;
}

.pullDataGridRow 
{
	font-size: xx-small;
}


.contentPageHeaderText
{
	text-align:left;
	font-weight:bold;
	font-size:larger;
	padding-bottom:15px;
}


#sidebarcontent {margin:0px 10px 1em;
	background-image: url(Images/toolbar_bg.gif);
	background-repeat: repeat-x;}

#loginTitleBar
{
	/*padding: 5px 15px;*/
	text-align: center;
	margin: 10px 0px 0px;
	font-weight: bold;
	line-height: 130%;
	color: #333300;
	width: 175px;
	border: solid 1px black;
}
td.sbcontentcontainer
{
	padding: 1em 1.5em 0.5em;
	border: 1px solid #A48D7C;
	color: #573323;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	font-size: 90%;
	height: 220px;

}
#sidebarcontent .sbcontentcontainer p {
	margin: 0em 0em 1.2em 0em;
	line-height: 1.8em;
}

#sidebarcontent .sbcontentcontainer ol {padding-left:20px;}

#sidebarcontent .sbcontentcontainer ul {list-style-type:none;}

#mainConsoleTD 
{
	vertical-align:top;
	width:100%;
	height:100%;
	background-color: #f0f9ff;
	padding-left:10px;
	padding-top:10px;
	padding-right:10px;
	
}

.viewSurveyMultiPage 
{
	/*position:relative;top:0;*/
	padding: 0px 0px 0px 0px;
	border-bottom: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px black;
	height: 100%;
}

.generalReportHeaderTD 
{
	background-color: #f0f9ff;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.generalReportHeaderText 
{
	font-weight: bold;
	font-size: larger;
}

.generalReportMenu
{
	/*background-color: White;*/
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	vertical-align: middle;
	padding-bottom: 2px;
	padding-left: 5px;
}

.generalReportLeftContentTD
{
	background-color: White;
}

.generalReportRightContentTD 
{
	border-left: solid 1px gray;
	background-color: White;
}

.generalReportLeftContentExpander 
{
	width: 50px;
	text-align:center;
	background-color: #4444aa;
}




/* Move useful stuff above this comment */










/* http://positioniseverything.net/easyclearing */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#sidebar {
	display: inline; /* IEwin doubled margin bug fix */			
	float: left;
	width: 210px;
	margin-left:-3px; /*IE Win 3px gap fix*/
}

html>body #sidebar {margin-left:0px;}

#content {
	padding:0px;	
	height:1%;
	margin:0px;
}
html>body #content {
	height:auto;
	margin-right:243px;
}
#header
{
	background-color: transparent;
	background-image:none;
}

#ownername {	
	padding:5px 20px;	
	margin-left:10px;	
	height:49px;	
	letter-spacing:0.2em;
	color:#573323;
	background-color:#F0E6D5;
}
#ownername strong {
	margin-left:-2px;
	font-size:140%;
	font-weight:bold;
	letter-spacing:normal;
}
#ownerinfo {
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	width:70%;
	height:46px;
	background-image:url(Images/topheader_deco_img.jpg);
	background-repeat:no-repeat;
	background-color:#573323;
	background-position:2px 2px;	
}
#ownerinfo address {
	position:absolute;
	top:0px;
	right:0px;
	padding-top:5px;			
	height:40px;
	width:243px;	
	color:#F0E6D5;
	background-color:#573323;
	font-style:normal;
	text-align:center;	
	background-image:url(Images/headertop_img_ds.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;	
}

#quote {
	height:129px;
	padding:10px 10px 10px 20px;
	overflow:hidden;
	font-weight:normal;
	font-size:140%;
	line-height:150%;
	letter-spacing:0.05em;
	color:#F0E6D5;
	background-color:#496A8B;
}


#headerimgwrapper {
	padding-right:10px;
	margin-right:-8px;
	background-image:url(Images/header_img_border.gif);
	background-repeat:no-repeat;
	background-position:100% 2px;
	background-color:#496A8B;
}
#headerimg {
	height:149px;
	background-image: url(Images/header_img.jpg);	
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:10px 2px;
}
#themepicker {
	float:right;
	display:inline;/* IEwin doubled margin bug fix */
	padding: 5px 10px 10px 10px;
	color:#573323;
	font-size:smaller;	
}
#copy
{
	margin-left: 0px;
	color: #333333;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 1em;
}
	
#copy td, #copy th {padding: 0.2em 0.5em;}
    
#copy td {font-family:Arial, Helvetica, sans-serif;}
    
* html #copy table tr {font-size:0.9em;}
    
#copy img {
	padding:2px;
	border:1px solid #21422C;
}
#copy fieldset {	
	padding:1em;
	border:1px dotted #000000;
	margin-bottom:1em;
}
#copy .txtBox {
	border:1px solid #666666;
	margin-left: 1em;
	background-color:#D7E0EA;	
}
#copy .txtBox:focus {
	border:1px solid #573323;
	background-color:#FFFFFF;	
}
#copy .button {
	border:1px solid #666666;
	background-color:#D7E0EA;	
	color:#333333;	
}
#copy legend {
	padding:0.5em;
	background-color:#FFFFFF;
}
#copy caption {
	text-align:left; 
	font-weight:bold;
}

div#contactForm {margin-left:4em;}

/* Hides from IE5-mac \*/ 
     * html div#contactForm{height:1%;}
/* End hide from IE-mac */ 

.imgfloatright {
	float:right;
	display:inline;
	margin: 0.25em 0em 0.25em 0.5em;
}
.imgfloatleft {
	float:left;
	display:inline;
	margin: 0.25em 0.5em 0.25em 0em;
}
#footer
{
	clear: both;
	position: relative;
	bottom: 0px;
	left: 175px;
	right: 0px;
	height: 26px;
	border-top: 2px solid #496A8B;
	margin-left: 0px;
	padding-left: 75px;
	padding-top: 2px;
	margin-bottom: 0px;
	background-color: Orange;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #F0E6D5;
	font-size: smaller;
	letter-spacing: 0.25em;
	text-align: left;
}


@media print {	
	body {
		margin:0px;
		padding:0px;
		font-size:10pt;
		line-height:12pt;		
		background:#FFFFFF !important;
	}
	#sizer {
		margin:0px; 
		width:auto !important;
	}
	#expander {
		position:static;
		margin:0px !important;
	}	
	#headertop, #ownerinfo {
		position:static; 
		height:auto;
	}	
	#ownerinfo address {
		position:static; 
		height:auto !important; 
		margin-bottom:2em;
	}	
	#header {
		border-bottom:1px solid #000000; 
		margin-bottom:2em;
	}	
	#wrapper, #header, #headertop, #ownername, #ownerinfo, #ownerinfo address, #mainmenu, #maimenu .selectedlink, #contentwrapper, #quote, #copy .txtBox, #copy .button, #copy legend, #footer, #sidebarfooter {
		background:none !important;
	}
	h1, h2, h3, h4, h5, h6, #ownername, #mainmenu {
		font-family: Arial,Times New Roman,sans-serif;
		font-weight: bold;
	}	
    #sidebar, #themepicker, #headerimgwrapper, #sidebarfooter {
		display:none;
	} 
    #copy {
		margin:0px;
		padding:0px;
	}

	#copy fieldset{border:none;}

	#copy legend{color:#496A8B;}

	#footer {
		position:static;
		margin-top:2em;
		font-size:1em;
	}

	#content{width:100%;}

	html>body #content{
		width:85%;
		margin-left:2em;
	}
}

.labelStyle
{
	font-weight: bold;
	font-size: 11px;
	color: #696969;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.UnselectedHyperlink
{
	font-style: normal;
	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: none;
}

.SelectedHyperlink
{
	font-style: italic;
	border-right: thin inset;
	border-top: thin inset;
	border-left: thin inset;
	border-bottom: thin inset;
	margin-top: 5px;
	margin-bottom: 5px;
}
