/* Main page layout */
html
{
	background-color: #f1f1ed;
	height: 100%;
}

body 
{	
	font-family: Arial;
	font-size: 12px; 
    margin: 0 5px 0 5px; 
    padding: 0px 5px;
	margin-left: auto;
	margin-right: auto;
}

#container-background
{
	margin: 0 auto;
	width: 990px;
	height: 100%;
	background: url(../images/background-shadow.png);
	background-repeat: repeat-y;	
}

#container 
{
	margin: 0 auto; 
    width: 980px;
	height: 100%;
	background-color: #FFFFFF;
}

#Header
{	
	padding-top: 10px;
	padding-left: 20px;
	width: 960px;
	font-weight: bold;
	font-size: 35px;
	color: #FFFFFF;
	/*background: url(../images/grass-banner.gif);/*PRF*/
	background: url(../images/honeycomb-banner.gif);/*API*/
	background-repeat: no-repeat;
	height: 90px;
}

#printable-title
{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	position: absolute;
	visibility: hidden;
}

#content-area
{
	padding-left: 14px;
	height: 618px;
}

#more-info
{
	font-size: 9px;
	float: right;
	padding-right: 2px;
}

#more-info a
{
	color: #F9E088;
}

/* Navigation Menu */
#nav-menu
{	
	position: absolute;
	top: 60px;
	float: left;	
	padding-left: 20px;
	width: 900px; 
	height: 40px;
} 

#nav-menu div a
{
	font-weight: bold;
    font-size: 13px;
    font-family: Arial;
    height: 40px;
    line-height: 3em;
    width: 126px;
    display: block;
	vertical-align: middle;
	text-align: center;
	padding-right: 5px;
}

.nav-menu-inactive:hover 
{
	background: url("../images/inactive-tab-hover.png");
	background-repeat: no-repeat;
}

.nav-menu-inactive
{
	text-decoration: none;
	color: #FFFFFF;
	background: url("../images/inactive-tab.png");
	background-repeat: no-repeat;
}

.nav-menu-active
{
	text-decoration: none;
	color: #000000;	
	background: url("../images/active-tab.png");
	background-repeat: no-repeat;
}

/* Location Selection Bar */
#location
{
	position: relative;
	top: 12px;
	height: 45px;
	width: 949px;	
	border: 1px solid #E1E0DB;
	background-image: url(../images/info-bg.gif);
	background-repeat: repeat-x;
}

#print-panel
{
	float: right;
	padding-right: 24px;
}

#print-button
{
	cursor: pointer;
}

#location div
{
	float: left;
	vertical-align: middle;
	text-align: center;
	line-height: 44px;
	padding-left: 12px;
	padding-right: 12px;
}

#location-map
{
	text-decoration: none;
	color: black;
}

#print-button
{
	text-decoration: none;
	color: black;
}

#print-button img
{
	height: 24px;
}

/* Configuration area */
#config
{
	position: relative;
    top: 24px;
	width: 966px;	
	height: 535px;
}

#configuration-panel 
{
	clear: both;
	float: left;
	width: 273px;
    height: 535px;    
}

#configuration-panel div
{
	float: left;
}

#panel-spacer
{
	background-color:#FFFFFF;
	width: 272px;
	height: 12px;
}

#protection-info
{
	width: 272px;
    height: 257px;  
	border: 1px solid #E1E0DB;
	background-image: url(../images/info-bg.gif);
	background-repeat: repeat-x;
}

#protection-info div
{
	float: left;
	width: 260px;
	vertical-align: middle;
	padding-top: 8px;
	padding-left: 12px;
}

#protection-help
{
	position: absolute;
	top: 8px;
	left: 240px;
}

#graph-info
{
	width: 272px;
    height: 262px;  
	border: 1px solid #E1E0DB;
	background-image: url(../images/info-bg.gif);
	background-repeat: repeat-x;
}

#graph-info div
{
	float: left;
	width: 260px;
	vertical-align: middle;
	padding-top: 8px;
	padding-left: 12px;
}

#graph-help
{
	position: absolute;
	top: 280px;
	left: 240px;
}

.config_panel_heading
{
	min-height: 19px;
	font-weight: bold;
	/*color: #588B06; /*PRF color*/
	color: #8B4C00; /*API color*/
	font-size: 12px;	
}

.config_panel_heading_rain
{	
	color: #0042FF; 
}

.config_panel_heading_veg
{	
	color: #588B06;
}

.config_panel_sub_heading
{
	position: absolute;
	width: 130px;
}

.config_panel_label
{
	position: absolute;
	width: 130px;
	padding-top: 3px;
	padding-left: 4px;
}

.config_panel_selectbox
{
	position: relative;
	width: 112px;
	left: 135px;	
}

.config_panel_edit
{
	position: relative;
	width: 107px;
	left: 135px;	
}

.config_panel_checkbox
{
	position: relative;
	width: 22px;
}

.config_panel_radio
{
	position: relative;	
}

.config_panel_input
{
	/*used for javascript*/
}

.general_input
{
	border: 1px solid #ADADAD;
	background-color: #FCFCF3;
}

/* Results panel (table and graph) */
#results-panel 
{
	position: absolute;
	left: 285px;
	height: 535px;	
	width: 667px;
}

#tab-panels
{
	float: left;
	background: white;
	border-left: 1px solid #B9B7B7;
	border-right: 1px solid #B9B7B7;
	border-bottom: 1px solid #B9B7B7;
}

#tab-menu
{	
	float: left;	
	padding-left: 0px;
	width: 667px; 
	height: 30px;
	border-bottom: 1px solid #B9B7B7;
} 

#tab-menu div a
{
	font-size: 12px;
    font-family: Arial;
    height: 30px;
    line-height: 2.5em;
    width: 60px;
    display: block;
	vertical-align: middle;
	text-align: center;
	padding-right: 0px;
}

.tab-menu-inactive:hover 
{
	background: url("../images/small-tab-inactive-hover.png");
	background-repeat: no-repeat;
}

.tab-menu-inactive
{
	text-decoration: none;
	color: #000000;
	background: url("../images/small-tab-inactive.png");
	background-repeat: no-repeat;
}

.tab-menu-active
{
	text-decoration: none;
	color: #000000;	
	background: url("../images/small-tab-active.png");
	background-repeat: no-repeat;
	border-bottom: 1px solid #FFFFFF;
}

.tab-page
{
	width: 653px;
	height: 500px;	
	padding: 2px 6px 2px 6px;
	overflow: auto;
}

#calc-area
{
	z-index: 101;
}

#calc-area div
{
	float: left;
	padding: 0px 0px 0px 0px;
}
#calculate-button
{
	position: relative;
	top: 5px;
	left: 10px;
	width: 140px;
	height: 50px;	
}

#calculate-results
{
	position: relative;
	top: 5px;
	width: 452px;
	height: 109px;
	border: 1px solid #ADADAD;
	background-color: #FFFFFF;/*#FCFCF3;*/
	background-image: url(../images/results-bg-api.png); /* API */
	/*background-image: url(../images/results-bg-prf.png); /* PRF */
	background-repeat: repeat-x;
}

#graph-view-animation-holder
{
	visibility: hidden;
}

#fusion-graph-view
{
	display:block;	
}

#printable-graph-view
{
	display:none;
}

/* Error display */
#error-display
{
	margin-top: 5px;
}

.error-box
{
	position: relative;
	left: 14px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
	border: 1px solid #cd0a0a; 
	background: #fef1ec;
	color: red;
	height: 100%;
	width: 939px;
	vertical-align: middle;	
}

input.error 
{
	border: 2px solid red;
}

/* Footer layout */
#page-footer
{
	position: relative;
	text-align: center;
	top: 0px;
	left: 0px;
	height: 50px;
	width: 980px;
	vertical-align: middle;
	background-color:  	#7D7D7D;
}

#footer-logo
{
	position: absolute;
	top: 5px;
	left: 870px;
}

#footer-links a
{
	color: #DCDADA;
}

#results-overlay
{
	z-index: 101;
}

.results-overlay
{
	display: none;
	position: absolute;
	top: 30px;
	left: 285px;
	height: 505px;	
	width: 665px;		
	z-index: 102;
	background: #666666;
	filter: alpha(opacity=10);
	opacity: 0.10;
	-moz-opacity: 0.10;
}

.overlay-item
{
	display:none;
	position:absolute;
	z-index: 101;
	top: 196px;
	left: 580px;
	height: 75px;	
	width: 75px;	
}

img { border-width:0; }

.simple_popup 
{
	color: black;
}
.simple_popup_div 
{
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 200px;
	z-index: 100;
	border: #999 1px solid;
}

.simple_popup_inner 
{
    padding-top: 0;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
    /*border: #F8E0C4 5px solid;*/
    text-align: left;
}

.simple_close 
{
	margin-top: 5px;
	margin-bottom: 5px;
    text-align: right;
}

.simple_close a
{
	color: #555;
}

#dialog {position:absolute; width:425px; z-index:200; background:#fff}
#dialog-header {display:block; position:relative; width:411px; padding:3px 6px 7px; height:14px; font-size:14px; font-weight:bold}
#dialog-title {float:left}
#dialog-close {float:right; cursor:pointer; margin:3px 3px 0 0; height:11px; width:11px; background:url(../images/dialog_close.gif) no-repeat}
#dialog-content {display:block; height:160px; padding:6px; color:#666666; font-size:13px}
#dialog-mask {position:absolute; top:0; left:0; min-height:100%; width:100%; background:#666666; opacity:.35; filter:alpha(opacity=35); -moz-opacity: 0.35; z-index:100}
.success {background:#fff url(../images/info-bg.gif) bottom right no-repeat; border:1px solid #DDDDDD; border-top:none}
.successheader {background:url(../images/prompt_header.gif) repeat-x; border:1px solid #DDDDDD; border-bottom:none}
