﻿html,body 
{
	height: 100%;
	background-image: url(images/titlebarBG.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

html
{
	overflow:auto;
}

body 
{
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	height: 100%;
	color: #000000;
	font-size: 12px;
	margin: 0px;
	top: 0px;
	background-color: #FFFFFF;
}

* html div#background
{
	position: absolute;
}

form
{
	height: 100%;
}

div#wholepage
{
	min-width: 100%;
	height: auto;
	min-height: 100%;
	z-index: 1;
	background-image: url(images/line.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

* html div#wholepage
{
	height: 100%;
}

div#titlebar
{
	position:absolute;
	top: 0px;
	left: 0px;
	width: auto;
	min-width: 100%;
	height: 80px;
	z-index: 3;
}

div#topmenu
{
	position: relative;
	top: 60px;
	background-image: url(images/brownbar.gif);
	background-repeat: repeat-x;
	min-width:100%;
	overflow: visible;
	height:22px;
	z-index: 5;
}


div#leftmenu
{
	position: absolute;
	top: 85px;
	left: 0px;
	text-align: left;
	/*padding-left: 5px;*/
	z-index: 3;
	color: #FFFFFF;
	font-weight: bold;
	width: 161px;
    display: none;
}

div#content
{
	position: relative;
	top: -20px;
	min-width: 465px;
	text-align: left;
	padding-top: 87px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 160px;
	z-index: 1;
}
/*
div#footer
{
	position: absolute;
	bottom: 0px;
	width: auto;
	min-width: 100%;
	text-align: center;
	z-index: 20;
	font-size:10px;
}
*/

div#siteMapPath
{
	color: #FFFFFF;
	text-align: left;
	padding-left: 165px;
	float:left;
}

div#siteMapPath a
{
    color: #FFFFFF;
}

div#siteMapPath a:link, div#siteMapPath a:active, div#siteMapPath a:visited, div#siteMapPath a:hover
{
	text-decoration: underline !important;
}

div#PanelWizard a:link, div#PanelWizard a:active, div#PanelWizard a:visited
{
    color: #FFFFFF;
    text-decoration: underline !important;
}

div#PanelWizard a:hover
{
    color: #000000;
    text-decoration: underline !important;
}

div#PanelWizard div
{
    padding: 3px 0px 0px 0px;
}

.menudivider
{
	border-bottom: 1px #969696 solid;
}

.menudivider2
{
	border-bottom: 1px #bcbcbc solid;
}

.menudivider3
{
	border-bottom: 1px #bcbcbc solid;
}

.menudivider3 a:link, .menudivider3 a:visited, .menudivider3 a:active, .menudivider3 a:hover
{
	color: #626262 !important;
}

.selectedNode a:link, .selectedNode a:visited, .selectedNode a:active, .selectedNode a:hover
{
	color: #000000 !important;
}

div#leftmenu a:link,div#leftmenu a:active,div#leftmenu a:visited, div#topmenu a:link,div#topmenu a:active,div#topmenu a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

div#topmenu a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

a:link,a:active,a:visited
{
	color: #bb5e11;
	text-decoration: none;
	font-weight: normal;
}

a:hover
{
	color: #e18e49;
	text-decoration: underline;
	font-weight: normal;
}

a.submenu:link,a.submenu:active,a.submenu:visited
{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

a.submenu:hover
{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

img
{
	border: solid 0px #000000;
}

.header
{
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	color: #1e8425;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	top: 0px;
}

.subheader
{
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	color: #bb5e11;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	top: 0px;
}

.status
{
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	color: #1e8425;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	top: 0px;
}
.detail_header
{
	background-color:#A3A3A3;
	font-weight:bold;
	color: #FFFFFF;
}

.detail_label
{
	font-weight:bold;
	font-style:italic;
}

.ar
{
    background-color:#FFFFE0;
}
.registration_block
{
    display: inline-block;
    max-width: 620px;
    min-width: 50%;
}
.content_panel
{
	overflow:auto;
	height:320px;
	width: 620px;
}

.XMLSampling_Error_Table
{
    border-color: #000000;
    border-style: solid;
    border-width: 0px 0px 1px 1px;
    min-width: 600px;
}

.XMLSampling_Error_Header_Row
{
    
}

.XMLSampling_Error_Header
{
    border-color: #000000;
    border-style: solid;
    border-width: 1px 1px 0px 0px;
    font-weight: bold;
    text-align: right;
    padding: 2px;
}

.XMLSampling_Error_Info
{
    border-color: #000000;
    border-style: solid;
    border-width: 1px 1px 0px 0px;
    font-weight: normal;
    text-align: left;
    background-color: #FFFFE0;
    padding: 2px;
    min-width: 20px !important;
    width: 20px;
}

.XMLSampling_Error_Details
{
    border-color: #000000;
    border-style: solid;
    border-width: 1px 1px 0px 0px;
    font-weight: normal;
    text-align: left;
    padding: 5px;
}

.error_message
{
    font-weight:bold;
    color:Red;
}
    
table#CreateMORSearch
{
    border: 1px solid #000000;
    padding-left: 15px;
}

table#CreateMORSearch td
{
    padding: 15px 15px 15px 5px;
}

table#CreateMORSearch td.label
{
    padding: 0px !important;
    text-align: right;
}

.bordered_padded_inline_container
{
    border: 1px solid #000000;
    /*display: inline;*/
    padding: 5px;
}

.alternatingRow
{
    background-color: #A3A3A3;
    color: #FFFFFF;
}

.chemicalFieldset
{
    padding: 5px;
    display: inline;
}

.Important
{
    font-size: large;
    color: Red;
}

.tdLabel
{
    text-align: right;
    font-weight: bold;
}

.fieldset_auto_width
{
    display:inline-block;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:White;
	border-width:3px;
	border-style:solid;
	border-color:Black;
	padding:3px;
	width:500px;
}

.big_scrolling_textbox
{
    overflow: auto;
    max-height: 400px;
    border: 1px solid #000000;
    text-align: justify;
    padding: 5px;
    display: block;
    
}

fieldset
{
    border: 1px solid #1e8425;
    padding: 5px;
}

legend
{
    border: 1px solid #1e8425;
    padding: 3px;
    margin-bottom: 5px;
}

.GridViewRowStyle td,th
{
    border-color: #999999;
    padding: 0px 3px 0px 3px;
}

.panelVisible
{
    display: none;
}

.contactLink
{
    line-height: 25px;
}

.facilityMainFirstRow
{
    height: 200px;
    margin-bottom: 20px;
    min-width: 960px; /*added to prevent wrap*/
}

.facilityMainSecondRow
{
    height: 325px;
    margin-bottom: 20px;
    min-width: 960px; /*added to prevent wrap*/
}

.subDetailMainRow
{
    height: 380px;
    margin-bottom: 20px;
    min-width: 960px; /*added to prevent wrap*/
}

.facilityMainColumn
{
    width: 300px; /*was 250*/
    vertical-align: top;
    height: 100%;
    display: inline-block;
}

.facilityMainColumn fieldset
{
    height: 100%;
}

.facilityMain15Column
{
    width: 376px;
    vertical-align: top;
    height: 100%;
    display: inline-block;
    margin-right: 2px;
    position:relative;
}

.facilityMain15Column fieldset
{
    height: 100%;
}

.facilityMain30Column
{
    width: 526px;
    vertical-align: top;
    height: 100%;
    display: inline-block;
    margin-right: 2px;
    position:relative;
}

.facilityMainSubDetailColumn
{
    width: 410px;
    vertical-align: top;
    height: 100%;
    display: inline-block;
    margin-right: 2px;
    position:relative;
}

.subDetailColumn
{
    width: 410px;
    vertical-align: top;
    height: 100%;
    display: inline-block;
    margin-right: 22px;
    position:relative;
}
.facilityMainSubDetailColumn fieldset
{
    height: 100%;
}

.facilityMain30Column fieldset
{
    height: 100%;
}

.criteriaPollutantGrid td
{
    border: 1px solid #006542;
}

.criteriaPollutantGrid th
{
    border: 1px solid #004522;
}

.facilityAccessButton
{
    position:absolute;
    bottom: 0;
    left:13px;
}

.ContactRepBlock
{
    background-color: #A3A3A3;
    position: fixed;
    padding-left: 8px;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-right: 8px;
    width:145px;
    
    bottom: 0;
    left: 0;
    z-index: 999;
}

div#timerContainer1
{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
}
/* Added for collapsing lengthy release point lists*/
a.morelink {
    text-decoration:none;
    outline: none;
}
.morecontent span {
    display: none;
}
.comment {
    width: 400px;
    background-color: #f0f0f0;
    margin: 10px;
}

/*Added to manage size of jQuery search box. Since the id is managed at runtime,
    this may need to be revisited for cases when the search box is used elsewhere.
*/
#ui-id-1 {
    max-height: 212px;
    overflow-x: hidden;
    overflow-y: scroll;
}

/*ul.ui-autocomplete {
    list-style: none;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}*/

.roundButton {
    height: 26px;
    width: 26px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}

/* Accordion control - help page*/
.accordionHeader
{
    border: 1px solid #007A4A;
    color: white;
    background-color: #007A4A;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected
{
    border: 1px solid #bb5e11;
    color: white;
    background-color: #bb5e11;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}
