html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	overflow: hidden;
}

body {
	width:100%;
	height:100%;
	background-color: #ffffff;
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color: black;
	margin:0px;
	padding:0px;
}

a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: none;
}

td {
	color: white;
}


#map {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 1;
}

#right {
	position: absolute;
	width: 340px;
	right: 5px;
	color: #000000;
	padding: 0px;
	background-color: white;
	border: 1px solid #000000/*#ffffff*/;
	top: 57px;
	z-index: 2;
}

#scheda {
	position: absolute;
	width: 99%;
	height: 30%;
	bottom: 0px;
	/*left: 5px;*/
	right: 5px;
	/*top: 57px;*/
	color: #000000;
	padding: 0px;
	background: white;
	border: 1px solid #000000/*#ffffff*/;
	z-index: 3;
}

#schedaiframe {
	width: 100%;
	height: 90%;
	padding: 0px;	
}

.stop {
	font-style: normal;
	font-weight: bolder;
	font-variant: small-caps;
	color: #FF9900;
}

#stress {
	font-style: normal;
	font-weight: bolder;
	font-variant: small-caps;
	text-align: right;
	color: yellow;
}
