td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5E442D;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
.mappe {
	background-image: url(../img_comuni/sfondo_mappe.jpg);
	height: 130px;
	border-right: 1px solid #5E442D;
	border-bottom: 1px solid #5E442D;
	border-left: 1px solid #5E442D;


}
.ombraDx {
	background-image: url(../img_comuni/ombreDx.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.testo1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EFE7D6;
}
.testo1 a:link {
	color: #EFE7D6;
	text-decoration: none;
}
.testo1 a:active {
	color: #EFE7D6;
	text-decoration: none;
}
.testo1 a:visited {
	color: #EFE7D6;
	text-decoration: none;
}
.testo1 a:hover {
	color: #EFE7D6;
	text-decoration: underline;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #5F452D;
}
.menu a:link {
	color: #5F452D;
	text-decoration: none;
}
.menu a:active {
	color: #5F452D;
	text-decoration: none;
}
.menu a:visited {
	color: #5F452D;
	text-decoration: none;
}
.menu a:hover {
	color: #5F452D;
	text-decoration: underline;
}
.bottone {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(../img_comuni/bottone.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 70px;
	border: 0px;
	cursor: hand;


}


.bottone2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(../img_comuni/bottone.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 50px;
	border: 0px;
	cursor: hand;


}


.bordo {
	border: 1px solid #8D765C;
	background-color: #FFFCF4;


}
.titolo1a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #EFE7D6;
	font-style: italic;


}

.titolo1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #990000;
	font-style: italic;


}
.titolo1 a:link {
	color: #EFE7D6;
	text-decoration: none;
}
.titolo1 a:active {
	color: #EFE7D6;
	text-decoration: none;
}
.titolo1 a:visited {
	color: #EFE7D6;
	text-decoration: none;
}
.titolo1 a:hover {
	color: #EFE7D6;
	text-decoration: underline;
}
.titolo2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5E442D;
	font-weight: bold;
	background-image: url(../img_comuni/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	text-indent: 12pt;



}
.titolo2 a:link {
	color: #5E442D;
	text-decoration: none;
}
.titolo2 a:active {
	color: #5E442D;
	text-decoration: none;
}
.titolo2 a:visited {
	color: #5E442D;
	text-decoration: none;
}
.titolo2 a:hover {
	color: #5E442D;
	text-decoration: underline;
}
.inputError {
	border: 1px dashed #FF0000;
	background-color: #FFFFCC;

}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 2px;
	border: 1px solid #5E442D;
}
.inputError {
	color: #666666;
	background-color: #FFFF66;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 2px;
	border: 1px solid #5E442D;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 2px;
	border: 1px solid #5E442D;
}
.bordoGiu {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #5E442D;
}

/*-------------------------------------------------------------------------------------*/


a.linktrasparente img {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	/*margin:8px;*/
}
a.linktrasparente:link img {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	/*margin:8px;*/
}
a.linktrasparente:active img {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	/*margin:8px;*/
}
a.linktrasparente:visited img {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
	/*margin:8px;*/
}
a.linktrasparente:hover img {
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	/*margin:8px;*/
}



/*LightBox---------------------------------------------------------------------*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	/*width: 250px;
	height: 250px;*/
	width: 100%;
	height: 100%;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../js/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../js/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../js/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/*DIV----------------------------------------------------------------------------*/
#menuSx{
	position: static;
	z-index: 90;
	width: 200px;
	text-align: left;
	height: 253px;
	background-image: url(../img_comuni/sfondoMT.jpg);
}
#menuSxContenuti{
	position: static;
	z-index: 90;
	text-align: left;
	background-image: url(../img_comuni/sfondoMT.jpg);
	padding: 10px;

}
#menuDx{
	position: static;
	z-index: 90;
	background-color: #5E442D;
	width: 200px;
	clip:  rect(2px auto auto auto);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5E442D;
}
#indirizzo_menu{
	position: static;
	z-index: 90;
	width: 200px;
	text-align: left;
	background-image: url(../img_comuni/sfondoMT.jpg);
}
#contenuti{
	position: static;
	padding: 10px;
	width: 537px;




}
#contenutiHome{
	position: static;
	background-color: #E6E1C8;
	background-image: url(../img_comuni/sfondo_index.jpg);
	border-top: 1px solid #5E442D;
	vertical-align: middle;


}
#mappe{
	position: static;
	z-index: 90;
	height: 126px;

}
 
#mappe2{
	position: static;
	z-index: 90;
	height: 46px;

}
fotm {
	margin: 0px;
	padding: 0px;
}
.contenuti {
	background-color: #E6E1C8;
	vertical-align: top;
	width: 557px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #5E442D;
	border-bottom-color: #5E442D;

}
.elenco {
	list-style-image: url(../img_comuni/bullet.gif);
}

.img {
	padding: 4px;
	border: 1px solid #663333;
	background-color: #FFFFFF;
}

.utente {
}

.utente1 {
}
#immo {
	width: 385px;
	padding-top:5px;
	float: right;
}
#immo2 {
	height: 10px;
	width: 385px;
}
.immo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5E442D;
	padding-left: 8px;
	padding-top: 2px;
	font-weight: bold;
}
