body { 
	color: #000; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-image: url(sfondo_all.jpg); 
	background-repeat: repeat; 
	background-attachment: scroll; 
	background-position: left top; 
	margin: 0; 
	vertical-align: top  
}
.data {color: #666; 
	font-size: 10pt; 
	
}
input, select { 
	color: #686868; 
	font-size: 11px; 
	font-family: arial; 
	background-color: #fff; 
	padding: 0px; 
	border: solid 1px #d3d3d3 ;
}

.tabellasito { 
	width: 950px;	
	background-color: #fff;
}

.tabellasito tr>td { 	
	background-color: #fff;
}
.precontenuto { 
width: 950px;
height: 20px;
background-color: #686868;
}
.cella_sx { 
	vertical-align: top;
	width: 200px;
	background-image: url(sfondino_colonna_sx.jpg); 
	background-repeat: repeat-y; 
	background-position: left top; 
}

.cella_dx { 
	vertical-align: top;
	width: 200px;
	background-image: url(sfondino_colonna.jpg); 
	background-repeat: repeat-y; 
	background-position: right top; 
}

.testo { 
	color: #727272; 
	font-size: 11px; 
	background-color: transparent;
	padding: 8px; 
	margin: 2px;
	vertical-align: top; 
}
.testo td { 
	font-size: 11px;
	vertical-align: top;
}

.testo a:link   { 
	color: #000; 
	text-decoration: none; 
	padding: 2px;
	font-size: 11px;
	background-color: transparent;
}
.testo a:visited { 
	color: #828282;
	text-decoration: none; 
	font-size: 11px; 
	background-color: transparent;
}
.testo a:hover   { 
	color: #f0920a; 
	text-decoration: none;  
	background-color: transparent;
	font-size: 11px; 
}
.testo td.testo img { 
	margin: 4px 
}

.testo h1   { 
	color: #666; 
	font-size: 12pt; 
	line-height: 12pt; 
	border-color: #db2122 
}
.testo h2  { 
	color: #666; 
	font-size: 12pt; 
	font-style: italic; 
	line-height: 12pt; 
	text-decoration: none; 
	border-color: #db2122 
}

.boxlaterali { 
	/* width: 186px; */
	margin: 5px;
	margin-bottom: 20px;
}
.boxlaterali tr>td{
	background-color: transparent;
}
.box-title { 
	color: #FF9966; 
	width: 190px; 
	font-size: 12px; 
	font-weight: bold; 
	text-align: center; 
	padding: 4px 2px 5px; 

}
.box-content { 
	color: #727272; 
	width: 190px; 
	font-size: 10px; 
	padding: 2px; 
	
	border-bottom: 1px dashed #FFCC99;
	border-left: 1px dashed #FFCC99;
	border-right: 1px dashed #FFCC99;
	border-top: 1px dashed #FFCC99;
	-webkit-border-radius: 5px;
}
.box-bottom { background-color: #FFCC99;}
.box-content a:hover {color: #727272; }
.box-content a:link { color: #727272; }
.box-content a:visited{color: #727272; }


.footer { 
	color: #828282; 
	font-size: 11px; 
	font-family: arial; 
	font-style: normal; 
	font-weight: normal; 
	background-color: #fff; 
	/*background-image: url("indirizzi.gif"); */
	background-repeat: no-repeat; 
	background-position: right top; 
	text-align: center; 
	border-bottom: 1px dashed #FFCC99;
	border-left: 1px dashed #FFCC99;
	border-right: 1px dashed #FFCC99;
	border-top: 1px dashed #FFCC99;
	padding: 4px; 
	height: 30px; 
	vertical-align: middle
}

/* LIGHTBOX -----------------------------------------------------------------------------------------------------------------*/
/*Immagini: | ../images/blank.gif | ../images/prevlabel.gif | ../images/nextlabel.gif | */
#lightbox{
	position: absolute;
	top: 40px;
	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;
	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(../images/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(../images/prevlabel.gif) left 15% no-repeat; 
}
#nextLink:hover, #nextLink:visited:hover { 
	background: url(../images/nextlabel.gif) right 15% no-repeat; 
}
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}
#imageData{
	padding:0 10px;
}
#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;
	/*filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;*/
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}	