.testo9px {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; text-decoration: none}

.testo10px { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none ; text-align: justify}

.testo10pxC { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none ; text-align: right }

.testo18px { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; text-decoration: none ; text-align: justify ; font-weight: bold}

.input  { 

color: #333333; 

font-size: 10px;

 font-family: Verdana, Arial, Helvetica, sans-serif; 

 clip:        rect(   ); 

 left: 0px; 

 background-color: #FFFFFF; 

 font-weight: normal;

 width: 200px

 }

 .inputRic{

	color: #333333;

	font-size: 10px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	clip: rect( );

	left: 0px;

	background-color: #FFFFFF;

	font-weight: normal;

}

.input2 { color: #333333; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; width: 110px; clip: rect( ); left: 0px; background-color: #FFFFFF; font-weight: normal }

.input3 { color: #333333; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; width: 55px; clip: rect( ); left: 0px; background-color: #FFFFFF; font-weight: normal }

.button { color: #FFFFFF; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; width: 60px; clip: rect( ); left: 0px; background-color: #8393A0; font-weight: bold}

.testo16px { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 17px; text-decoration: none ; text-align: justify ; font-weight: bolder }

a.linktesto9px { font-size: 9px; font-weight: bold; line-height: 16px; text-decoration: none; color: #616161; font-family: Verdana, Arial, Helvetica, sans-serif}

a.linktesto9px:hover { font-size: 9px; font-weight: bold; line-height: 16px; text-decoration: none; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif}

.testoClose{

	font-family: Verdana, Arial, Helvetica, sans-serif;

	 font-size: 10px; 

	 text-decoration: none ;

}

select{

	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size : 10;

}

.optGroup{

	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size : 10;

	font-style : normal;

	font-weight : normal;

}

.optionN{

	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size : 10;

	font-weight : bold;

}

a.linkConc {

	font-size: 11px;

	font-weight: bold;

	line-height: 16px;

	text-decoration: underline;

	color: #000000;

	font-family: Verdana, Arial, Helvetica, sans-serif

}

a.linkConc:hover {

	font-size: 11px;

	font-weight: bold;

	line-height: 16px;

	text-decoration: underline;

	color: #616161;

	font-family: Verdana, Arial, Helvetica, sans-serif

}

.testo11px {

 font-family: Verdana, Arial, Helvetica, sans-serif; 

 font-size: 12px; 

 text-decoration: none ; 

 }

 .titoloConc {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 16px;

	color : #CC0000;

	font-weight : bold;

}

.center{
	text-align: center !important;
}
.txt-black{
	color: Black;
}
.arti{

	background-color : #E5E5E5;

	padding : 1px 1px 1px 1px;

	margin : 0px 0px 0px 0px;

}

.testo10pxConc {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	text-decoration: none ;

	text-align : left;

}

.titNews{
	background-color : #FFECEC;
	font-size : 16px;
	font-weight : bold;
	color : Red;
}

.tabNews{
	border : 1px solid #DFDFDF;
	padding : 5px 5px 5px;
}
.bgTdFoto{
	background-color : #f3f3f4;
}

/* modifiche del 26.11.2007 */

.button2 {

	color: #FFFFFF;

	font-size: 10px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	width: 100px;

	clip: rect( );

	left: 0px;

	background-color: #8393A0;

	font-weight: bold;

}

/* LIGHTBOX */
#lightbox {
	position: absolute;
	left: 0px;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0px;
}
#lightbox img {
	width: auto;
	height: auto;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0px auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0px;
}
#hoverNav {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0px;
}
#hoverNav a {
	outline: none;
}
#prevLink,
#nextLink{
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0px;
	float: left;
}
#nextLink {
	right: 0px;
	float: right;
}
#prevLink:hover,
#prevLink:visited:hover {
	background: url(../img/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover,
#nextLink:visited:hover {
	background: url(../img/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0px auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}
#imageData {
	padding: 0px 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;
	outline: none;
}	 	
#overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
.vignette {
	color: #6a2d13;
	font-weight: bold;
	line-height: 16px;
}
.vignette span {
	font-size: 10px;
	font-weight: normal;
}

/* gallery - 22.12.2009 */
.gallery { width: 100%; height: 300px; overflow: auto; padding-bottom: 10px; border-top: #999 1px solid; border-bottom: #999 1px solid; }
.box_img { float: left; width: 100px; height: 100px; margin: 10px 10px 0 0; padding: 5px; background-color: #dfdfdf; text-align: center; }
.box_img a:link img, .box_img a:visited img { padding: 2px; border: #999 1px solid; }
.box_img a:hover img { border: #c00 1px solid !important; }
