body {
	margin-left:				0px;
	margin-top:					0px;
	margin-right:				0px;
	margin-bottom:				0px;
	
	scrollbar-track-color:		#DFDFDF;	/* BAR TRACK */
	scrollbar-base-color:		#DFDFDF;	/* BAR SURFACE */	
	scrollbar-shadow-color:		#DFDFDF;    /* INTERNAL SHADOW */
	scrollbar-highlight-color:	#E15616;	/* INTERNAL LIGHT */
	scrollbar-darkshadow-color:	#E15616;	/* EXTERNAL SHADOW */
	scrollbar-3dlight-color:	#DFDFDF;    /* EXTERNAL LIGHT */
	scrollbar-arrow-color:		#E15616;	/* ARROW */	
}

.campotesto{
	font-family: Arial;
	font-size: 11px;
	border-width: 0px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	height: 17px;
	background-repeat: repeat-x;
	background-position: bottom center;
}



#campotesto_color1{
	background-color: #252861;
	color: #FFFFFF;
	background-image: url(../images/bg_blu.png);
}
#campotesto_color2{
	background-color: #E15616;
	color: #ffffff;
	background-image: url(../images/bg_arancio.png);
}
#campotesto_color3{
	background-color: #E15616;
	color: #2C2F73;
	background-image: url(../images/bg_campo.png);
}
#campotesto_color4{
	background-color: #252861;
	color: #2C2F73;
	background-image: url(../images/bg_campo_blu.png);
}
#campotesto_color5 {
	BACKGROUND-COLOR: #252861;
	COLOR: #2C2F73;
	FONT-SIZE: 14px;
	height:20px;
	background-image: url(../images/bg_campo_arancio2.png);
	border: 1px solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-color: #CCCCCC;
}
#campotesto_color6 {
	BACKGROUND-COLOR: #252861;
	COLOR: #2C2F73;
	FONT-SIZE: 14px;
	height:20px;
	background-image: url(../images/bg_campo_arancio3.png);
	border: 1px solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-color: #CCCCCC;
}

/* BACKGROUNDS */

.bg_02{
	background-repeat:			no-repeat;
	background-image:			url(../images/bg_02.jpg);
	background-position:		center center;
}
.bg_04{
	background-repeat:			no-repeat;
	background-image:			url(../images/bg_04.jpg);
	background-position:		center center;
}

/* IMAGES */

.floatleft {
	float:						left;
	margin:						5px 10px 5px 0px;
}
.floatright {
	float:						right;
	margin:						5px 0px 5px 10px;
}

/*---*/

.borderimage1{
	border-width:				1px;
	border-color:				#E15616;
	border-style:				solid;
}

/* TEXTFIELD */

.textfield{
	font-family:				Arial;
	font-size:					11px;
	border-width:				0px;
	padding-left:				5px;
	padding-right:				5px;
	vertical-align:				middle;
	height:						17px;
	background-repeat:			repeat-x;
	background-position:		center bottom;
}
#textfield_color1{
	background-color:			#16316F;
	color:						#FFFFFF;
}
#textfield_color2{
	background-color:			#E15616;
	color:						#FFFFFF;
}

/* TITLES */

.title1{
	color:						#FFFFFF;
 	font-family: 				Arial;
	font-size: 					20px;
	font-weight:				bold;
	text-decoration:			none;
	letter-spacing:				-2px;
	word-spacing:				0px;
}
.title1 a:link, .title1 a:visited{
 	color:						#FFFFFF;
	font-weight:				bold;
	text-decoration:			none;
}
.title1 a:hover, .title1 a:focus, .title1 a:active{
 	color:						#012F6D;
	text-decoration:			none;
}

.title2{
	color:						#E15616;
 	font-family: 				Arial;
	font-size: 					20px;
	font-weight:				bold;
	text-decoration:			none;
	font-style:italic;
	letter-spacing:				1px;
	word-spacing:				0px;
}
.title2 a:link, .title2 a:visited{
 	color:						#E15616;
	font-weight:				bold;
	text-decoration:			none;
}
.title2 a:hover, .title2 a:focus, .title2 a:active{
 	color:						#16316F;
	text-decoration:			none;
}

/* FONTS */

.txt1{
	color:						#16316F;
 	font-family:				Arial;
	font-size:					14px;
	font-weight:				normal;
	text-decoration:			none;
}
.txt1 a:link, .txt1 a:visited{
 	color:						#16316F;
	font-weight:				bold;
	text-decoration:			none;
}
.txt1 a:hover, .txt1 a:focus, .txt1 a:active{
 	color:						#E15616;
	text-decoration:			none;
}

/*---*/

.txt2{
	color:						#FFFFFF;
 	font-family:				Arial;
	font-size:					11px;
	font-weight:				normal;
	text-decoration:			none;
}
.txt2 a:link, .txt2 a:visited{
 	color:						#FFFFFF;
	font-weight:				bold;
	text-decoration:			none;
}
.txt2 a:hover, .txt2 a:focus, .txt2 a:active{
 	color:						#E15616;
	text-decoration:			none;
}

/*---*/

.txt3{
	color:						#16316F;
 	font-family:				Arial;
	font-size:					11px;
	font-weight:				normal;
	text-decoration:			none;
}
.txt3 a:link, .txt3 a:visited{
 	color:						#16316F;
	font-weight:				bold;
	text-decoration:			none;
}
.txt3 a:hover, .txt3 a:focus, .txt3 a:active{
 	color:						#E15616;
	text-decoration:			none;
}


#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: #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;
	}
	

/* 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 */ 


/*---*/