/* CSS Document */
body{
	font-size: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #DADADA;
}
html,body{
    height:100%;
}
#content{
	width: 955px;
	margin: auto auto 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}	
#testa{
	border: 1px solid #195496;
}
hr { display:none }
#testa #col1{
	width: 180px;
	padding: 3px 0 0 3px;
}
#testa #col2{
	width: 575px;
	padding: 3px 0 0 3px;
}
#testa #col3{
	width: auto;
	padding: 3px 3px 0 4px;
}
#testa #col3 .titolo{
	background-image: url(../images/titolo_news.gif);
	background-repeat: no-repeat;
	height: 27px;
}
.hidden{
	display: none;
}
.no-float{
	float: none;
	clear: both;
}

/* news ticker */
#ticker{
	position: relative;
	width: auto; /*marquee width */
	height: 131px; /*marquee height */
	max-height: 131px;
	background-color: white;
	overflow: hidden;
	border: 1px solid #F7A40D;
	padding: 2px 2px 2px 4px;
	/*padding-left: 4px;*/
	/*width: auto;
	border: 1px solid #999999;
	max-height: 210px;
	overflow: hidden;*/
}
.news .data{
	font-size: 80%;
}
.news a, .news a:link, .news a:visited{
	color: #666666;
	text-decoration: underline;
	font-size: 80%;
}
.news a:hover, .news a:active{
	color: #F7A40D;
	text-decoration: underline;
	font-size: 80%;
}
#briciole{
	background-image: url(../images/briciole.png);
	height: 20px;
	font-size: 80%;
	line-height: 20px;
	vertical-align: bottom;
	text-: 22px;
}
#briciole a{
	color: #5280B1;
}

#centro{
	border: 1px solid #195496;
}
#centro #col1{
	width: 180px;
	padding: 6px 0 0 3px;
}
#centro #col1 .titolo{
	background-image: url(../images/segno.gif);
	background-repeat: no-repeat;
	line-height: 22px;
	margin-bottom: 5px;

	font-size: 95%;
	font-weight: bold;
	color: #F7A40D;
	padding: 5px 0 0 35px;
}
/*#centro #col1 .titolo2{
	background-image: url(../images/titolo_informazioni.gif);
	background-repeat: no-repeat;
	height: 27px;
	margin-bottom: 5px;
}
#centro #col1 .titolo3{
	background-image: url(../images/titolo_utenti_tipo.gif);
	background-repeat: no-repeat;
	height: 27px;
	margin-bottom: 5px;
}*/
#centro #col2{
	width: 575px;
	padding: 3px 0 0 3px;
}
#centro #col3{
	width: auto;
	padding: 3px 0 0 4px;
	height: 32px !important;
	/*overflow: hidden;*/
}
#centro #col4{
	width: auto;
	padding: 0 0 0 4px;
	height: 100%;
}
#tab-ricerca{
	width: 100%; 
	position: absolute; 
	top: 0; 
	left: 0;
	z-index: 1;
}
#tab-risultati{
	position: absolute; 
	top: 0; 
	left: 83px;
	z-index: 2;
}
#risultati{
	position: relative;
	height: 410px;
	border-left: 1px solid #F7A40D;
	border-bottom: 1px solid #F7A40D;
	padding: 5px 4px 4px 6px;
	color: #666666;
}
#risultati tr img{
	filter:alpha(opacity=50);
}
#risultati .scroll{
	height:405px;
	background-color: #FCDB9E;
	padding: 3px 0 0 3px;
}
#risultati .titolo{
	font-size: 90%;
	font-weight: bold;
	color: #F7A50D;
}
#cerca .titolo{
	font-size: 90%;
	font-weight: bold;
	color: #175496;
}
#risultati table, #cerca table{
	font-size: 70%;
}

#cerca{
	height: 410px;
	border-left: 1px solid #3C6FA6;
	border-bottom: 1px solid #3C6FA6;
	padding: 5px 4px 4px 6px;
}
#cerca .scroll{
	height:405px;
	background-color: #BACCE0;
	padding: 3px 0 0 3px;
}
.navigation{
	font-size: 85%;
	margin-bottom: 8px;
}
.navigation ul{
	list-style-type: none;
	margin: 0 0 0 20px;
	padding: 0 0 10px 0;
   background-color: #E6E6E6;
} 
.navigation li{
	margin: 0 0 0 0;
	padding: 0;
}
.navigation a{
	display: block;
	width: auto;
	min-height: 25px;
	height: auto !important;
	height: 25px;
	/*line-height: 27px;*/
   text-decoration: none; 
	/*border-bottom: 1px solid #666;*/
	/*text-: 10px;*/
	padding: 7px 0 0 10px;
   color: #333;
	/*font-variant: small-caps;*/
	background-image: url(../images/linea_navigation.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;
}
.navigation a.activelink, .navigation a.activelink:hover{
    background-color: #F7A40D;
	color: #ffffff;
}
.navigation a:hover{
    background-color: #FCD68D;
}
.navigation a.disactivelink, .navigation a.disactivelink:hover{
	background-color: transparent;
	color: #999999;
}
#page{
	border-left: 1px solid #EA6F22;
	border-bottom: 1px solid #EA6F22;
	border-right: 1px solid #EA6F22;
	padding: 7px;
	margin: 0 0 10px 0;
	/*height: 525px;*/
	font-size: 80%;
	min-height: 1019px;
	height: auto !important;
	height: 1019px;
}
body>#page{
   height:1019px;
   min-height: 1019px;
}
#page .menu{
	font-size: 85%;
	font-weight: bold;
	margin: 0 0 10px 0;
}
#page .menu2{
	font-size: 85%;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-align: right;
}
#page .menu a, #page .menu2 a{
	color: #999999;
}
#page .menu a:hover, #page .menu a.activelink2:hover, #page .menu2 a:hover, #page .menu2 a.activelink2:hover{
	color: #F7A40D;
}
#page .menu a.activelink2{
	color: #000000;
}
#page .testo{
	font-size: 95%;
}
#page .titotesto{
	font-size: 120%;
	color: #175594;
	font-weight: bold;
	background-color: #D3DFEB;
	margin: 10px 0 5px 0;
	padding-left: 4px;
}
.indentato{
	padding-left: 15px;
}
.testo a{
	color: #5280B1;
}
img.affianca{
	float: left;
	margin: 5px;
}
#page .testino{
	font-size: 80%;
}
.arancio{
	color: #F7A40D;
}
.sfondo{
	background-color: #FCDB9E;
}
#centro #col2 .titolo{
	background-image: url(../images/titolo_page.gif);
	background-repeat: no-repeat;
	height: 25px;
	font-size: 95%;
	font-weight: bold;
	color: #F7A40D;
	padding: 8px 0 0 5px;
}
.banner{
	text-align: center;
	margin: 5px 0 5px 0;
}
#piedi{
	background-color: #EDEDED;
	border-top: 1px solid #195496;
	border-bottom: 1px solid #195496;
	text-align: center;
	font-size: 80%;
}
#piedi2{
	text-align: center;
	font-size: 75%;
	margin: 5px 0;
}
#piedi a, #piedi a:link, #piedi a:visited{
color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
#loading{
	position: absolute;
	top: 190px;
	left: 85px;
	background-color: red;
	width: 24px;
	height: 24px;
	z-index: 10;
}
.mappa{
	width: 559px;
	height: 430px;
}
.dettaglio{
	width: 559px;
	height: 800px;
}
#res{
	display: none;
}
#frm_cerca, #frm_poi{
	margin-left: 10px;
}
#frm_cerca input, #frm select, #frm_poi input, #frm select{
	font-size: 80%;
}
.notizie a.titololnk2{
	font-size: 110%;
	font-weight: bold;
	color: #000000;
	background: none;
	padding: 2px;
}
.notizie .titololnk2{
	font-size: 110%;
	font-weight: bold;
	color: #000000;
	background: none;
	padding: 2px;
}
.notizie a.titololnk2:hover, .notizie a.titololnk2:active{
	font-size: 110%;
	font-weight: bold;
	color: #000000;
	background-color: #FCDB9E;
	text-decoration: none;
	padding: 2px;
}
.notizie a.titololnk, .notizie .titololnk{
	font-size: 140%;
	font-weight: bold;
	color: #000000;
	background: none;
	padding: 2px;
}
#faq .notizie .titololnk{
	background-color: #FCDB9E;
}
/*.notizie .titololnk{
	font-size: 140%;
	font-weight: bold;
	color: #000000;
	background: none;
	padding: 2px;
}*/
.notizie{
	margin: 15px 0 20px 0;
}
.notizie .datalnk{
	font-size: 80%;
	color: #999999;
}
.notizie a.titololnk:hover, .notizie a.titololnk:active{
	font-size: 140%;
	font-weight: bold;
	color: #000000;
	background-color: #FCDB9E;
	text-decoration: none;
	padding: 2px;
}
.notizie .testolnk{
	margin: 3px 0 2px 0;
	color: #333333;
}
.notizie .testolnk a{
	font-style: italic;
	font-size: 85%;
}
#frm_notizie{
	background-color: #f7f7f7;
	color: #999999;
	padding: 50px 0 50px 5px;
	font-size: 80%;
}
#frm_notizie input, #frm_notizie select{
	font-size: 90%;
}

.ko{
	/*background: #FEEAE7 url(images/exclamation.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	background-color: #FEEAE7;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #CC3300;
	border-bottom: 2px solid #CC3300;
	font-size: 90%;
}
.icone{
	line-height: 25px;
}