html,body {
	font-family: Arial, sans-serif;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
}

html > img {
	display: none; /* hide firefox autoscroll icon */
}

img {
	border: 0px none #000;
}

#mapholder {
	overflow: hidden;
	position: absolute;
}

#mapimage {
	border: none; 
	left: 0px; 
	margin: 0px; 
	position: absolute; 
	top: 0px; 
}

#maptools {
	left: 0px; 
	padding: 6px;
	position: absolute;
	top: 0px;
}

#maptools .tool {
	margin-bottom: 2px;
}

#maptools .tool img {
	border: 1px solid #AAA;
	cursor: pointer;
	vertical-align: top;
}

#maptools .tool img:hover {
	border: 1px solid #000;
}

#maptools .tool:hover .ttip {
	display: inline;
}

#maptools .ttip {
	display: none;
	font-style: italic;
	font-size: .9em;
	font-weight: bold;
	margin-left: 7px;
}

#layers {
	background-color: #FFF;
	border: 1px solid #AAA;
	display: none;
	font-size: .8em;
	padding: 10px;
}

#layers span {
	font-size: 1.2em;
	font-weight: bold;	
}

#layers ul {
	border-top: 1px solid #000;
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px;
}

#layers li {
	padding: 0px 0px 3px 0px;
}

#layers li.disabled {
	color: #777;
	font-style: italic;
}

#layers .note {
	color: #777;
	font-size: .85em;
	font-style: italic;
	padding-bottom: 5px;
	padding-left: 5px;
}

#layers input {
	margin-right: 5px;
	vertical-align: middle;
}

#legend {
	background-color: #FFF;
	border: 1px solid #AAA;
	top: 5px;
	display: none;
	font-size: .8em;
	padding: 5px;
	position: absolute;
	right: 5px;
	text-align: right;
}

#legend span {
	font-size: 1.2em;
	font-weight: bold;	
}

#legend ul {
	border-top: 1px solid #000;
	list-style-type: none;
	margin: 0px;
	padding: 7px 0px 0px 0px;
}

#legend li {
	padding: 0px 2px 2px 2px;
}

#legend img {
	padding: 0px 0px 0px 6px;
}

#refholder {
	bottom: 0px;
	margin: 5px;
	position: absolute;
	right: 0px;
}

#refimage {
	cursor: crosshair;
	display: block;
}

#reftoggle {
	cursor: pointer;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#clickarea {
	background-image: url(../images/nothing.gif);
	padding: 0px; 
	position: absolute;  
}

#zoombox {
	background-color: #00BBBB;
	border: #00FFFF 3px solid;
	height: 10px; 
	left: 0px;
	opacity: .20;
	padding: 0px;
	position: absolute; 
	top: 0px; 
	visibility: hidden;
	width: 10px;
}

#morleylogo {
	font-size: .7em;
	font-weight: bold;
	margin: 0px auto;
	padding: 3px 6px;
	position: relative;
	width: 15em;
}

#morleylogo a {
	color: #000;
}

#morleylogo a:hover {
	text-decoration: none;
}

#loadscreen {
	color: #990000;
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
	margin: 20px auto;
	position: relative;
	width: 10ex;
}


@media print {
	#maptools {
		display: none;
	}
	#legend {
		display: none;
	}
	#refholder {
		display: none;
	}
	#morleylogo {
		position: absolute;
		left: 0px;
	}
}