html { overflow: hidden; }

html, body {
     margin: 0;
     padding: 0;
     height: 100%;
     width: 1024px;
}

body { margin: 4px; background-color: gray}

#map-wrapper {
		position: absolute;
		left:10px;
     width: 510px;
		overflow:auto;
      height:480px;
     background-image:url('icons/au.jpg')
}

#map-wrapper a {
     color: #252;
     text-decoration: none;
     font-size: 14px;
}

#map-wrapper td {
     vertical-align: top;
}

#map-wrapper a:hover {
     color: #aaa;
     background: #444;
}

#toolbar {
     height: 70px;
     border: 1px solid black;
		width: 100%;
     position: relative;
     background-image:url('icons/toolbar.jpg')
}
/* holly hack for IE to get position:bottom right 
   see: http://www.positioniseverything.net/abs_relbugs.html
\*/
* html #toolbar { height: 1px; }
/* */

#sidebar {
		position: relative;
		 margin-left: 524px;
     border: 1px solid black;
     left: 0px;
     top: 5px;
     width: 500px;
		overflow: hidden;
}

#footer {
     position: absolute;
     bottom: 0px;
     left: 4px;
     width: 100%;
     height: 20px;
     background: #480;
     background-image:url('icons/footer.jpg')  
}

#content {
     margin-top: 3px;
		margin-bottom: 30px;
     left: 0px;
}

#map {
     top: 0;
     border: 1px solid #aaa;
}

#listControl {
      overflow:auto;
      height:505px;
}

#listParany {
      overflow: auto;
      height:505px;
}

#sidebar-list-wrapper {
     top: 0px;
}

#sidebar p {
     margin: 5px;
}

#sidebar ul#sidebar-list {
     list-style: none;
     padding: 0;
     margin: 0;
}

#sidebar ul#sidebar-list li a {
     display: block;
     border: 1px solid #ddd;
     background: #eee;
     margin: 10px;
     padding: 4px;
     font: 12px Helvetica, sans-serif;
     text-decoration: none;
     color: #444;
}

#sidebar ul#sidebar-list li.current a {
     border: 1px solid #444;
     border-left-width: 3px;
     padding-left: 2px;
}

#sidebar ul#sidebar-list li a:hover {
     background: white;
     color: #555;
}

#sidebar ul#sidebar-list li a strong {
     display: block;
}
#sidebar ul#sidebar-list li a span {
     font-style: italic;
     font-size: 11px;
}

#toolbar h1 {
     margin: 0;
     font: bold 18px Helvetica, sans-serif;
}

#toolbar ul {
     list-style: none;
     padding: 0;
     margin: 0;
}

#toolbar ul#options {
	position: relative;
	top: 0px;
	margin-left: 650px;
}

#toolbar ul#sidebar-controls {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

#toolbar ul li {
	float:left;
	display: inline;
	list-style:none;
	font-size: 14px;
}

#toolbar a {
     color: #444;
     text-decoration: none;
     font-size: 14px;
}

#toolbar a:hover {
     color: #aaa;
     background: #444;
}

#showParany {
     padding: 8px;
     border: 0px solid black;
}

#parany {
     padding: 8px;
     border: 0px solid black;
}

#control {
     padding: 8px;
     border: 0px solid black;
}

#toolbar ul#navigator_up {
	position: absolute;
	bottom: 5px;
	left: 40px;
}

#toolbar ul#navigator_up_paranys {
	font-size: 12px;
	position: absolute;
	bottom: 5px;
	left: 175px;
	font-weight: bold;
}

#toolbar ul#navigator_up_controls {
	position: absolute;
	bottom: 5px;
	left: 315px;
}

#toolbar ul#navigator_right {
	position: absolute;
	bottom: 5px;
	left: 740px;
}

#listControl p {

	font-size: 12px;
	text-align: center;

}

#listControl small {

	font-size: 10px;

}

#listControl a {

	font-size: 11px;
	margin-left:3px;

}

#listControl td {

     border: 1px solid gray;
		padding: 1px;
		text-align: left;
}

#listControl th {

     border: 1px solid gray;
		padding: 1px;
     background: #aaa;

}

#listParany p {

	font-size: 12px;
	text-align: center;

}

#listParany small {

	font-size: 10px;

}

#listParany a {

	font-size: 11px;
	margin-left:3px;

}

#listParany td {

     border: 1px solid gray;
			padding: 1px;
			text-align: left;
}

#listParany th {

     border: 1px solid gray;
		padding: 1px;
     background: #aaa;

}

#footer small {
	vertical-align: top;

}

.logo img {
	height: 20px;

}

.shim {
		height: 2px;
		clear: left;
}

#leftbar {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
}

