﻿body 
{
	height:600px;
	font-family: Trebuchet MS;
	font-size:14px;
	margin-top:0;
}
#MapWrapper
{
	width:75%;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
#GoogleMap
{
	position:relative !important;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF !important;
	border:#FFFFFF 5px solid;
	min-height:400px;
	height:75%;
}
#ExternalControls,#LocationControls{
	position:fixed;
	padding:10px;
	background-color:#8DAB16;
	color:#FFFFFF;
	height:auto;
	width:300px;
	min-height:200px;
	z-index:100;
}
#Controls{
	margin-left:auto;
	margin-right:auto;
	display:block;
	width:900px;
	margin-top:35px;
}

#GridReferenceControlButton,#LocationSearchControlButton,#FullScreenButton,#LayersControlButton{
	font-weight:bold;
	white-space:nowrap;
	border-bottom-color:#8DAB16;
	display:inline-block;
	cursor:pointer;
	padding:5px;
	margin-right:5px;
	margin-bottom:0px;
	background-color:#FFFFFF;
	text-decoration:none;
	color:#8DAB16;
}
#FullScreenButton{
	text-align:center;
	width:100px;
	position:relative;
	right:-348px;
}
#GridReferenceControlButton:hover,#LocationSearchControlButton:hover{
	color:#FFCC00;
}
#mapdiv {
	position: absolute;
	top: 40px; left:10px;
	width:590px; height:400px;
	overflow: hidden;
}

#search {
	position: absolute;
	top:460px; left:150px;
}

#Layers{
	left:700px;
	top:30px;
	position:absolute;
	z-index:600;
}
.EachLayer{
	text-align:left;
	background-color:#FFFFFF;
	height:25px;
	border-style:solid;
	border-left-color:#FFFFFF;
	border-right-color:#FFFFFF;
	border-top-width:1px;
	border-top-color:#FFFFFF;
	border-bottom-color:#CCCCCC;
	border-width:2px;
	width:250px;
}

#box {
	text-align:left;
	font-size:12px;
	padding: 6px 4px;
	width:300px;
	background-color: #fff;
	border: 1px solid gray;
	border-top:1px solid #a5a5a5;
	display: none;
	cursor:default;
}

#box.highlight {
	/*
	width:119px;
	border-width:2px;
	border-top:1px solid #a5a5a5;
	*/
}

#more_inner {
	text-align:center;
	font-size:12px;
	background-color: #fff;
	border: 1px solid #fff;
	border-bottom-color: #b0b0b0;
	border-right-color: #b0b0b0;
	width:7em;
	cursor: pointer;
}

#more_inner.highlight 
{
	/*
	font-weight: bold;
	border: 1px solid #483D8B;
	border-bottom-color: #6495ed;
	border-right-color: #6495ed;
	*/
}

#boxlink { color: #a5a5a5;
	text-decoration: none;
	cursor: default;
	margin-left: 33px;
}

#boxlink.highlight { color: #0000cd;
	text-decoration: underline;
	cursor: pointer;
}

button
{
	width:95%;
	height:40px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
