.chromestyle{
width: 760px;
font-weight: bold;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 10px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 10px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #9999CC;
}

.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #9999CC; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #333366;
width: 200px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #9999CC; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #9999CC;
}





.td-titolo{
background: url(barrebgTOP.gif) center center repeat-x; /*THEME CHANGE HERE*/
text-align: left; /*set value to "left", "center", or "right"*/
padding:5px;
color:#ffffff;
}

.down {
background: url(down.jpg) center center repeat-x; /*THEME CHANGE HERE*/
text-align: center; /*set value to "left", "center", or "right"*/
padding:5px;
color:#ffffff;
background-color:#0066FF;
/*background-color:#b4cede;*/
}




/*MENU ALTO*/
.dropmenudivUP{
position:absolute;
top: 0;
border: 1px solid #afafaf; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #808080;
width: 200px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudivUP a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #afafaf; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudivUP a{ /*IE only hack*/
width: 100%;
}

.dropmenudivUP a:hover{ /*THEME CHANGE HERE*/
background-color: #afafaf;
}



.chromestyle-up{
width: 420px;
font-weight: bold;
}

.chromestyle-up ul{
background: url(barrebgTOP.gif) center center repeat-x; /*THEME CHANGE HERE*/
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle-up ul li a{
border-right: 1px solid #afafaf; /*THEME CHANGE HERE*/
}

.chromestyle-up ul li a:hover{
background: url(barrebgTOP-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.dropmenudiv-up{
border: 1px solid #E8BEBE; /*THEME CHANGE HERE*/
}

.dropmenudiv-up a{
border: 1px solid #E8BEBE; /*THEME CHANGE HERE*/
}

.dropmenudiv-up a:hover{ /*THEME CHANGE HERE*/
background-color: #FFECEC;
}







/* INIZIO DELLO STILE DELLE PAGINE */

body {
background-color:#ffffff;
font-size: 10px; /* Resets 1em to 10px */
font-family: Verdana, Arial, Sans-Serif;
color: #333;
text-align: center;
}

#erroreDB {
background-color:#ffffff;
font-size: 12px;
font-weight: bold;
color:red;
}

.contenuto {
background: url(contenuto.gif) center center repeat-y; /*THEME CHANGE HERE*/
background-color:#efefef; 
width:760px;
}

.aggiungisfondocontenuto{
background: url(contenuto.gif) center center repeat-y; /*THEME CHANGE HERE*/
}

.contenutodown{
height:10px;
background-color:#efefef; 
width:760px;
background: url(contenutodown.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}


.pagina {
background-color: #ffffff;
width: 760px;
}




.sx {
float: left;
background-color: #efefef;
/*width: 560px;*/
}
.dx {
float: right;
background-color: #afafaf;
/*width: 200;*/
}


h1{
border-bottom: 1px dotted #ccc;
font: 125% "Verdana", serif;
letter-spacing: 0.2em;
margin: 15px 0 2px 0;
padding-bottom: 2px;
}




















/* CSS of 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;
	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; color: #000; }
#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;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	