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

body {
	font-family: arial, verdana, helvetica;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	background: #ffffff;
	overflow: auto;
}

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

	#loading img{
		margin-left: 10px;
		vertical-align: middle;
	}

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

.cmblist { font-size: 11px; border: 1px solid #4266a1; }

#maptitles {
	margin-top: 5px;
	width: 100%;
	height: 20px; 
	text-align: center;
}

	#maptitles img {
		vertical-align: top;
		cursor: pointer;
	}

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

/* státussor */
#data {
	width: 100%;
	height: 16px;
	padding-top: 5px;
}

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

/* 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 {
	width: 150px;
	margin: 2px 0;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	cursor: default;
}

/* a nagyítók */
#zoomtools {
	width: 150px;
	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 #ffffff;
}
#keys td#units {
	text-align: center;
}

/* választható rétegek */
#layers {
	width: 150px;
	padding-top: 10px;
	font-weight: bold;
}
#layers .layer {
	padding: 1px 0;
}
#layers img {
	padding-right: 5px;
	vertical-align: bottom;
	cursor: pointer;
}
#layers span {
	cursor: pointer;
}
#layers span.selected {
	color: #cc0000;
}
#layers span.inactive {
	color: #999999;
}

/* hisztogram */
#histogram {
	width: 150px;
	height: 100px;
	padding-top: 20px;
}

/* kategórizálás és színezés */
#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
#controls {
	margin: 5px auto;
}

#controls img  {
	padding-right: 3px;
	vertical-align: middle;
	cursor: pointer;
}

#controls span {
	display: block;
	float: left;
	text-indent: -9999px;
	margin-right: 5px;
	vertical-align: middle;
	cursor: pointer;
}

	#reverse {
		height: 16px;
		width: 9px;
		background: url(../images/reverse.png) no-repeat 0 0;
	}

		#reverse.inverz { background-image: url(../images/reverse_up.png); }
	
	#colors {
		height: 16px;
		width: 16px;
		background: url(../images/colors.png) no-repeat 0 0;
	}

	#controls td {
	vertical-align: middle;
	padding: 0 5px;
	white-space: nowrap;
}

/* ez bukkan fel "sárga cetli" helyett */
#tooltip {
	position: absolute;
	width: auto;
	height: auto;
	padding: 3px;
	font-size: 11px;
	text-align: left;
	color: #000000;
	border: 1px solid #000000;
	background-color: #ffffe1;
	filter: alpha(opacity = 85);
	opacity: 0.8;
	-moz-opacity: 0.8;	
	display: none;
	z-index: 99;
}
