﻿body 
{	
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a
{
    border: none;
    color: #5f90cb;
    text-decoration: none;
}

img
{
    border: none;
}

input
{
	vertical-align: middle;
}

#main
{
	min-width: 780px;	
}

#print_header
{
    display:none;
}

#header
{
	height: 50px;
	background: #ffffff url(images/header.gif) no-repeat 30px 0px;
	text-align: left;
	padding: 0px;
}

#wintools
{
	float: right;
	margin-right: 35px;
	margin-top: 4px;
	font-size: 11px;
}

#wintools img
{
	vertical-align: middle;
}

#content
{
	margin-top: 20px;
	margin-left: 20px;
}

#title
{
	color: #4d4d4d;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	height: 30px;
}

#title img
{
	vertical-align: middle;
}

#leftSection
{
	float: left;
	width: 240px;
	margin-right:10px;
}

#search
{
	text-align:left;
	color: #4a4647;
	font-size: 12px;
	font-weight: bold;

}
/*#searchinput
{
	padding-left: 20px;
}*/

#search img
{
	vertical-align: middle;
}

#searchvalue
{
	width: 110px;
}

#map
{
	width: 100%;
	height: 100%;
	border: 1px solid gray;
	visibility: hidden;
}

#progress
{
	padding-top: 20px;
	text-align: center;
}

#resultsTitle
{
	margin-top: 15px;
	margin-bottom: 10px;
	color: #4a4647;
	font-size: 10px;
	font-weight: normal;

}

#results
{
	color: #4a4647;
	font-size: 10px;
	font-weight: normal;
	margin-left: -20px;
	overflow:auto;
}

#message
{
	padding-top: 20px;
	color: #fe0000;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
  margin-left: 20px;
}

#resultvalues
{
	color: #5f90cb;
	list-style-image: url(images/search_bullet.gif);
}

#resultvalues li
{

}

.resultHighlight
{
	color: #aa1703;
}

.resultSelect
{
	color: #aa1703;
	font-weight: bold;
}

#legend
{
	position:absolute;
	z-index: 999999;
	left:0px;
	right:0px;
	visibility: hidden;
	width: 231px;
}


#legendHeader
{
	height:15px;
	padding-top:3px;
	padding-left:212px;
}

#legMinMaxBtn
{
	cursor: default;
	width:11px;
	height:11px;
	background-image: url(images/legend/minmax.gif);
	background-position: 0px 11px;
	
}

#layerSwitcher
{
	position:absolute;
	z-index: 999999;
	left:0px;
	right:0px;
	visibility: hidden;
	width: 157px;
}

#layersHeader
{
	height:15px;
	padding-top:3px;
	padding-left:138px;
}

#layerDetails
{
	padding:20px;
	color: #ffffff;
	font-size: 10px;
	background-color: #00008b;
}

#lyrMinMaxBtn
{
	cursor: default;
	width:11px;
	height:11px;
	background-image: url(images/layerswitcher/minmax.gif);
	background-position: 0px 11px;	
}

#mapcontainer
{
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #7a8ea2;
	margin:0px;
	padding: 0px;
	text-align:left;
	float: left;
}

.mapPopUpTitle
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
}

.mapPopUpDetails
{
    padding-top: 10px;
	color: #888888;
	font-size: 10px;
	font-weight: normal;
}

.mapPopUpAddress
{
	color: #00008b;
	font-size: 10px;
	font-weight: normal;
}

.mapPopUpDirections
{
    margin-top:10px;
    font-size: 10px;
    color: #00008b;
    font-weight: bold;
}

.mapPopUpDirections a
{
    color: #0000ff;
    text-decoration: underline;
    margin-left:2px;
    margin-right:2px;
}

.mapPopUpDirections span
{
    color: #666666;
    margin-left:2px;
    margin-right:2px;
}

.mapPopUpDirInput
{
    margin-top:10px;
    color: #666666;
    font-size: 10px;
    font-weight: bold;
}

.mapPopUpDirInput input
{
    width: 200px;
}
