﻿body         { font-family: verdana; font-size: 8pt; background-color: #000; border: 0px; }
p            { font-family: verdana; font-size: 8pt; color: #fff}
td           { font-family: verdana; font-size: 8pt; color: #fff}
h1           { font-family: verdana; font-size: 12pt; color: #158CA0; font-weight: bold }
H2 {font-family: verdana; font-size: 10pt; font-weight: bold; Color: #001D61}
H3 {font-family: verdana; font-size: 8pt; font-weight: bold; Color: #001D61}
h4           { font-family: verdana; font-size: 8pt; color: #7E93AC }

.CELLAfondo_chi { background-image: url(images/fondo_chi.jpg); background-repeat: no-repeat; }
.CELLAfondo_gallery { background-image: url(images/fondo_gallery.jpg); background-repeat: no-repeat; }
.CELLAfondo_news { background-image: url(images/fondo_news.jpg); background-repeat: no-repeat; }


.cellanav { font-size: 8pt; font-family: verdana; text-decoration: none; color:#fff;  font-weight:bold}
.cellanav a{ font-size: 8pt; font-family: verdana; text-decoration: none; color:#fff;  font-weight:bold}
.cellanav a:link { font-size: 8pt; font-family: verdana; text-decoration: none; color:#fff;  font-weight:bold}
.cellanav a:hover{ font-size: 8pt; font-family: verdana; text-decoration: none; color:#C78241;  font-weight:bold}
.cellanav a:visited{ font-size: 8pt; font-family: verdana; text-decoration: none; color:#fff;  font-weight:bold}
.cellanav a:active { font-size: 8pt; font-family: verdana; text-decoration: none; color:#fff;  font-weight:bold}


.cellatit  { font-size: 8pt; font-family: verdana; text-decoration: none; color:#000;  font-weight:bold; background-color: #000;}




.CELLAtestohomesel { font-size: 9pt; font-family: verdana; text-decoration: none; color:#666666; background-color: #ECECEC}
.CELLAtestohomesel a{ font-size: 9pt; font-family: verdana; text-decoration: underline; color:#BA2D4A; background-color: #ECECEC}
.CELLAtestohomesel a:link{ font-size: 9pt; font-family: verdana; text-decoration: underline; color:#BA2D4A; background-color: #ECECEC}
.CELLAtestohomesel a:active { font-size: 9pt; font-family: verdana; text-decoration: underline; color:#BA2D4A; background-color: #ECECEC}
.CELLAtestohomesel a:visited { font-size: 9pt; font-family: verdana; text-decoration: underline; color:#BA2D4A; background-color: #ECECEC}
.CELLAtestohomesel a:hover { font-size: 9pt; font-family: verdana; text-decoration: underline; color:#BA2D4A; background-color: #ECECEC}
.CELLAtestohomesel td { font-size: 9pt; font-family: verdana; text-decoration: none; color:#666666; background-color: #ECECEC}
.CELLAtestohomesel B { font-size: 9pt; font-family: verdana; color:#666666; font-weight:bold; background-color: #ECECEC}
.CELLAtestohomesel p { font-size: 9pt; font-family: verdana; text-decoration: none; color:#666666; background-color: #ECECEC}




#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }


/* COLORE DELLA CORNICIE CONTENENTE L'IMMAGINE */
#outerImageContainer{
	position: relative;
	background-color: #FFFFFF;
	width: 0px;
	height: 0px;
	margin: 0 auto;
	}

/* SPESSORE DELLA CORNICIE CONTENENTE L'IMMAGINE */
#imageContainer{
	padding: 10px;
	}

/* POSIZIONE DEL LOADING */
#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;}
:hover#prevLink, :visited:hover#prevLink { background: url(images/prevlabel.gif) left 15% no-repeat; }
:hover#nextLink, :visited:hover#nextLink { background: url(images/nextlabel.gif) right 15% no-repeat; }



/* COLORE, FONT, LUNGHEZZA DEL BOX CONTENENTE LE INFORMAZIONI  */
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
	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: #000000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

:after.clearfix {
	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 */
	}