html
{
	height: 100%; /* fix height to 100% for IE */
	max-height: 100%; /* fix height for other browsers */
	padding: 0; /*remove padding */
	margin: 0; /* remove margins */
	border: 0; /* remove borders */
	background: #fff; /*color background - only works in IE */
	font-size: 12px; /*set default font size */ /* hide overflow:hidden from IE5/Mac */ /* \*/
	overflow: hidden; /*get rid of scroll bars in IE */ /* */
}

body
{
	height: 100%; /* fix height to 100% for IE */
	max-height: 100%; /* fix height for other browsers */
	overflow: hidden; /*get rid of scroll bars in IE */
	padding: 0; /*remove padding */
	margin: 0; /* remove margins */
	border: 0; /* remove borders */
	font-family: tahoma,arial,sans serif;
	font-size: 1em;
}

#content
{
	overflow: auto; /* add scroll bars as necessary */
	position: absolute; /* position absolutely */
	z-index: 3; /* If required to cover any other divs */
	top: 27px; /* a value to miss the header */
	bottom: 0px; /* a value to miss the footer */
	left: 0px; /* a value to miss any navigation div */
	right: 0; /* this will put the scroll bar at the right of the page */
	background: #eee; /* set the background color */
}
* html #content
{
	height: 100%; /* full screen height */
	width: 100%; /* full screen width 8*/
	top: 0; /* place the content at the top */
	left: 0; /* and left of the body */
	border-top: 27px solid #fff; /*add a top border to miss the header  				(this is SUBTRACTED from the 100% height on quirks mode) */
	border-bottom: 0px solid #fff; /*add a bottom border to miss the footer  				(this is SUBTRACTED from the 100% height on quirks mode) */
	border-left: 0px solid #fff; /*add a left border to miss any navigation div  				(this is SUBTRACTED from the 100% width on quirks mode) */
}

h1
{
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}


#map
{
	width: 100%;
	height: 100%;
	max-height: 100%;
	position:absolute;
}
#header
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 27px;
	background: #006600;
	color: White;
	padding: 5px;
}
#headerRelative
{
	position: relative;
	z-index: 2000;
	width: 100%;
	padding: 5px;
}
#headerRelative div
{
	display: block;
	float: right;
	padding: 0px 10px;
}
#headerRelative a, #headerRelative span.bulk
{
	margin: 0px;
	display: block;
	color: White;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	padding-left: 4px;
}
#headerRelative div div
{
	position: absolute;
	padding: 0px;
}
#headerRelative div ul a
{
	padding: 2px 10px 2px 3px;
}
#headerRelative div ul
{
	display: none;
	z-index: 1000;
	background: #006600;
	width: 100%;
	margin: 0px;
	padding: 8px 0 0 0;
}
#headerRelative div ul li
{
	display: none;
	z-index: 1000;
	background: #006600;
	width: 100%;
	border-top: 1px solid white;
}
#headerRelative div:hover ul
{
	display: block;
}
#headerRelative div:hover ul li
{
	display: block;
}
#headerRelative input
{
	display: none;
}

#map #buttons
{
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 5px;
	width: 400px;
	z-index: 1000;
}

#map ul.olGroupLayerSwitcherList
{
	display: inline;
}

ul.olGroupLayerSwitcherList li
{
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #006600;
	color: #006600;
	cursor: pointer;
	float: right;
	list-style-image: none;
	list-style-type: none;
	margin: 0 5px 0 0;
	padding: 4px;
	text-decoration: none;
}

ul.olGroupLayerSwitcherList input
{
	display: none;
}

#headerRelative a span
{
	display: block;
	float: left;
	font-size: 0;
	line-height: 1px;
	margin: 2px 3px 2px 2px;
	padding: 0;
}
#headerRelative a span span
{
	border: 1px solid silver;
	display: block;
	margin: 0;
}
#headerRelative a span span span
{
	background: none repeat scroll 0 0 white;
	border: 0 none;
	display: block;
	height: 8px;
	margin: 0;
	width: 8px;
}

#mapDetail
{
	position: absolute;
	right: 6px;
	top: 60px;
	width: 167px;
	z-index: 1000;
	background: white;
}
#mapDetail div.border
{
	padding: 4px;
	border: 1px solid #A01D2B;
}
#mapDetail span.title
{
	display: block;
	padding: 4px;
	background: #A01D2B;
}
#mapDetail span.title a
{
	color: White;
	font-weight: bold;
}
#mapDetail img
{
	display: block;
}
#mapDetail div
{
}
#mapDetail span.city
{
	color: #A01D2B;
	display: block;
}
.olMarkerIcon
{
	cursor: pointer;
	z-index:1000;
}
.olMarkerIcon img
{
	z-index:1000;
}
.olMarkerIcon_noid
{
	cursor: none;
}
div.olMarkerLabel
{
	background: none repeat scroll 0 0 #006600;
	color: white;
	font-size: 0.9em;
	margin: 0;
	padding: 2px 5px;
	white-space: nowrap;
	z-index: 600;
}

