﻿body
{
	text-align: left;
	margin: 0px;
	padding: 0px;
	/*width of #mainwrapper*/
	background-image: url(Images/bg_tile.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 74%;
	color: #333333;
	background-color: #202020;
}
h1 
{
    padding-bottom: 12px;
}
h2 
{
    margin-bottom:8px;
}
#container {			
	margin: 0px auto;
	width: 1010px; /*width that main_bg.png, head.jpg, and footer.jpg need to be */
	background-repeat: repeat-y;
	background-image: url(Images/main_bg.jpg);
}
#banner {	
	height: 114px; /*height that head.jpg needs to be */	
	margin-left: 0px; /*shift header entire content to the right, increase from 0 */
	background-image:url(Images/head.jpg);
}

#content {	
	text-align: left;
	width: 768px;
	margin-left: 0px;
	margin-right: 0px; /* to shift right edge of content, increase from 0 */
	padding: 0px 0px 0px 0px;
	line-height:1.4em;	
	float:left;
}
#content a.positive {
    color:Green;    
}
#content a.negative {color:Red;}
#content a {	
	font-weight:bold;
	color:#6C4235;
	text-decoration:none;
}
#content a:hover {
	text-decoration:underline;
}
#content a.noHover:hover 
{
    text-decoration: none;
}
#nav {
	text-align: left;
	margin-left: 0px;
	float: left;
	/** shift entire menu content to the right, increase from 0 */
	width:225px;
	padding: 0px 0px 0px 0px;	
}
#nav ul 
{
    list-style-type: none;
    padding-left:0;
    margin-top:0;
}
#nav a {				
	display:block;
	margin-left:0px;	
	font-weight:bold;
	width: 200px;	
}

#nav .sectionHeader {
	background: url("images/MenuHeaderBG.png") no-repeat;	
	height:26px;
	padding:11px 0 0 11px;	
	color:#cccccc;
	margin-left:1px !important;
	font-weight: bold;
}	
#nav a {
	color: #7B4A3C;
	height:23px;
	padding: 8px 0px 0px 20px;
	margin-left:0px !important;
	text-decoration: none;
}

#nav #trends 
{
    padding:8px 0 0 0px;	
	height:78px;
	width:214px;
	margin-left:0px !important;
	background: url("images/TrendsVisualizer.png") no-repeat;
}

#nav #comparison 
{
    padding:8px 0 0 0px;	
	height:78px;
	width:214px;
	margin-left:-1px !important;
	background: url("images/TrendsComparison.png") no-repeat;
}

#nav li a:hover {
	background: url("images/MenuItemBG.png") no-repeat left;
	padding-left:13px;
	margin-left:7px !important;	
}
#nav a.menuSelected {	
	background: url("images/MenuItemBG.png") no-repeat left;
	padding-left:13px;
	margin-left:7px !important;
}
#nav #trends:hover, #nav#trendsSelected
{
	background: url("images/TrendsVisualizerHover.png") no-repeat;
	margin-left:0px !important;
}

#nav #comparison:hover
{
	background: url("images/TrendsComparisonHover.png") no-repeat;
	margin-left:-1px !important;	
}

a#help 
{
	float: right;
}
#footer 
{
	display:block;
	clear:both;
	margin: 10px 10px 0 10px;	
	height:75px;  /*height footer.jpg needs to be*/
	background:url(images/footer_tile.jpg);
	background-repeat: repeat-x;
	 
}

#btnGo1 
{
    width:212px;
    height:30px;
    color: Black;
    background-color:#CCB9A6;
    margin-left:10px;
    border: solid 1px black;
    cursor: pointer;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#btnGo1:hover 
{
    background-color: #FFEFDF;
}
#loadingDiv {
    position: absolute;
    background: transparent url(images/White_50.png) repeat;
    display: block;
    text-align: center;
}
#loadingGif 
{
    position:relative;
    top:49%;  
}
div.center {
	text-align: center;
}
.boldItalic
{
	font-weight:bold;
	font-style:italic;
}
h4.briefing {
	border-bottom: solid 1px #212E02;
	width:100%;	
}
.title {
	text-align: center;
	font-size: 1.4em;
	font-weight: normal;
	color : #7C4B3D;
	margin-bottom: 5px;
}

.subtitle {
	text-align: center;
	font-style: italic;
	font-size: 1.4em;
	font-weight: normal;
	color : #7C4B3D;
	margin-bottom: 15px;
}
.BriefingFigureRight {
	/* Cannot change margin or paddings, or else images in briefings that are left and right will be messed up */
	float:right;
	margin: 4px 0px 0px 4px;
	padding: 0px 4px 0px 4px;
	font-style:italic;
	width:370px;
	font-size:.95em;
	border: 1px solid #000000;
}

.BriefingFigureMiddle {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	font-style:italic;
	width: 600px;
	font-size:.95em;
	border: 1px solid #000000;
}

.BriefingFigureMiddleSmall {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	font-style:italic;
	width: 370px;
	font-size:.95em;
	border: 1px solid #000000;
}

.BriefingFigureLeft {
	/* Cannot change margin or paddings, or else images in briefings that are left and right will be messed up */
	float:left;
	margin: 4px 4px 0px 0px;
	padding: 0px 4px 0px 4px;
	font-style:italic;
	width:370px;
	font-size:.95em;
	border: 1px solid #000000;
}
.BriefingFootnote {
	text-align: left;
	font-size:.95em;	
}

p.citation  {
	margin-left: 30px;
	text-indent: -30px;
}

.AFT img {
	float: right;
	margin-right: 5px;
	margin-top: 20px;	
}

.IRNR img {
	margin-top: 20px;
	float: left;
	margin-left: 5px;
}


a {
	outline:none;
}
a img {
	border:0;
}

h1, h2, h3, h4, h5, h6 {color: #212E02;}

h1 {
	margin: 0 0 0 0;
	font-size: 2.0em;
	font-weight: normal;
}
h2 {
	margin: 0 0 0 0;
	clear: both;
	font-size: 1.7em;
	font-weight: normal;
}
h3 {
	margin: 0px 10px 10px 0;
	font-size: 1.4em;
	font-weight: normal;
	color : #7C4B3D;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px solid #7C4B3D;
	clear: right;
}

h3#trendstitle {
  margin : 0 0 0 0;
  color : #7C4B3D;
  width: 355px;
  padding-bottom: 5px;
  border-bottom: 1px solid #7C4B3D;
  clear: none;
}
h4 {
    margin: 0 0 0 0;
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	margin: 0 0 0 0;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 0 0 0 0;
	font-size: 0.8em;
	font-weight: bold;
}
#mainquerywrapper {
	display: block;
	width:100%;
}
#querycontainer {
	width:50%;
}
.queryline {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 8px;
}
.querylabel {
	display: block;
	width: 20%;
	margin-bottom:5px;
}
.queryoption {
	width: 80%;
	margin-left: 15px;
}
.querybutton {
	margin-left: 15px;
}
#boundarymap {
	width:50%;
	float:right;
}
.chartwrapper {
	width:100%;
	text-align: center;
	padding-left:0px;
	padding-right: 0px;
}
.chartcontainer {
	position:relative;
	width: 90%;
	margin-bottom:15px;
}
.chart {
 display: block;
}
.chartlink {     
	float:right;
	margin-top:40px;
}
.chartimg {
	border-style: none;
}

.ImageLeft {
	float:left;
	padding:5px;
	margin:0px 10px 10px 0px;
	background-color:#F7EFD8;
}
.ImageRight {
	float:right;
	padding:5px;
	margin:0px 0px 10px 10px;
	background-color:#F7EFD8;
}

.collapsePanel {
   background-color: #7C4B3D;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}

.collapsePanel2 {
  background-color: #CCCCCC;
    color: #555557;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-right: 0;
}

.compare {
	margin-left: 250px;
	height:24px;
	width:250px;
	display:block;
	background:url("images/CompareLogoFlat.png") no-repeat right;
	border:solid 1px #DBDBDB;
	padding:5px 2px 0px 3px;
}
.compare:hover {
	background-color:#cccccc;
	border:solid 1px #B7B7B7;
}
.PanelGrouping {
	padding:5px 0px 10px 5px;
}

#pnlLandUseGroup {
	position: absolute;
	top: 0px;
	display:inline;
}

.ASPPanelGroup {
   display: block;
}

.ASPLeftPanel {
	
	display: inline-block;
	margin-right: 40px;
	text-align: center;
	float:left;	
}

.ASPRightPanel {
	display: inline-block;
	text-align: center;   
}

.Preview {	
	position:relative;
	border:1px solid #7C4B3D;
	float: right;
	margin-right: 110px;
	margin-top: -10px;
}
.brownBox {
    background: #e9e2da;
    color: #73420E;
    border: solid 1px #C7B39F;
    padding: 2px;    
    margin:4px;
}
.brownBox img.addBorder, a.addBorder img 
{
    padding:3px;
    background: #fff;
    border:solid 1px #C6B29E !important; /* used to override the inline border-width: 0; on images. could not find where that was being applied*/
    display:block;
}
.brownBox a.addBorder:hover img 
{
     border:solid 1px #593000 !important;     
}
.whiteBox 
{
    background: #fff;
    color: #73420E;
    border: solid 1px #C6B29E;
    padding: 2px;  
    margin:4px; 
}
.positive 
{
    color:Green;     
    height:16px;
    display:block;
    vertical-align:middle;    
}
.positive:after 
{
    content: url("http://irnrcdn.tamu.edu/fileIcons/images/arrow_up.png");
    vertical-align:middle;
}
.negative 
{
    color: Red;    
    height:16px;
    display:block;
    vertical-align:middle;
}
.negative:after 
{
    content: url("http://irnrcdn.tamu.edu/fileIcons/images/arrow_down_red.png");
    vertical-align:middle;
}
.lightBrownText {
    color:#C7B39F;
}
#choices {	
	display: block;    
    width: 345px;
    background-color: #CCCCCC;
    border: 1px solid #7C4B3D;
    clear:none;
    padding: 4px;
}
#areatitle {   
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
    background-color: #555557;
    padding: 6px 0px 6px 5px;
    margin-bottom: 5px;
    margin-right: 0px;
}

.center {
	text-align: center;
}

.collapseTargetPanel
{
   background-color:Transparent;
   padding-left:7px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.floatLeft {float:left;}
.floatRight{float:right;}

.clearfix {display: inline-block;}  /* for IE/Mac */

#popupMessage 
{
    text-align:center;
    font-size:1.5em;
    line-height: 1.4em;
}
ul.horizontal {
    margin: 5px 0 10px 0;
}
ul.horizontal li {    
    width: 32%;
    display: inline-block;
}
/***************
Input elements
***************/
textarea 
{
    resize:none; /*Used to disable resizing in Chrome and Firefox 4*/
}
input[type="text"], input[type="password"], textarea, select
{
	margin-bottom: 5px;    
    padding: 4px;
    border: solid 1px #C6B29E;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	border-color: #73420E;
}

/***************
Round Corners
***************/
.brownBox, .button, .redBox, .round, .darkBrownBox, .whiteBox {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
/*
.categories
{
	display:none;
}

.categorylink
{
	display:block !important;
	font: 12px verdana;
	color:Maroon;
	margin-left:0px;	
	background-image: none !important;
	background-repeat: no-repeat;
	width: 190px;
}


