﻿body{
	margin:0;
	padding:0;

}

.messaggio{
	font-family:Arial;
	text-align:center;
	width:200px
}
.tiptool {
	font-family:Arial;
	font-size:0.8em;
	margin:-15px 0 0 15px;
	white-space:nowrap;
	color:white;
	background-color: #1B99DF;
	padding: 4px;
	display:none;
}

.panoinfo{
	color:#0095DF;
	font-weight:bold
}
#map-canvas{
	width:1260px;
    margin:auto;
	height:600px;
	margin-bottom:20px;
	border:1px black solid;
	
}

.TitoloPanoramiche {
	font-family: 'Oswald', Arial, sans-serif;
	font-size:22px;
	color:#f8c600;
}

.BoxTitoloPanoramiche {
	width:1260px;
    margin:auto;
	padding:0px;
	margin-bottom:20px;
    margin-top:20px;
}
.BoxLinkPanoramiche {
	width:1260px;
    margin:auto;
	background-color:#CEDFFF;
	padding:0px;
	margin-bottom:6px;
	border:1px #003366 solid
}

.TestoLegenda {
	font-family: PT Sans, Arial,Helvetica,sans-serif;
    font-size: 14px;
	color:#003366;
}

a:link.Regione, a:visited.Regione {
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:11px;
	color:#003366;
	text-decoration:none;

}
a:hover.Regione, a:active.Regione {
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:11px;
	color:#78A5D1;
	text-decoration:none;

}

.NomeRegione {
	font-family:  'Oswald', Arial, sans-serif;
	font-size:20px;
	color:#f8c600;

}
.Barretta {
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:11px;
	color:#333333;
	font-weight:bold
}


.popup-panorama {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  color: #333;
  max-width: 250px;
  padding: 8px;
  border-radius: 6px;
  background-color: #f9f9f9;
}

.popup-title {
  font-weight: bold;
  color: #2a6ebb;
  margin-bottom: 6px;
      width: 90%;
}

.popup-link a {
  text-decoration: none;
  color: #0077cc;
  font-weight: bold;
  display: inline-block;
  padding: 4px 6px;
  border: 1px solid #0077cc;
  border-radius: 4px;
  background-color: #eef6fc;
  transition: background-color 0.2s;
}

.popup-link a:hover {
  background-color: #d6ecfa;
}


#map{
	width:1260px;
    margin:auto;
	height:600px;
	margin-bottom:20px;
	border:1px black solid;
	
}