html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, font, img, ins, kbd, q, s,
small, strong,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, label,
table, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family:verdana, arial, serif; /* set default font */
}
body {
	line-height: 1;
}
html, body {
	height: 100%;	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

input { vertical-align: middle }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*h1,h2,h3,h4,h5,h6,input,form,textarea{font-size:1.1em}*/
h1 {font-size: 1.4em}
h2 {font-size: 1.33em; font-weight: normal}
h3 {font-size: 1.2em; font-weight: normal}
h4 {font-size: 1.1em; font-weight: normal}

#red {
	color: #A80900;
}

#red a 	{
	color: #A80900;
}

#gray {
	color: #8A8B8B;
}

#gray a 	{
	color: #8A8B8B;
}

#dark-gray {
	color: #666;
}

a {
	color: #1F7AC7;
	text-decoration: underline;
	cursor: pointer;
}

td, div {
	font-size: 11px;
	vertical-align: top;
}

#navlist
{
padding: 3px 0;
margin-left: 0;
border-bottom: 1px solid #999;
font: bold 12px Verdana, sans-serif;
}

#navlist li {
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #999;
border-bottom: none;
background: #dffab4;
text-decoration: none;
}

#navlist li a:link { color: #517b0c; }
#navlist li a:visited { color: #517b0c; }

#navlist li a:hover
{
color: #fff;
background: #7dae35;
}

#navlist li a.current
{
color: #1F7AC7;
background: white;
border-bottom: 1px solid white;
}

#map {
	height: 98%;
	width: 100%;	
}

html>body #map {
	height: 83%;
	width: 80%;	
}

#loaderz {
	width: 110px;
	height: 15px;
	margin-top: 25px;
	background: #fff url(../i/maps-ajax-loader.gif) no-repeat 0 0;
	position: absolute;
	z-index: 1000;
	display: none;
}

div.linkpane {
	display: none;
}

.razHorLine1{
	clear: both;
	height: 1px;
	background: #999;
}
	
	.ac_results {
		border: 1px solid gray;
		background-color: white;
		padding: 0;
		margin: 0;
		list-style: none;
		position: absolute;
		z-index: 10000;
		display: none;
		font-size: 11px;
	}
	
	.ac_results li {
		padding: 2px 5px;
		white-space: nowrap;
		color: #101010;
		text-align: left;
	}
	
	.ac_over {
		cursor: pointer;
		background-color: #F0F0B8;
	}
	
	.ac_match {
		text-decoration: underline;
		color: black;
	}
	
	
ul.results {
	margin: 4px 4px 5px 20px;
	list-style: disc;
	font-size: 13px;
	line-height: 23px;	
}

#ovveyOpaque {
	height: 100%;
	width: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
	opacity: .5;
	filter: alpha(opacity=50);
}

#ovvey {
	width: 200px;
	height: 200px;
	position: absolute;
	top: 180px;
	left: 50%;
	border: 2px solid #666;
	margin: 0 0 0 -102px;
	background: #fff;
	color: #000;
	z-index: 1000;
}

#ovvey div.pholde {
	
}

a#ovveyClsr {
	display: block;
	position: absolute;
	text-decoration: none;
	color: #333;
	font-size: 20px;
	top: 10px;
	right: 10px;	
}

#ovvey h3 {
	font: bold 14px Arial;
	margin: 13px;	
}

#ovvey p {
	font: 11px/1.3 Arial;
	margin: 0 13px 13px 13px;
}

form {
	margin: 0;
}

input, submit { font: normal 12px Verdana; }

#sgs {
	font: 11px Arial;
	color: #555;	
}

#point_details {
	position: relative;
	width: 280px!important;	
	height:90px; 
	overflow: auto;
}