<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ProprietÃ&nbsp; generali */

#body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 11px;
}

div {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 11px;}

a, a:active, a:visited {
	text-decoration: none;
	color: #0000ff;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 10px;
}

a:hover {
	color:red;
}

.b {
	font-weight: bold;
}

/* lista hotel */

#elenco {
	width: 100%;
	text-align: left;
	font-size: 10px;
	border-collapse: collapse;
}

#elenco tr {
	border-bottom: 1px dashed #ccc;
}

#elenco tr.odd {
	background: #ffffff;
}
#elenco .current {
	background: #fff000;
}

#elenco .visited {
	background: #FFFBA8;
}

/* Layers */

#map {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 500px;
	height: 400px;
	border: 1px solid #ccc;
}

#list {
	position: absolute;
	top: 5px;
	left: 510px;
	width: 220px;
	height: 400px;
	background-color:#eee;
	border: 1px solid #ccc;
	overflow: auto;
}

#layers {
	position: absolute;
	top: 410px;
	left: 5px;
	width: 500px;
	height: 120px;
	background-color:#eee;
	border: 1px solid #ccc;
	overflow: auto;
}

#info {
	position: absolute;
	top: 410px;
	left: 510px;
	width: 220px;
	height: 120px;
	background-color: #eee;
	border: 1px solid #ccc;
	overflow: auto;
}

#note {
	position: absolute;
	background-color: #eee;
	border: 1px solid #ccc;
	top: 410px;
	left: 5px;
	width: 725px;
	height: auto;
	display: none;
}

/* riquadro note */

#note textarea {
	display:none;
	width: 715px;
	height: 80px;
	margin: 5px;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 10px;
}

/* Markers */

.markerStyle { 
	background-color:#ffffff;
	font-weight:bold;
	font-size: 15px;
	border:2px solid black;
	padding:2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	filter:alpha(opacity=70);
	opacity:0.7;
	-moz-opacity:0.7;
}

.hotelName {
	font-family: Verdana,Arial,Geneva,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #339900;
}

/* Mappa singola */

#mappaSingola {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 640px;
	height: 480px;
	border: 1px solid #ccc;
}

#infoSingola {
	position: absolute;
	top: 490px;
	left: 5px;
	width: 630px;
/*	height: 30px;*/
	border: 1px solid #ccc;
	padding: 5px;
}
</pre></body></html>