/* 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 ---------------------------------------------------------- */
#header
{
	background: url(images/header_background.gif) repeat-y;
}
h1, h2
{
	text-indent: -5000px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
}
h1 a
{
	display: block;	
	width: 750px;
	height: 32px;
	background: url(images/ccdo_logo_text.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	border: 0;	 
}
h2 a
{
	display: block;	
	width: 750px;
	height: 38px;
	background: url(images/wsdc_logo_text.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
}

#mainNav 
{
	margin: 0;
	padding: 0 0 2px 10px;
}
#mainNav li 
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#mainNav a:link, #mainNav a:visited 
{
	font-weight: bold;
	padding: 2px 16px 2px 16px;
	text-decoration: none;
	color: #993300;
}
#mainNav a:hover, #mainNav a:active, #mainNav a:focus
{
	background: #efead6;
}


/* content --------------------------------------------------------- */
#contentWrapper
{
	border-bottom: solid 3px #993300;
	
}
#content
{
	width: 100%;
	border-top: solid 3px #993300;
	background: #fff;
	padding: 3px 10px 10px 10px;
}


/* footer ---------------------------------------------------------- */
#footer
{
	clear: both;
}

#footer ul
{
	text-indent: -5000px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
}
#footer li
{
	list-style-type: none;
	margin: 0 0 0 5px;
}

#sponsorCcdo a:link, #sponsorCcdo a:visited
{
	display: block;	
	width: 677px;
	height: 15px;
	background: url(images/org-ccdo.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
}
#sponsorCcdo a:hover, #sponsorCcdo a:active, #sponsorCcdo a:focus
{
	background: url(images/org-ccdo_over.gif) top left no-repeat;
}

#designJRSA a:link, #designJRSA a:visited
{
	display: block;	
	width: 677px;
	height: 15px;
	background: url(images/org-jrsa.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
}
#designJRSA a:hover, #designJRSA a:active, #designJRSA a:focus
{
	background: url(images/org-jrsa_over.gif) top left no-repeat;
}

#hostSpatial a:link, #hostSpatial a:visited
{
	display: block;	
	width: 677px;
	height: 15px;
	background: url(images/org-spatial.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
}
#hostSpatial a:hover, #hostSpatial a:active, #hostSpatial a:focus
{
	background: url(images/org-spatial_over.gif) top left no-repeat;
}


/* 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
{
    background: url(images/collapse.gif) 0 -2px no-repeat;
    width: 15px;
    float:left;
    cursor: pointer;
}
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
{
	min-height: 20px;
	padding: 3px 0 3px 0;
    margin: 0 0 0 30px;
}
li.AspNet-TreeView-Leaf img
{
	float: left;
	margin: 0 0 0 -25px;
}

/* search content styles ------------------------------------------- */
#searchInstruction
{
	font-style: italic;
}


/* map content styles ---------------------------------------------- */
.mapCommand
{
}

#siteNavContainer
{
	background: #fff;
	width: 900px;
	float: left;
	border-bottom: solid 1px #993300;
	padding: 15px 0 10px 0;

}
#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
{
	float: left;
	width: 390px;
	padding: 0 15px 0 0;
}
#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;

}
#siteMapContainer td
{
	 vertical-align:top;

}
#mapLegend
{
	width: 170px;
	font-size: 85%;
	border: solid 1px #993300;

}
#mapLegend h4
{
	color: #fff;
	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 h4 img
{
	margin: -4px 5px 0 0;
	float: right;
}
#mapLegend a:hover
{
	text-decoration: underline;
}
#mapLegend p
{
  border-top: solid 1px #993300;
	padding: 5px 0  3px 0;
	margin:  2px 2px 0 5px;
}
div.AspNet-TreeView .LayerTreeView-LayerVisible
{
	float: right;
	width: 20px;
	margin:  0 5px 0 0;
}
div.AspNet-TreeView .LayerTreeView-LabelVisible
{
	float: right;
	width: 20px;
  margin:0 5px 0 0;
  
}
div.AspNet-TreeView .LayerTreeView-MaxZoom
{
  padding:  0  8px 0 6px;
}
div.AspNet-TreeView .LayerTreeView-MaxZoom img
{
  float:none;
	margin: 0;
}
#mapZoomSlider
{
	width: 20px;
	padding:  48px 0 0 10px;
	margin-top:30px;
}
#mapZoomSlider img
{
	display: block;
}

/*#mapToolbar
{
	margin: 0 0 0 220px;
}*/
#mapToolbar select, #mapToolbar label,
#mapToolbar input
{
  
	font-size: 85%;
}
.ValidatorError
{ 
  font-size:85%;
}
.mapToolPad
{
	border-right: solid 1px #993300;
	padding: 0 5px 0 0;
	margin: 0 5px 0 5px;
}
#txtMapWidth
{
	width: 88px;
}

#mapPanel td
{
  
}

#mapPanel td
{
  vertical-align:middle;
}
#MapControl1
{
	cursor: crosshair;
}
#Status
{
  height:12px;
  color:Red;
  font-family:Arial; 
  font-size:smaller; 
  font-weight:bold;
  display:block;
  margin-left:5px;
 
}
#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
{
	color: #fff;
	border: solid 1px #993300;
	background: #993300;
	padding: 0 4px 0 4px;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
.helpLink a:hover, .helpLink a:active, .helpLink a:focus
{
  background: #cab76b;
}

