* { padding: 0; margin: 0; border: 0; }

body {
	font-family: arial, verdana, helvetica;
	font-weight: normal;
	font-size: 11px;
	color: #000;
	background: #fff;
	overflow: hidden;
}

#loading {
	position: absolute;
	top: 50%;
	left: 50%; 
	text-align: center;
	width: 200px;
	height: 30px;
	margin-top: -15px;
	margin-left: -100px;
	padding: 10px;
	background: #fff;
	border: 2px solid #f00;
	z-index: 98;
}

#tooltip {
	position: absolute;
	width: auto;
	height: auto;
	padding: 3px;
	font-size: 11px;
	text-align: left;
	color: #000;
	border: 1px solid #000;
	background-color: #ffffe1;
	filter: alpha(opacity = 85);
	opacity: 0.8;
	-moz-opacity: 0.8;	
	display: none;
	z-index: 99;
}

a { 
	font-size: 130%;
	font-weight: bold;
	text-decoration: none; 
}
a:link, a:visited   { color: #289cc3; }
a:hover   { color: #00628f; }

.cmblist { font-size: 11px; border: 1px solid #7F9db9; }

#maptitles {
	position: absolute;
	left: 0;
	top: 5px;
	width: 100%;
	height: 20px; 
	text-align: center;
}

/* maga a térkép */
#mainmap {
	position: absolute;
	left: 5px;
	top: 30px;
	width: 1px;
	height: 1px;
}

/* a térkép "kezelőfelülete" */
#maptools {
	position: absolute;
	right: 5px;
	top: 30px;
	width: 175px;
}

/* az átnézeti térkép */
#overviewmap {
	width: 150px;
	height: 94px;
}
#panhelp {
	margin: 2px 0;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	color: #000;
	cursor: default;
}

/* a nagyítók */
#zoomtools {
	text-align: center;
	padding-bottom: 5px;
}
#zoomtools img {
	cursor: pointer;
}

/* a jelkulcs */
#keys {
	margin: 5px 0;
}
#keys td {
	padding-left: 5px;
	vertical-align: middle;
}
#keys th {
	width: 18px;
	height: 18px;
	border: 2px solid #fff;
}
#keys td#units {
	text-align: center;
}

/* hisztogram */
#histogram {
	width: 150px;
	height: 100px;
}

/* státussor */
#status {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 46px;
}
#data {
	width: 100%;
	height: 18px;
}
#controls {
	margin: 5px auto;
}

#tercode {
	float: left;
	width: 65px;
	margin-left: 5px;
}
#tername {
	float: left;
	width: 340px;
}
#tervalue {
	float: right;
	width: 175px;
	margin-right: 2px;
}

#controls img {
	padding-right: 3px;
	cursor: pointer;
}
#controls td {
	vertical-align: middle;
	padding: 0 5px;
	white-space: nowrap;	
}
