﻿body
{
	padding: 0px;
	margin: 0px;
	background-color: #EEEEEE;
}

body, td, select, input, button
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration : none;
}

A,  A:link, A:visited, A:hover, A:active
{
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration : none;
} 

/* Header */
#header
{
	width: 100%;
	height: 109px;
	overflow: hidden;
	background-color: #EEEEEE;
}

#headerBanner
{
	background-image: url('images/header.gif');
	background-color:#FFF;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 65px;
}

#headerMenu
{
	background-image: url('images/nav_bg.jpg');
	background-repeat: repeat-x;
	width: 100%;
}


/* MapsDirect Pushpin Panel */
.mdPushpinPanel
{
	border: solid 1px #000000;
	width: 350px;
	z-index: 1000;
	position: absolute;
}

.mdPushpinPanelHeader{	
	background-color: #999999;
	cursor: default; 
	vertical-align: middle;	
}

.mdPushpinPanelTitle{	
	color:#FFFFFF;
}

.mdPushpinPanelContent {	
	background-color:#FFFFFF;
	border-top: solid 1px #000000;
	padding: 6px;
}

.mdPushpinPanelHelp
{
	background:  #FFFFCC;
	border: solid 1px #CCCCCC;
	padding: 4px;
	display: none;
}


/* Main Menu/Tool bar */
#toolbar
{	
	font-size: 12px;
	background-color: #BED2B8;
	border:solid 1px #878787;
}

.staticMenu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.staticMenuItem, a.staticMenuItem:link, a.staticMenuItem:active,  a.staticMenuItem:visited
{
	font-size: 12px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top:4px;
	padding-bottom:4px;
	text-decoration: none;
    font-weight: normal; 
    display:block;
    color: #FFF;
}

.staticMenuItemHover, a.staticMenuItemHover:hover
{
	color: #333333;
	background-color: #BED2B8;
}

.dynamicMenu{
      
    border-top: 1px solid #878787;
    border-left: 1px solid #878787;
    border-right: 1px solid #878787;   
}

.dynamicMenuItem
{
    border-bottom: 1px solid #2c346f;
}

.dynamicMenuItem a, .dynamicMenuItem a:active, .dynamicMenuItem a:visited
{
    color: #333333;
    text-decoration: none;  
    padding: 2px;
    background-color: Transparent;      
    vertical-align:middle;
    width:auto;
    display:block;
}
.dynamicMenuItem a:hover, .dynamicMenuItem tr:hover
{
      background-color: #e9f0e8;
      text-decoration: none;
}

/* Results Grid */
.grid
{
	border: solid 1px #949878;
	border-collapse: collapse;
	padding:2px;
}
.gridHeader
{	
	padding: 4px;
	background-color: #BED2B8; 
	border-bottom: solid 1px #4981BA;
	color: #333333;
	font-weight : bold;	
	text-decoration : none;
}

.gridHeader a:link, .gridHeader a:visited, .gridHeader a:hover, .gridHeader a:active
{	
	color: #333333;
	font-weight : bold;	
	text-decoration : none;
}
.gridItem
{
	background-color: #FFFFFF;
	cursor: pointer; 	
}
.gridAltItem
{
	background-color: #F3F3F3; 
	cursor: pointer;
}
.gridSepItem 
{ 
	background-color : #DADADA;
}

.gridSelectedItem 
{ 
	background-color : #F7DA7C;
}

/* Map Area - Border */
#mapArea
{
	border-left: solid 1px #878787;
	border-right: solid 1px #878787;
	background-color: #DADADA;	
}

.wvsOvMapArea
{
	background-color: #FFFFFF;
	border: solid 1px #878787;	
}

/* Status Bar */
#statusBar
{
	font-size: 11px;
	background-color: #BED2B8;
	border: solid 1px #878787;
	color: #FFFFFF;
}

.statusBarSep
{
}



.statusBarText{
	color: #FFFFFF;
}

/* Left side task area */
#tabArea
{
	border: solid 1px #878787;
	background-color: #FFFFFF;
}

td.tabOn
{	
	height: 30px;
	width: 94px;
	white-space: nowrap;
	background-image: url('images/tabon_bg.gif');
}

A.tabOn,  A.tabOn:link, A.tabOn:visited, A.tabOn:hover, A.tabOn:active 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
    font-weight: normal; 
    color: #333333;
}

td.tabOff
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #BED2B8;
	border-bottom: solid 1px #878787;
	width:94px;
}

A.tabOff, A.tabOff:link, A.tabOff:visited, A.tabOff:hover, A.tabOff:active 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
    font-weight: normal; 
    color: #333333;
}

.tabFiller
{
	background-color: #BED2B8;
	border-bottom: solid 1px #878787;
}

.tabContent
{
	background-color: #FFFFFF;
	border-left: solid 1px #878787;	
	border-right: solid 1px #878787;
	border-bottom: solid 1px #878787;
	border-top: none;
	height: 100%;
}

.tocGroupLayer
{
	font-weight: bold;
}

/*CollapsiblePanel*/

.cachedButtonList
{
	position: absolute;
	width: 200px;
	z-index:2;
}

.cacheButton
{
	font-size: 12px;
	background-color: #E6E7E7;
	border: solid 1px #000000;
	cursor: pointer;
}

