* {margin:0;padding:0;}
body {font-family: tahoma, verdana, sans-serif; font-size: 10pt;  height: 100%;  margin-left: 5px;}

#map_container, #content {position:relative;margin:10px; }
h2 {display: inline;}
#map_canvas {width:100%;height:768px;border:1px solid black;}
#selector {background-color: #c0c0c0; width: 100%; border-bottom: 1px solid black;}
#info {float:right;}
#message {position: fixed; left: 200px; top:300px; width: 400px; height: 300px; visibility: hidden; background-color: #c0c0c0; border: 1px solid black; }
#message_text {position: absolute; left: 10px; top: 10px;  height: 260px; width: 380px; font-size: 8pt; overflow:auto; }
#message_buttons {position: absolute; left: 320px; top: 270px; background-color: white; }
hr {border: 1px solid black;}
#menu {
	
	position: relative;
	margin-left: 4px;
	width: 99%;
	height: 50 px;
	background-color: #e6EEEE;
	text-align: center;
}
ul {padding-left: 25px;}

#logo {
	position: absolute;
	right: 20px;
	top: 10px;
}

/* tables */
table.tablesorter {
	/*font-family:arial;*/
	background-color: #CDCDCD;
	/*margin:10px 0pt 15px;*/
  margin-left: auto;
  margin-right: auto;	
	
	font-size: 8pt;
	width: 80%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	/*font-size: 8pt;*/
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(/images/ts/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/images/ts/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/images/ts/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

#menu a {

text-decoration: none;

}

h3, h4 {
	text-decoration: underline;
	margin-top:8px; 
}
