body {
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
h3 {
	margin: 0px 0px 3px 2px;
	clear: both;
	padding-top: 15px;
}
form {
	margin: 0;
	padding: 0;
}
button {
	height: 21px;
	width:auto;
	overflow:visible;
	border: 2px outset blue;
	background-color: #ddd;
	font-size: 11px;
	color:#333333;
	padding: 0px 3px;
}

#holder {
	float:left;
	margin: 40px 0px 0px 10px;
}
#map1 {
	position: relative;
	top:-1px;
	bottom:-1px;
	margin: 2px;
}
#search {
	width: 180px;
	float: left;
	clear: none;
	overflow: hidden;
	text-align: center;
	margin-top: 40px;
}

#search div.metssub {
	background: transparent url(/mets/images/search-bg.gif) no-repeat bottom;
	padding: 0px 0px 1px 0px;
}
#search h1 {
	color: #fff;
	font-size: 15px;
	margin: 0px 0px 11px 0px;
	padding: 0px;
}
#search fieldset {
	margin: 5px 0px;
	border: none;
	padding: 1px 0px;
}
#search fieldset select, #search fieldset input.srchfld {
	width: 140px;
	margin: 0px 0px 4px 0px;
	font-size: 10px;
}
#search fieldset input.srchfld {
	width: 136px;
	padding: 1px;
}
#search label span {
	font-weight: bold;
	font-size: 13px;
	display: block;
	margin-bottom: 5px;
	color: #fff;
}



/* map sub-things */
div.inner {
	width: 150%;
	height: 150%;
	margin: 0;
	padding: 0;
}

div.pos, div.poshover, div.savedpos {
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
div.pos {
	border: 1px solid #666;
	z-index: 2;
	background-color: transparent;
}
div.pos div.inner {
	background-color: #eee;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
div.savedpos {
	border: 1px solid #000;
	z-index: 4;
	background-color: transparent;
}
div.savedpos div.inner {
	background-color: #000;
	border-color: #000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
div.delposX {
	position:absolute;
	top:0px;
	right:0px;
	width:12px;
	height:14px;
	margin: -15px 0px 0px 0px;

	border: 1px solid #000;
	background-color: #000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;

	border-bottom-width: 0px;
	font-weight:bold;
	color:#fff;
	text-align: center;
	cursor:pointer;
	cursor:hand;
	display:none;
	z-index: 7;
}
div.posnumberhover div.delposX {
	display: block;
}
div.poshover {
	border: 1px solid #000;
	z-index: 3;
}
div.poshover div.inner {
	background-color: #000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
div.posnumber {
	position: absolute;
	top:0px;
	left:0px;
	padding:0px;
	margin:0px;
	text-align:center;
	font-weight:bold;
	color: #fff;
	z-index: 6;
}
div.posnumber div.nr {
	text-align: center;
}
div.posnumberhover {
	z-index: 9;
}
div.d {
	display: none;
}

#map1 div.legendcolor {
	width: 6px;
	height: 6px;
}
div.legendcolor {
	border:1px outset silver;
	float: left;
}
div.savedpos div.legendcolor {
	visibility: hidden;
}

div#legendHolder {
	margin-left: 2px;
}
div#legendHolder div.legendcolor {
	width: 12px;
	height: 12px;
}

div#legendHolder div.legenditem {
	float: left;
	margin-right: 15px;
	white-space:nowrap;
	border: none;
}
div.legenditem div {
	height: auto;
}
div#legendHolder2 {
	clear: both;
	margin-left: 2px;
	border: 1px gray inset;
	-moz-border-color: #fad3b5;
	padding-bottom: 25px;
}
#divheaders div {
	font-weight: bold;
}

#legendHolder2 div.standnr, #legendHolder2 div.description, #legendHolder2 div.colors, #legendHolder2 div.legendposnr, #legendHolder2 a.delcatlink {
	float: left;
	border-left: 1px solid silver;
	padding: 3px 0px 3px 5px;
	height: 17px;
	overflow: visible;
}
#legendHolder2 div.description {
	height: auto;
	min-height: 17px;
}
#divheaders div.legendposnr, #legendHolder2 div.legendposnr, div.legendposnr {
	font-weight: bold;
	width: 40px;
	border-left: 0px;
	border: none;
	padding-left: 10px;
}
#divheaders div.legendposnr {
	width: 55px;
	padding-left: 5px;
	border-left: none;
}
div.standnr {
	width: 60px;
}
div.description {
	width: 450px;
}
div.colors {
	/*width: 280px;*/
}
div.colors div {
	width: 12px;
	height: 12px;
}
.delcatlink {
	font-weight: bold;
	font-size: 12px;
	color: red;
	text-decoration:none;
	padding-right: 7px;
	float: left;
	font-family: 'Arial black',Arial, Helvetica, sans-serif;
}
span.delcatlink {
	visibility: hidden;
}
.fr {
	float: right;
	font-weight: normal;
}

div.rememberlink {
	display: none;
}
div.rememberlink a {
	font-weight: bold;
}

button.downloadpdf {
	margin-bottom: 7px;
	height: 24px;
	padding-left: 20px;
	background: #ddd url(/images/logo_pdf.gif) no-repeat 1px 1px;
	font-size: 12px;
	margin-bottom: 0px;
}
a img, img {
	border: none
}

button#clearlegend {
	float: right;
	margin: 5px;
	padding: 1px 8px;
	font-size: 12px;
}
div.highlighted {
	border: 1px solid red;
	background: #CC3333 url(/mets/images/highlightRedBlack.gif);
	z-index: 3;
}
div.highlighted div.inner {
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
a#itsenavlink {
	display: block;
	width: 150px;
	height: 35px;
	z-index: 12;
	position: absolute;
	top: 812px;
	left: 762px;
}
a#itsenavlink span {
	display: none;
}


		button.explbtn {
			height: auto;
			font-size: 13px;
			padding: 2px 8px;
		}
		html.overlay, html.overlay body {
			overflow: hidden;
			height: 100%;
		}
		div#explanation {
			position: absolute;
			top: 0px;
			left: 0px;
			z-index: 98;

			background-color: #000000;
			text-align: center;
			width: 100%;
			height: 3000px;
			filter:alpha(opacity=70);
			-moz-opacity:0.7;
			-khtml-opacity: 0.7;
			opacity: 0.7;
		}
		div.popupdiv {
			position: absolute;
			top: 0px;
			left: 0px;
			z-index: 99;
			width: 100%;
		}
		div.popupdiv div {
			width: 500px;
			margin: 200px auto;
			text-align: left;
			background: #fff url(/images/qmark.gif) no-repeat top right;
			border: 2px outset black;
			padding: 10px;
		}

		div.popupdiv h1 {
			font-size: 16px;
			text-align: center;
			margin: 0px;
			padding: 0px;
		}
		div.popupdiv li {
			margin-bottom: 7px;
		}
		span#explpopup {
			position: absolute;
			top: 6px;
			left: 966px;
			width: 24px;
			height: 25px;
			background: transparent url(/images/qmark.gif) no-repeat bottom left;
			cursor: pointer;
			cursor: hand;
			z-index: 12;
		}



/* tooltip start */
div#tipDiv {
	position:absolute;
	visibility:hidden;
	left:0;
	top:0;
	z-index:10;
	background-color: #689fd5;
	border: 1px outset #273a7f;
	width: 170px;
	padding:6px;
	color:#000;
	font-size: 12px;
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	text-align: left;
}
div#tipDiv h2 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
div#tipDiv h2.coexpo {
	font-size: 11px;
	margin-top: 7px;
}
div#tipDiv h2.p {
	float: right;
	margin: 0;
	font-weight: normal;
	font-size: 12px;
}
div#tipDiv p {
	margin: 0;
	padding: 0;
	clear: both;
}
div#tipDiv p.h {
	font-size: 11px;
}
div#tipDiv a.mypagelink, div#tipDiv a.m {
	color: #000066;
	display: block;
	text-align: right;
	padding-bottom: 2px;
}
div#tipDiv a.mypagelink:hover {
	/*background-color: #fad3b5;*/
}
div#tipDiv p.innov {
	margin-top: 12px;
}
div#tipDiv p.innov img {
	float: left;
	margin-right: 4px;
}
/* end tooltip*/

input#saveallbutton {
	background: transparent url(/mets/images/saveselection-bg.gif) no-repeat top left;
}
input#saveallbutton.highlighted {
	background: transparent url(/mets/images/highlightRedBlack.gif) no-repeat top left;
}
