body
{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, sans-serif;
	background-color: white;
}

a img
{
	border: none;
}

form
{
	margin: 0px;
	padding: 0px;
	display: inline;
}

table#identified
{
	font-size: 12px;
	border-collapse: collapse;
}
table#identified th, table#identified td
{
	border: solid black 1px;
	padding: 1px 0.5em;
}

table.max
{
	width: 100%;
}

div#header
{
	font-size: 12px;
	padding: 4px;

	background-color: #ddddaa;

}
div#header input
{
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}
div#header h2
{
	display: inline;
	/*padding-right: 1.5em;*/
}

div.tiny
{
	padding: 1em 0;
	font-size: 10px;
	text-align: justify;
}

div.thematics
{
	padding-top: 1em;
	text-align: center;
}
table.thematic-legend
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 12px;
}

td#layercell, td#toolcell
{
	padding: 0px;
	text-align: center;
	vertical-align: top;
	width: 50%;
}
table#lc-innertable, table#tooltable
{
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
}
table#lc-innertable th
{
	font-size: 9px;
	text-align: center;
	font-weight: normal;
}
td#layercell td
{
	font-size: 12px !important;
}
td#layercell td b
{
	font-weight: normal;
}
td.lc-cell
{
	text-align: center;
}
td.lc-query
{
	text-align: center;
}
td#lc-lastcell
{
	text-align: center;
}

ul#hyperlinks
{
	text-align: left;
}

td#mapcell
{
	vertical-align: top;
}
div#mapdisplay
{
	width: 430px;
	height: 446px;
}
div#mapborder
{
	border: solid black 1px;
}

img#mapimage
{
	margin: 0px;
	padding: 0px;
	border: none;
	cursor: crosshair;
}

div#screen
{
	padding: 1em 0em;
}
.screenpad
{
	padding: 0px 50px;
}

h2
{
	margin: 2px 0px;
	background: #ddddaa;
	font-size: 18px;
}

.noresult
{
	font-style: italic;
}

span.oneline
{
	white-space: nowrap;
}
span.hide
{
	display: none;
}

table#tooltable a:link, table#tooltable a:visited
{
	text-decoration: none;
}

table#tooltable a:hover
{
	text-decoration: underline;
}

a.inactivetool
{
	color: black;
}
a.activetool
{
	color: blue;
}