



.dlFotogallery { margin-left:12px; height:400px; margin-right:2px; width:810px; }
.dlFotogalleryItem { vertical-align:top; width:135px; }
DIV.immagineItem { width:100px; height:100px; border:solid 1px #979797; padding:10px; text-align:center; margin-right:9px; margin-bottom:9px; }
IMG.fotogallery { border:none; margin-left:auto; margin-right:auto; }

.pagine { margin-right:20px; text-align:right; }
.dlPagine { color:#DF5E3E; }
.dlPagine A { color:Black; }
.dlPagine A:hover { color:#DF5E3E; } 
SPAN.trattino { color:Black; }


IMG.scrittaFooter { margin-top:0px; margin-left:260px; }

#Footer { margin-top:45px; width:100%; height:235px; color:#979797; }
#Footer A { color:#DF5E3E; }
#Footer A:hover { color:#979797; }
TD.footerSx { width:185px;  }
TD.footerDx { width:644px; vertical-align:top; padding-top:130px;  }

#Bodi { margin-top:25px; font-size:9px; }



#CorpoSetup { text-align:left; width:579px; padding-left:160px; padding-right:60px; padding-bottom:160px; }
#CorpoSetup A { color:Black; }
#CorpoSetup A:hover { color:#DF5E3E; }
 
H1.titolo { margin-bottom:20px; font-size:12px; color:#DF5E3E;  }
DIV.inserisci { margin-top:10px; margin-bottom:15px; color:Black; }

DIV.voce { margin-top:5px; margin-bottom:10px; width:400px;  } 
DIV.voce TABLE { margin-top:5px; }
TD.contenuto { width:150px; height:20px; }
TD.sinistra { width:60px; text-align:right; vertical-align:middle; }
DIV.help { margin-top:10px; width:510px; color:Black;  } 

.textBoxitaliano, .textBoxMultilineitaliano, .textBoxinglese,.textBoxMultilineinglese, .textBoxCortoitaliano, .textBoxMedioitaliano
{ 	border:solid 1px #BCBDC0; text-indent:2px; font-size:11px; background-color:#FFFFFF;  }
.textBoxitaliano, .textBoxinglese
{ 	width:285px; height:15px; }
.textBoxMultilineitaliano, .textBoxMultilineinglese
{ 	width:285px; height:100px; }
.textBoxinglese, .textBoxMultilineinglese
{	background-color:#FDFCB7; }
.textBoxCortoitaliano
{ 	width:100px; height:15px; }
.textBoxMedioitaliano
{ 	width:210px; height:15px; }

TD.contattiSx { width:100px; color:Black; } 
.labelDx { font-weight:bold; }

IMG.immagineGrande { height:160px; }



.gridView { width:430px; margin-top:10px; margin-bottom:10px; }
TD.gridViewImageButton { width:3%; text-align:center; vertical-align:middle;}
TR.gridViewRow { background-color:#EAEAEA; vertical-align:top; color:Black;}
TR.gridViewAltRow { background-color:White; vertical-align:top; color:Black;}
TR.gridViewHeader, TR.gridViewPager { background-color:#DF5E3E; font-weight:bold; color:White; text-align:left;}
TR.gridViewPager A { color:White; text-decoration:underline; }
.gridViewTextBox { width:60px; text-indent:2px; font-size:11px; }



.photogallery { margin-top:20px; margin-bottom:10px; }
TD.photogalleryItem { text-align:center; background-color:#EAEAEA; }
DIV.photogalleryButton { margin-bottom:3px; }



/* ------------------------ Lightbox ---------------- */

#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;
	padding-bottom:5px;
	}

#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 */
	}	
