﻿body
{
	background-position: left top;
	line-height: 1;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	color: #000;
}

a, a linked, a visited 
{
	color:blue;
}

	

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#header-small
{
	height: 30px;
	display:block;
	width:100%;
	background: transparent url(header_bg_small_2.gif) repeat-x left top;
}

#tools
{
	height: 30px;
	display:block;
	width:100%;
	background: transparent url(tabbar_below.gif) repeat-x left top;

}

#quickSearchForm
{
    background-image: nav-search-bg.png;
    background-repeat: no-repeat;
}

#quickSearch
{
	font-family: Verdana;
	font-size: small;
	font-variant: small-caps;
	color: #FFFFFF;
}

#sideBar 
{
	font-size: small;
	color:Black;
}


/* Info window */
#mapDiv_infowindow.content
{
    font-size: small;
    background-color: #FFFFFF;
    border: medium solid #993300;
}

img 
{
	border:none;
}

.infowindow .window .top .right .user .layout
{
    margin: 5px 0 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 5px;
    background-color: #FFFFFF;
}

#pagelinks
{
    list-style-type: none;
    display: inline;
    font-family: Verdana;
    font-size: 0.65em;
}

.gray, .gray table
{
	background-color:#D8D8D8;
}

.h1, .h1 tr, .h1 td
{
	font-size:x-small;
	color:white;
	vertical-align:middle;
	background-color:#993300;
}

.r1, .r1 tr, .r1 td
{
	font-size:x-small;
	color:Black;
	vertical-align:middle;
	background-color:White;
}

.r2, .r2 tr, .r2 td
{
	font-size:x-small;
	background-color:#dfebf9;
	vertical-align:middle;
}

.b, .b tr
{
	color: #336699;
	font-weight:bold;	
}

.ex1 
{
	color:Blue; font-weight:bold; font-style:italic;
}
	
.require {
	color:#CC0000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:0.75em;
}

.caption
{
	color: #336699;
	font-family: Arial;
}

.captionbr
{
	color: #336699;
	font-weight: bold;
	font-family: Arial;
}

.caution, .error
{
	font-style:italic;
	color:Red;
}

.detail-section
{
	width: 90%;
	margin: 7px 7px 7px;
	display: block;
	color: black;
}

.tabbar-below
{
	width: 100%;
	background-color:Black;
	height: 25px;
	padding-left: 10px;
	color:White;
	border-top-color:Gray;
	border-top-style:solid;
	border-top-width: 3px;
	font-size:0.8em;
}

.inline-below-tab
{
	color:White;
}

ul.inline-below-tab
{
	margin:0pt;
	padding:0pt;
	text-align:left;
}

ul.inline-below-tab li
{
	color:White;
	display: inline;
}


ul.inline-below-tab li a
{
	color:White
}

ul.inline-below-tab li a:hover
{
	text-decoration:underline;
	color:White;
}


/* Table of Contents */
.titlebar, .titlebar tr, .titlebar td, .titlebar div
{
	background-color: #336699;
	color: #FFFFFF;
	line-height: 17px;
	font-weight:bold;
}

.titlebar a
{
	color:White;
}

.mvb, .button
{
	border: 4px outset #3366CC;
	background-color: #336699;
	margin: 4px;
	display: inline-block;
	width: 60px;
	text-align: center;
	vertical-align: text-bottom;
	font-weight: bold;
	height: 16px;
	color: White;
	font-size: 0.75em;
}

.searchbutton 
{
	vertical-align:middle;
}


.test
{
	background-color: #CCCCCC;
}

.help 
{
	color:Blue; font-style:italic; font-size:0.9em; padding-left: 5px;
	
}

.toolicon
{
	width: 27px;
	height: 27px;
	border:none;
}

.toolback 
{
	opacity:0.75;
	margin:0px   5px 10px 0px; 
	border:solid 1px #748699;	
	background: transparent none repeat-x left top;
}

.description 
{
	font-size:smaller;
	color: Gray;	
}


#modalBackground
{
	position: absolute; top: 0; left: 0; width: 100%; height: 100%;
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	z-index:9998;
}

#dialog
{	
	position:relative;
	-moz-border-radius: 10px;	
	background-color: White;
	border: solid 1px #333366;
	z-index: 9999;
	padding: 40px; width: 500px;
	margin: 100px auto;
}


#printableMapDialog
{
	position:relative;
	-moz-border-radius: 10px;	
	background-color: White;
	border: solid 1px #333366;
	z-index: 9999;
	padding: 40px; width: 300px;
	margin: 100px auto;
}


/* overrides for tundra */
.tundra .dijitSplitterH, .tundra .dijitGutterH 
{
background:#748699 none repeat scroll 0 0;
border:0 none;
height:5px;
}

.tundra .dijitSplitterV, .tundra .dijitGutterV {
background:#748699 none repeat scroll 0 0;
border:0 none;
width:5px;
}
