* {
	box-sizing: border-box;
}
html, body {
font-family:Verdana, sans-serif;
font-size:6vw;
background-color:#FFC;
}

html, body, #mapDiv, #container, #panels {
min-height: 100%;
height: 100%;
}

body {
margin:3px;
padding:0;
}

img {
margin:0;
padding: 0;
}
form {
	margin:0;
	max-width:96%;
}
fieldset {
	max-width:96%;
	text-align:left;
	margin: 0;
	padding: 0 0 10px 0;
	border-left: none;
	border-right: none;
	border-top:none;
	border-bottom: none;
}
legend {
	text-align: center;
}
input[type=button], input[type=submit], input[type=reset] {
	display: block;
	font-size:120%;
    background-color: #99C;
    border: 2px solid #339;
	border-radius: 5vw;
    padding: 5px 25px;
	margin: 25px 0 10px 0;
    text-decoration: none;
    cursor: pointer;
}
#logoutButton {
	display: inline;
	text-decoration: underline;
	border-radius: 0;
	padding: 3px 30px;
	border: 0;
	background-color: #FFF;
}
.allocateDiv {
	display:none;
}
.allocateForm {
	text-align:left;
}
.allocateLink {
	margin:0 0 0.5em 0;
}
.allocatedMessage {
	text-align:left;
	color:red;
	font-size:120%;
	border:2px solid #F99;
	margin:0 0 1em 0;
	padding:1em;
}
.panelHeader {
	width: 100%;
	background-color: #CCC;
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
}
.highlightedNotes {
	border: 2px solid #F00;
	background-color: #FF6;
/*	padding: 5px; */
}
input[type=text], input[type=password] {
	display: block;
	font-size:100%;
	padding: 5px 15px;
    background-color: #CCF;
    border: 2px solid #339;
	border-radius: 1vw;
	margin: 0 0 0 0;
    text-decoration: none;
	box-sizing: border-box;
	width:85vw;
	max-width: 85vw;
}

.columnLabel {
	display:block;
	margin: 20px 0 0 0;
	text-align: left;
}
.divCenter {
	text-align: center;
}
#panels {
text-align: center;
}
#mapDiv {
display:none;
}
.panel {
	text-align: center;
}
#panelFront, #panelSearch, #panelSearchResults {
text-align:center;
width:100%;
max-width:100%;
text-align:center;
}
.resultsRow {
text-align: left;
border-top: 1px dotted #666;
}
#panelHelp {
display:none;
font-size:90%;
}
#panelHelp p {
margin:0;
}
#buttonBar {
position:absolute;
width:98%;
height:1px;
max-height:1px;
overflow:visible;
display:none;
text-aligh:center;
margin:10px 10px;
padding:0;
top:0;
left:0;
/*right:50%;*/
z-index:500;
}
#buttonsMapControls {
text-align:center;
float:right;
background-color: #FFC;
margin:0 10px 0 0 ;
padding:0px 3px 0px 3px;
border:1px solid #F90;
border-radius:23px;
}
#buttonsMapControls img {
margin: 5px 0 5px 0;
}
#buttonsMapOptions {
text-align:center;
float:left;
}
#buttonStrip {
/* background:url(images/buttonstrip1.png) center center no-repeat; */
}
#buttonZoomIn {
display:block;
}
#buttonZoomOut {
display:block;
}
#buttonLocate {
display:block;
}
#buttonMapHome {
display:block;
}
.panelContent, .panelBottom {
margin:0 5px;
padding:5px;
}
.panelBottom {
font-size:60%;
}
.buttonInText {
display:inline;
vertical-align: middle;
height:25px;
width:25px;
}
#helpTable {
text-align:left;
}
#helpTable td {
padding:10px;
}
#helpTable td.symbolCell {
text-align: right;
}
#helpTable td.symbolCell img {
max-height:25px;
}
