html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}	

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.testo {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#009;
	padding:3px;
	width:100px;
	
}

#map-wrapper {
	position: relative;
	height: 100%;
}

#map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#toolbar {
	position: absolute;
	top: 20px;
	left: 500px;
	width: 200px;
	height: 12px;
	padding: 5px;
	background: white;
	border: 1px solid black;
}
#sidebar {
	position: absolute;
	top: 0px;
	width: 200px;
	height: 100%;
	overflow:auto;
	background-color: #6688CC;
}
#cursorbar {
	position: absolute;
	top: 45px;
	left: 70px;
	width: 250px;
	height: 12px;
	padding: 5px;
	background: white;
	border: 1px solid black;
}

#infobar {
	position: absolute;
	top: 30px;
	right: 202px;
	width: 210px;
	height: 385px;
	overflow:auto;
	display: none;
	background-color: #CCCCCC;
}
#headerbar {
	position: absolute;
	top: 0px;
	left: 70px;
	width: 250px;
	height: 30px;
	padding: 5px;
	background: white;
	border: 1px solid black;
}
#logobar1 {
	position: absolute;
	bottom: 35px;
	left: 0px;
	width: 64px;
	height: 35px;
	padding: 5px;
}
#logobar2 {
	position: absolute;
	top: 0px;
	left: 336px;
	width: 60px;
	height: 30px;
	padding: 5px;
	background: white;
	border: 1px solid black;
}

#timelinebar {
	position: absolute;
	top: 100px;
	left: 70px;
	width: 350px;
	height: 30px;
	padding: 5px;
	background: white;
	vertical-align:middle;
	display: none;
}

#splashscreen {
	position: absolute;
	top: 150px;
	left: 150px;
	width: 400px;
	height: 400px;
	padding: 5px;
	background: white;
	vertical-align:middle;
	display: none;
	z-index:20; 
}



a:link {
	border:none;
	text-decoration:none;
	border-color:#FFF;
}
a:visited {
	border:none;
}
a:hover {
	border:none;
}
a:active {
	border:none;
}

a img {
   border: 0px;
}


body.sidebar-right #map-wrapper {margin-right: 200px;}
body.sidebar-right #sidebar {right: 0;}

body.sidebar-off #map-wrapper {margin: 0;}
body.sidebar-off #sidebar {display: none;}

