﻿/* map content styles ---------------------------------------------- */
.mapCommand
{
	display: none;
}
.panTool
{ 
  display:none;
 }
/* Core styles ----------------------------------------------------- */
body 
{
	min-width: 800px;
  margin: 0;
	padding: 0;
	border: 0;
	background-color: #efead6;
	font-size: small;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: normal;
}

img
{
	border: 0;
}

a:link, a:visited
{
	text-decoration: none;
	color: #a5501c;
}
a:hover, a:active, a:focus
{
  color: #336699;
}

input, select
{
	font-size: 85%;
}

/* Common classes -------------------------------------------------- */
.errorText
{
	color: #ff0000;
}

/* header ---------------------------------------------------------- */

h1,h2
{ 
  margin: 0;
	padding: 0;
	border: 0;
  font-size:105%;}
   
h1
{ 
   float:right;
}
#mainNav 
{
	 display:none;
}
#mainNav li 
{
	 display:none;
}
#mainNav a:link, #mainNav a:visited 
{
	 display:none;
}
#mainNav a:hover, #mainNav a:active, #mainNav a:focus
{
	 display:none;
}


/* content --------------------------------------------------------- */
#contentWrapper
{
	border-bottom: solid 3px #993300;
}

#content
{
	width: 100%;
	border-top: solid 1px #993300;
	background: #fff;
	padding: 3px 10px 10px 10px;
}

/* footer ---------------------------------------------------------- */

#footer ul
{
	margin: 0;
	padding: 0;
	border: 0;
}
#footer li
{
	list-style-type: none;
	font-size:smaller;
}


/* CSSFriendlyAdapter rules ---------------------------------------- */
div.AspNet-TreeView
{
    margin: 0;
    padding: 0;
}

div.AspNet-TreeView ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.AspNet-TreeView-Show
{
}

.AspNet-TreeView-Hide
{
    display:none;
}
div.AspNet-TreeView .AspNet-TreeView-Collapse
{
    display:none;
}
div.AspNet-TreeView .AspNet-TreeView-Expand
{
    background: url(images/expand.gif) 0 -2px no-repeat;
    width: 15px;
    float:left;
    cursor: pointer;
}
div.AspNet-TreeView .AspNet-TreeView-ClickableNonLink
{
	padding:  3px 0 3px 3px;
	font-weight: bold;
	cursor: pointer;
}
div.AspNet-TreeView li.AspNet-TreeView-Leaf
{
  color:#993300;
	min-height: 10px;
	padding: 3px 0 3px 0;
  margin: 0 0 0 30px;
}
div.AspNet-TreeView .LayerTreeView-LayerVisible
{
	float: right;
	width: 20px;
	margin: 0 20px 0 0;
}
div.AspNet-TreeView .LayerTreeView-LabelVisible
{
	float: right;
	width: 1px;
	text-indent: 20px;
	margin: 0 0 0 0;
}
div.AspNet-TreeView .LayerTreeView-MaxZoom
{
   display:none;
}
div.AspNet-TreeView .LayerTreeView-MaxZoom img
{
  display:none;
}
li.AspNet-TreeView-Leaf img
{
	float: left;
	margin: 0 0 0 -25px;
}
li.AspNet-TreeView-Leaf span
{
	display:none;
}
#mapLegend
{
	float: left;
	width: 170px;
	font-size: 85%;
	border: solid 1px #993300;
	margin-top:15px;
	
}
#mapLegend h4
{
	color: Black;
	font-weight: bold;
	font-size: 105%;
	background: #993300;
	padding: 6px 0 6px 6px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 3px 0;
}
#mapLegend input
{
  display:none;
}
#mapLegend h4 img
{
	 display:none;
}
#mapLegend a:hover
{
	display:none;
}
#mapLegend p
{
  display:none;
}

/* search content styles ------------------------------------------- */
#searchInstruction
{
	font-style: italic;
}
#siteNavContainer
{
	display:none;
}
#siteNavContainer h3
{
	color: #993300;
	font-weight: bold;
	font-size: 95%;
	padding: 0;
	margin: 0;
}
#siteNavContainer p
{
	padding: 0;
	margin: 0;
}
#siteNavContainer ul
{
}
#siteListPanel select, #siteNavContainer p, 
#siteListPanel input, #siteFilterOptions
{
	font-size: 85%;
}
#siteListFilterPanel select, #siteListFilterPanel input
{
	font-size: 100%;
	margin: 3px 0 0 0;
}

#siteListPanel
{
	display:none;
}
#siteListPanel select
{
	display: block;
	height: 120px;
	width: 390px;
	margin: 0 0 5px 0;
}
#siteListFilterPanel
{
	float: left;
	padding: 0 10px 0 0;
	border-right: solid 1px #993300;
	width: 240px;
}
#siteListFilterPanel dl
{
	display: inline;
}
#siteListFilterPanel dd
{
	margin: 0;
}

#mapInsetPanel
{
  width: 185px;
  margin: 0 0 0 655px;
  padding: 0 0 0 10px;
}
#MapInset
{
	cursor: crosshair;
}

#siteMapContainer
{
	clear: left;
	padding: 5px 0 0 0;
	width: 900px;
}

#mapZoomSlider
{
	 display:none;
}
#mapZoomSlider img
{
	 display:none;
}
#mapToolbar
{
	 display:none;
}
#mapToolbar select, #mapToolbar label,
#mapToolbar input
{
	 display:none;
}
.mapToolPad
{
	 display:none;
}
#txtMapWidth
{
	 display:none;
}

#siteMapContainer td
{
	 vertical-align:top;

}
#Status
{
   display:none;
}
#ZoomValue
{
  margin: 0 0 0 6px;
	font-weight: normal;
  font-family: Arial, Tahoma, Verdana, Helvetica;
  text-decoration: none;
  font-size: 85%;
}

#fixAndRemove
{
	clear: both;
}

/* helpLink -------------------------------------------------------- */
.helpLink a:link, .helpLink a:visited
{
	display:none;
}
.helpLink a:hover, .helpLink a:active, .helpLink a:focus
{
  display:none;
}
/* print-report */

#report-Nav 
{	
	display:none;
}

#ReportContent a:link
{
  font-size:small;
  padding-left: 5px;
	
}
#ReportContent a:hover,#SubSiteInfo a:active, #SubSiteInfo a:focus
{
 	text-decoration: underline;
 	background-color: #efead6;
 	background:transparent;
}
#ReportContent h3
{
  color: #993300;
  margin-bottom: 2px;
  margin-top:2px;
}
#ReportContent h5
{
  color: #993300;
  margin-bottom: 3px;
  margin-top:5px;
}
#ErrorMessage
{
  color: #ff0000;
}

#subsites
{
  margin-left: 5px;
  font-weight:normal;
  font-size:large;
  color: #993300;
}
#report-Nav 
{	
	padding: 0;
	margin-left:0;
	margin-top:12px;
	border-bottom: solid 1px #993300;
}

#report-Nav label
{ 
  font-size:85%;
 	font-weight:bold;
	padding: 2px 16px 2px 16px;
	text-decoration: none;
	color: #993300;
	background : #efead6;
 }

A.report-search, A.report-search:hover
{
	font-size: 10pt;
	font-weight: bold;
}
A.report-search:hover 
{
	color: #FFFFcF;
}

A.report-nav, A.report-search
{
	color: #993300;
	font-weight: bold;
}
TABLE.summary
{
	background-color: #FFFFFF;
	width: 100%;
}

TD.summary-header
{
	padding-right: 3px;
	padding-left: 3px;
	margin-bottom: 1px;
	padding-bottom: 2px;
	width: 200px;
	border-top-style: none;
	padding-top: 2px;
	border-right-style: none;
	border-left-style: none;
	background-color: #cab76b;
	border-bottom-style: none;
	font-weight: bold;
	font-size: 10pt;
	color: #993300;
	letter-spacing: 1pt;
}

.summary-value, .summary-field, .summary-field0, .summary-field1
{
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #efead6;
	border-bottom-style: none;
}

.summary-field 
{
	padding-left: 3px;
	padding-right: 7px;
	width: 100px;
	text-align: left;
}

.summary-value
{
	padding-right: 3px;
	text-align: right;
	width: 20px;
}

.value
{
	padding-left: 15px;
}

.summary-field0
{
	padding-left: 3px;
	padding-right: 7px;
	width: 100px; 
	text-align: left;
	
}

.summary-field1
{
    padding-left: 15px;
	padding-right: 7px;
	width: 130px;  
	text-align: left;
}

.report-indent1
{
	padding-left: 20px;
	
}

.report-indent2
{
	padding-left: 40px;
}

.report-header
{
	padding-left: 5px;
	font-style: italic;
}
.report-header2
{
	padding-left: 5px;
	font-style: italic;
}
TD.grey-header
{
	background-color: #DCD0A0;
	font-family: Arial,Tahoma,Verdana,Helvetica;
	font-style: italic;
	font-weight: bold;
	width: 100%;
	
}

TR.report-columnheader
{
	font-weight:bold;
}
TABLE.report
{
	margin-left: 2px;
}
/* print-search */
FONT.search-title
{
	font-size: 10pt;
	font-style: italic;
}

FONT.search-errortext
{
	font-size: 10pt;
	font-weight: bold;
	color: Red;
}

FONT.search-criteria
{
	font-family: Arial, Tahoma, Verdana, Helvetica;
	font-size: 9pt;
}

FONT.search-itemlabel
{
	font-size: 11px;
}

TD.section-header
{
	padding-bottom: 5px;	
}

TD.search-criteria-header
{
	padding-left:13px;
	padding-top: 10px;
	padding-bottom: 5px;
}

TD.search-field-header
{
	padding-top: 5px;
	padding-left:17px;
	padding-bottom:2px;
}

TD.search-criteria-fielditem-name
{
	padding-left:25px;
}

TR.search-criteria-row
{
	padding-bottom: 3px;
}

TD.search-criteria-pageheader
{
	padding-left:10px;
}

FONT.invisible
{
	color: #FFFFFF;
}

FONT.section-header
{
	font-size: 9pt;
	font-weight: bold;
}

FONT.search-caption
{
	font-size: 8pt;
}

TABLE.search
{
    margin-left: 10px;
    border-bottom-color: #993300;
    border-left-color: #993300;
    border-top-color: #993300;
    border-right-color: #993300;
	border-width: medium;	
}

TD.search
{
	border-bottom-color: #993300;
    border-left-color: #993300;
    border-right-color: #993300;
}

TD.search-divider
{
	background-color: #a5501c;	
}

#content h3
{
  margin-top:8px;
	margin-left:0;
}

.searchInstruction
{
	float:left;
	margin-bottom:10px;
	margin-top:0px;
	width:100%;
	margin-left:8px;
}

#searchContainer
{
	float:left;
	margin-top:50px;
	margin-bottom:10px;
	margin-left:8px;
	width:750px;
}

#searchPopContainer
{
	padding: 5px 0 5px 0;
}

#searchPopContainer p
{
	font-size: 8pt;
	text-align: left;
	margin-top:5px;
	margin-bottom:5px;
}

#searchYPopContainer
{
	padding: 5px 0 5px 0;
}

#searchYPopContainer p
{
	font-size: 8pt;
	text-align: left;
	margin-top:5px;
	margin-bottom:5px;
}

#searchCommunityContainer
{
	padding: 5px 0 5px 0;
}

#searchCommunityContainer p
{
	font-size: 8pt;
	text-align: left;
	margin-top:5px;
	margin-bottom:5px;
}

#searchLawContainer
{
	padding: 5px 0 5px 0;
}

#searchLawContainer p
{
	font-size: 8pt;
	text-align: left;
	margin-top:5px;
	margin-bottom:5px;
}

#searchSafeHavensContainer
{
	padding: 5px 0 5px 0;
}

#searchSafeHavensContainer p
{
	font-size: 8pt;
	text-align: left;
	margin-top:5px;
	margin-bottom:5px;
}

#searchServicesContainer
{
	padding: 5px 0 5px 0;
}

#searchServicesContainer p
{
	font-size: 8pt;
	text-align: left;
	margin-top:5px;
	margin-bottom:5px;
}

#searchCDCContainer
{
	padding: 5px 0 5px 0;
}

#searchCDCContainer p
{
	font-size: 8pt;
	text-align: left;
	margin-top:5px;
	margin-bottom:5px;
}

#searchEPAContainer
{
	padding: 5px 0 5px 0;
}

#searchEPAContainer p
{
	font-size: 8pt;
	text-align: left;
	margin-top:5px;
	margin-bottom:5px;
}

#searchFaithContainer
{
	padding: 5px 0 5px 0;
}

#searchFaithContainer p
{
	font-size: 8pt;
	text-align: left;
	margin-top:5px;
	margin-bottom:5px;
}

#searchEmphasisContainer
{
	padding: 5px 0 5px 0;
}

#searchEmphasisContainer p
{
	font-size: 8pt;
	text-align: left;
	margin-top:5px;
	margin-bottom:5px;
}

#searchHUDContainer
{
	padding: 5px 0 5px 0;
}

#searchVITAContainer
{
	padding: 5px 0 5px 0;
}

#searchStatesContainer
{
	padding: 5px 0 5px 0;
}
.innertext
{
	font-size: 8pt;
	text-align: left;
	margin-top:5px;
	margin-bottom:0px;
}

.listboxtext
{
	font-size: 8pt;
	text-align: left;
	margin-top:0px;
	margin-bottom:0px;
}

.resultListText
{
	font-size: 9pt;
	text-align: left;
}

.title-left
{
	float:left;
	text-align:left;
	color:Black;
	font-weight: bold;
	font-size: 95%;
	padding: 0;
	margin: 0;
}

.title-right
{
	float:right;
	text-align:right;
}

.spacer
{
	clear:both;
	margin:0;
}

.searchControlLeft
{
	float:left;
	text-align: left;
	font-size: 8pt;
	vertical-align:top;
	padding: 0;
	margin: 0;
}

.searchControlRight
{
	float:right;
	text-align: right;
	font-size: 8pt;
	vertical-align:top;
	padding: 0;
	margin: 0;
}