﻿
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: white;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 0 0;
/* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */	padding: 0 0 0 0;
/* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */	 /* Centers the page content container in IE 5 browsers. */
}
/* Commonly used to style page titles. */
h1 {
	font-size:1.5em;
	font-weight:normal;
}
/* Commonly used to style section titles. */
h2 {
	font-size:1.4em;
	font-weight:normal;
}

h4 {
	color: black;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;

}

p {
	line-height: 1.2em;
	color: black;
	font-size: 11px;
}
/* Sets the style for unvisited links. */
a, a:link {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #A5AD9A;
	text-decoration: none;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #000;
}

div.MenuBar {
	color: black;
}
div.MenuBar ul {
	list-style-type: none;
	text-align: center;
}
 div.MenuBar ul li {
	float: left;
	margin-right: 5px;
	background-image:url('../Images/SectionButton.png');
	background-repeat:repeat-x;
	height: 20px;
	line-height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	width: 100px;
}

#MainOuter {
	width: 1000px;
	padding: 10px 10px 10px 10px;
	margin: auto;
	margin-top: 50px;
	background-repeat: repeat-x;
	background-color: white;
	padding-bottom:10px;
	background-image:url('../Images/BackgroundBar.jpg');
	background-position:bottom;
	
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	margin: 0 auto 0 auto;
/* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 920px;
	margin-top: 10px;
	clear:both;
	margin-bottom:20px;
}
#outerWrapper #header {
	background-color: #ACDB8B;
background-image:url('../Images/Forest.jpg');
/* Sets the bottom border properties for an element using shorthand notation */	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	height: 250px;
	padding: 10px 10px 10px 10px;
/* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	margin-bottom: 10px;
	}
	
	#outerWrapper #UserMenuPanel {
	background-color: #92D3D5;

/* Sets the bottom border properties for an element using shorthand notation */	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
	padding: 10px 10px 10px 10px;
/* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */	
	margin-bottom: 20px;
	margin-top:-10px;
	color:#F0F8FF;
	}
	
#outerWrapper #navigation {
	background-color: black; /* Sets the bottom border properties for an element using shorthand notation */
	height: 40px;
	line-height: 25px;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin: 0 0 0 0;
/* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */	padding: 10px 0px 10px 0px;
/* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */	min-height: 580px;
}

#MessagingPanel {
	
	background-color: transparent;
width:100%;
min-height:150px;
margin-top:20px;
text-align:center;
}

#MessagingPanel h1
{
font-size:1.2em;
color:#2E2E22;
font-weight:bold;
}


#MessagingPanel div.Panel ul
{color:White;
 list-style:none;
 text-align:center;
  font-size:1em;
  padding:0px 0px 0px 0px;
  margin:10px 0px 0px 0px 

}

#MessagingPanel div.PanelLast ul li
{color:White;
 
}

#MessagingPanel div.PanelLast ul
{color:White;
 list-style:none;
 text-align:center;
  font-size:1em;
  padding:0px 0px 0px 0px;
  margin:10px 0px 0px 0px 

}

#MessagingPanel div.Panel ul li
{color:White;
 
}


#MessagingPanel div.Panel {
	
width:164px;
min-height:140px;
margin-right:25px;
float:left;
padding:10px 10px 10px 10px;
}

#MessagingPanel div.PanelLast {
	
	background-color: #ACDB8B;
width:164px;
min-height:140px;
float:left;
padding:10px 10px 10px 10px;
}
	
	
 #footer {
	
	background-color: black;
color:white;
/* Sets the bottom border properties for an element using shorthand notation */	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
/* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */	margin-bottom: 5px;
	margin:auto;
	text-align:right;
	width: 1000px;
	padding:10px 10px 10px 10px;}
-->

 #footer a
 {
     color:White;
     text-decoration:none;
     cursor:pointer;
 }
/* Highlights Menu. */
div.HighlightsMenu {
		margin-top:10px;
		margin-bottom:8px;
}
div.HighlightsMenu .Left {
	width: 300px;
	float: left;
	min-height: 80px;
	height: 80px;
	padding: 10px 10px 10px 10px;
	background-color: #D1D1AE;
}
div.HighlightsMenu .Middle {
	width: 300px;
	margin-left: 310px;
	margin-right: 260px;
	min-height: 80px;
	height: 80px;
	padding: 10px 10px 10px 10px;
	background-color: #D1D1AE;
	margin-bottom: 0px;
}
div.HighlightsMenu .Right {
	width: 300px;
	min-height: 80px;
	padding: 10px 10px 10px 10px;
	float: right;
	min-height: 80px;
	height: 80px;
	background-color: #D1D1AE;
}
div.HighlightsMenu div.Right div.contenttext, div.HighlightsMenu div.Middle div.contenttext, div.HighlightsMenu div.Left div.contenttext {
	position: relative;
	top: 45px;
	left: 95px;
	color: black;
	width: 160px;
}
div.HighlightsMenu div.Middle div.contenttext a, div.HighlightsMenu div.Left div.contenttext a, div.HighlightsMenu div.Right div.contenttext a {
	color: #db5c00;
}
input.Form, textarea.Form, select.Form {
	width: 300px;
	border:1px solid #D1D1AE;	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-align: left;font-family: Verdana, Helvetica, sans-serif;
	font-size:1em;
	
}

div.FormContent input.Form, textarea.Form, select.Form {
	margin-bottom:10px;
	
}

div.FormContent label {
	font-style: italic;
	
	
	color: black;
	margin-bottom:3px;
	float:left;
	width:250px;
}

span.ErrorWarning
{padding-left:250px;
 margin-bottom:5px;
 display:inline;
 color:blue}


div.Formcontent br
{
    clear:left}
    
div.FormContent input.FormButton {
	width: 80px;
}
div.FormContent {
	margin-right: 230px;
	min-height: 560px;
	padding: 10px 5px 5px 5px;
	background-color: white;
	padding-bottom:20px;
}
div.FormContent p {
	line-height: 1.8em;
	color: black;
}
div.FormRight {
	width: 220px;
	min-height: 560px;
	padding: 5px 5px 5px 5px;
	float: right;
	background-color: white;
}
div.FormLeft {
	width: 220px;
	min-height: 580px;
	padding: 10px 10px 10px 10px;
	background-color: black;
	float: left;
	overflow: scroll;
	margin-bottom:20px;
}
div.FormCharts {
	min-height: 560px;
	padding: 10px 10px 10px 5px;
		background-color: white;
}
div.FormCharts p {
	line-height: 1.8em;
			color: black;
}
div.StructureLeft {
	width: 375px;
	min-height: 540px;
	height: 540px;
	padding: 10px 10px 10px 10px;
	background-color: white;
	float: left;
	overflow: scroll;
	color:black;
}
div.StructureRight {
	min-height: 345px;
	padding: 5px 5px 5px 5px;
	margin-left: 410px;
	background-color: white;
	
}
ul.SectionList {
	list-style: none;
	margin-left: 0px;
	margin-top: 25px;
	padding: 2px 0px 0px 0px;
	color: black;
	text-align:right;
}
ul.SectionList li {
line-height: 1.2em;
	color: black;
	font-size: 11px;

margin-bottom:3px;
	
	
	
}

ul.SectionList img {
border:none;
margin-right:5px
}

ul.SectionList li.MyMeasuresSubMenu {

	margin-left:20px;
	color:Blue;  
}

ul.SectionList li.MyMeasuresSubMenu a {

	
	color:Black;    
}
ul.SectionList li:hover {
	color: #A5AD9A;
	cursor: pointer;
}

ul.SectionList li a{

	text-decoration:none;
	font-weight:normal;
}

ul.SectionList li a:hover{

	color: #A5AD9A;
	cursor: pointer;
}

.StyledButton {
	background-image:url('../Images/SectionButton.png');
	background-repeat:repeat-x;
	width: 87px;
	height:22px;
	min-height: 22px;
	color: black;
	background-color: transparent;
		font-size: 11px;
	
	text-align: center;
	border:1px solid #898772;
	margin-right:5px;
	cursor:pointer;
	
}
.StyledButton a {
	color: black;
	margin-left: 5px;
	text-decoration: none;
}

input.StyledButton 
{
    padding-top:-3px;
}
    
    
    
div.StyledButton a {
	color: black;
	margin-left: 5px;
	text-decoration: none;
	margin-top:5px;
	margin-bottom:-5px;
	font-size:11px;
	position:relative;
	top:3px;
	font-weight:normal;
}
.StyledButton:hover {
	color: #A5AD9A;
}
.DescriptiveStats tr:hover {
	background-color: #efefef;
}
.DescriptiveStats tr {
	padding: 8px 5px 8px 5px;
	height:25px;
	
}
.DescriptiveStats tr td.Header {
	width: 200px;
	color: black;
	
}

.DescriptiveStats tr.DescriptiveTable {
	font-size:1em;
	font-size:0.9em;
}

.DescriptiveStats tr.DescriptiveTableAlt {
	background-color:#ECECD8;
	font-size:0.9em
	
}

.DescriptiveStats tr.DescriptiveTable td.DescriptiveTableHeader,.DescriptiveStats tr.DescriptiveTableAlt td.DescriptiveTableHeader {
	width: 800px;
	color: black;
	padding-right:10px;
	
}

.DescriptiveStats tr.DescriptiveTable td.DescriptiveTableValue,.DescriptiveStats tr.DescriptiveTableAlt td.DescriptiveTableValue {
	width: 50px;
	text-align: center;
	border-left:1px solid #BBB99D;
	padding-left:10px;
}

.DescriptiveStats tr.DescriptiveTable td.Value,.DescriptiveStats tr.DescriptiveTableAlt td.Value {
	width: 350px;
	text-align: right;
}


.DescriptiveStats tr td.HeaderSmall {
	width: 130px;
	color: black;
}
.DescriptiveStats tr td.Value {
	width: 70px;
	text-align: right;
}

div.PageView
{
    padding:10px 10px 10px 10px;
    border: 1px solid #D1D1AE;
}

ul.Dictionary li,ul.Dictionary li a
{
    list-style:none;
    background-color:#56BA5F;
    width:20px;
    text-align:center;
    padding-top:2px;
    margin-right:2px;
    padding-bottom:2px;
    color:White;
    text-decoration:none;
    float:left;
}

ul.Dictionary li:hover,ul.Dictionary li a:hover
{
    background-color:White;
    color:Black;
    cursor:pointer;
    text-decoration:none;
}

ul.Dictionary
{
    padding-left:0px;
}

.PageViewPadding
{
    padding:10px 10px 10px 10px ;
    border:1px solid #A5AD9A;
}

div.h1
{
    font-size:1.5em;
}
    
    
  
