body { 
	color: #FFF9E3 ; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-image: url(sfondo.jpg); 	background-repeat: repeat-x; 
	background-color: #FFF9E3; 
	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: 938px;	
	background-color: #fff;
}

.tabellasito tr>td { 	
	background-color: #fff;
}
.table_intestazione {
	width: 938px;
	height: 240px;
	background-image: url(intestazione.jpg);}

.table_precontenuto { 
width: 938px;
height: 30px;
background-image: url(precontenuto.jpg);
}
.table_contenuto {background-color: #FFFFFF;
width: 938px;}
.cellatsx { 
	color: #DBDBE5;
	vertical-align: top;
	width: 200px;
	background-image: url(colonna_sx.jpg); 
	background-repeat: repeat-x; 
	background-position: left bottom; 
	background-color: #DBDBE5;
	padding-top: 5px;
	padding-left: 3px;
}

/*TESTO -----------------------------------------------------------------------------------------------------------------*/
h1{ font-family: verdana;
	margin-top: 15px;
	font-size:25px;
	color: red;}
	
.testo { 
	width: 738px;
	font-family: verdana;
	color: #4D4D4D; 
	font-size: 11px; 
	background-color: #FFFFFF;
	padding-left: 15px; 
	padding-right: 15px;
	
	vertical-align: top; 
}
.testo td { 
	font-family: verdana;
	font-size: 11px;
	vertical-align: top;
	color: #4D4D4D;
}

.testo a:link   { 
	color: #a2a2a2; 
	text-decoration: none; 
	padding: 2px;
	font-size: 11px;
	background-color: transparent;
}
.testo a:visited { 
	color: #a2a2a2;
	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 
}
/*BOX LATERALI-----------------------------------------------------------------------------------------------------------------*/
.boxlaterali_boxlat { 
	width: 190px; 
	margin: 5px;
}


.box-title_boxlat { 
	color: #B18F38; 
	width: 190px; 
	font-size: 12px; 
	font-weight: bold; 
	text-align: center; 
	padding: 4px 2px 5px; 
}

.box-testo_boxlat { 
	color: #727272; 
	width: 190px; 
	font-size: 10px; 
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-top: 3px; 
	border-top: 1px dashed #C29A2B;
}

.box-testo_boxlat { background-color: #FFFFFF;}

.box-content a:hover {color: #727272; }

.box-content a:link { color: #727272; }

.box-content a:visited{color: #727272; }


.footer { 
	width: 938px;
	color: #828282; 
	font-size: 11px; 
	font-family: arial; 
	font-style: normal; 
	font-weight: normal; 
	 
	
	text-align: center; 
	padding: 4px; 
	height: 30px; 
	vertical-align: middle
}
/* FORM CONTATTI ------------------------------------------------------------------------------------------------------------*/
.contatti td{ font-family: verdana;
	font-size: 11px; 
}
INPUT.radio {font-family: verdana;
	color: #fff;
	background-color: transparent;
	border-style: none;
}
INPUT.centrale { 
	color: #0d3f46; 
	font-size: 11px; 
	background-color: #94A0B6; 
	margin-bottom: 3px; 
	width: 200px; 
	border-style: solid; 
	border-width: 1px 2px 2px 1px; border-color: #828282 
}
SELECT.centrale { 
	color: #fff; 
	font-size: 11px; 
	background-color: #000; 
	border-style: solid; 
	border-width: 1px 2px 2px 1px; 
	border-color: #828282 
}
/* NAVIGAZIONE DI SECONDO LIVELLO -------------------------------------------------------------------------------------------*/
/*NOTE: #menu_laterale ? in confitto con #header (quaest'ultimo id ha la precedenza)*/
.menu-title { }

/* AREA RISERVATA -----------------------------------------------------------------------------------------------------------------*/
.private {width: 190px; font-size: 10px;}
.private_tr { color: #4E577C; font-size: 10px; font-weight: bold;
		background-color: transparent;
	}
.private a { text-decoration: none; font-size: 10px; color: black }

.area_riservata {
	width: 190px; 
	font-size: 11px; 
	color: blue;
	}


/* 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 */
}	
