/* Main page layout */
html { background: none; height: 100%;}
body {font-family: "Times New Roman", Times, serif; font-size: 12px; margin: 0 5px 0 5px; padding: 0px 5px; margin-left: auto; margin-right: auto; height: 100%;}

@media print 
{
	.no-print 
	{
		display: none; 
	}
}

#container-background
{
	margin: 0 auto;
	width: 990px;
	height: 100%;
	background: none;
}

#container 
{
	margin: 0 auto; 
    width: 980px;
	height: 100%;
}

#Header
{	
	padding-top: 10px;
	padding-left: 20px;
	width: 960px;
	font-weight: bold;
	font-size: 35px;
	background: none;
	height: 90px;
}

#printable-title
{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	float: left;
	visibility: visible;
}

#printable-title h1, h2, h3
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-width: 0;
}

#content-area
{
	padding-left: 15px;
	height: 585px;
}

#more-info
{
	font-size: 9px;
	float: right;
	padding-right: 2px;
}

#more-info a
{
	color: #0000FF;
}

/* 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: none;
	background-repeat: no-repeat;
}

.nav-menu-inactive-holder
{
	display: none;
}

.nav-menu-inactive
{
	text-decoration: none;
	border: thin dashed #000000;
	background: none;
	background-repeat: no-repeat;
}

.nav-menu-active
{
	text-decoration: none;
	border: thin solid #000000;
	background: none;
	background-repeat: no-repeat;
}

/* Location Selection Bar */
#location
{
	position: relative;
	top: 12px;
	height: 35px;
	width: 949px;	
	background: none;
	border: thin solid #000000;
}

#location div
{
	float: left;
	vertical-align: middle;
	text-align: center;
	line-height: 35px;
	padding-left: 12px;
	padding-right: 12px;
}

#location-map
{
	text-decoration: none;
	color: black;
}

#grid-locator-button-holder
{
	display: none;
}

/* 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: thin solid #000000;
	background: none;
}

#protection-info div
{
	float: left;
	clear: left;
	width: 150px;
	vertical-align: middle;
	padding-top: 8px;
	padding-left: 12px;
}

#protection-help
{
	position: absolute;
	top: 8px;
	left: 240px;
	visibility: hidden;
}

#protection-help:hover
{		
}

#graph-info
{
	width: 272px;
    height: 262px;  
	background: none;
	border: thin solid #000000;
}

#graph-info div
{
	float: left;
	width: 260px;
	vertical-align: middle;
	padding-top: 8px;
	padding-left: 12px;
}

#graph-help
{
	position: absolute;
	top: 280px;
	left: 240px;
	visibility: hidden;
}

#graph-help:hover
{
	cursor: hand;
}

.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;
}

a.simple_popup
{
	color: #000000;
}

a.na-link
{
	visibility: hidden;
}

/* Results panel (table and graph) */
#results-panel 
{
	position: absolute;
	left: 285px;
	height: 535px;	
	width: 667px;
}

#results-content
{
	display: none;
}

#tab-panels
{
	float: left;
	background: white;
	border: thin solid #000000;
}

#tab-menu
{	
	float: left;	
	padding-left: 0px;
	width: 667px; 
	height: 30px;
} 

#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: none;
	background-repeat: no-repeat;
}

.tab-menu-inactive
{
	text-decoration: none;
	color: #000000;
	background: none;
	border: thin dashed #000000;
}

.tab-menu-active
{
	text-decoration: none;
	color: #000000;	
	background: none;
	border: thin solid #000000;
}


.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;	
	visibility: hidden;	
}

#calculate-results
{
	position: relative;
	top: 5px;
	width: 452px;
	height: 109px;
	border: 1px solid #ADADAD;
	background-image: none;
}

#graph-view-animation-holder
{
	visibility: hidden;
}

#fusion-graph-view
{
	display:block;	
}

#printable-graph-view
{
	display: block;
}

#print-panel
{
	display: none;
}

#print-preview-print-button
{
	text-decoration: none;
	color: black;
}

#print-preview-print-button img
{
	height: 24px;
}

/* 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;
	width: 980px;
	vertical-align: middle;
}

#footer-logo
{
	display: none;
	position: absolute;
	top: 5px;
	left: 870px;
}


#footer-links a
{
	color: #000000;
}

#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;
}

.table-input-disabled
{
	text-align: center;
	border: none;
	background: none;
	color: #000000;
	width: 90px;
	height: 16px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 12px;
}

.table_input
{
	margin-left: 7px;
}

#protection-info div.data-parameter-container
{
	float: right;
	clear: right;
	padding-right: 10px;
	padding-left: 0px;
	width: 80px;
}

.data-parameter
{
	font-weight:bold;
}
