/* CSS Document */

a:link{
text-decoration:none;
	color:#444;
}
a:visited{
text-decoration:none;
	color:#444;
}
a:hover{
text-decoration:none;
	color:#61002B;
}
a:active{
text-decoration:none;
	color:#ccc;
}
a:link.retina{
text-decoration:none;
	color:#fff;
}
a:visited.retina{
text-decoration:none;
	color:#fff;
}
a:hover.retina{
text-decoration:none;
	color:#fff;
}
a:active.retina{
text-decoration:none;
	color:#fff;
}

/*--------------------------MENU 1 ORIZZONTALE-------------------------*/
.menu1-orizzontale{
padding:0px 10px 10px 0px;
margin-bottom:5px;
border-bottom:solid 1px #7C212B;

}

.voce-menu1{
}
/*--------------------------fine MENU1 ORIZZONTALE-------------------------*/

/*--------------------------MENU 2 ORIZZONTALE-------------------------*/
.menu2-orizzontale{
	width:780px;
	/*padding:5px;*/
	height:15px;
	background-color:#fff;

}

.voce-menu2{
	padding-right:16px;/**/
	/*padding:4px;*/
	float:left;
}
/*--------------------------fine MENU 2 ORIZZONTALE-------------------------*/
/*--------------------------Index-------------------------*/
.flash-home{
height:550px;
background-color:#EAE5AD;
}
.random-gallery{

	float:left;/**/
	width:340px;
	height:135px;
	padding:3px 0 0 5px;
	/*border:solid 1px #ccc;*/
	/*overflow:hidden;*/
	text-align:center;
	/*background-image:url(../immagini/sfondorandomimage.gif);
	background-repeat:no-repeat;
	background-position:center;*/
}
.scrollnews{
	margin-left:350px;
	float:center;
	width:230px;
	height:130px;
	padding:10px 15px 0px 15px;
	background-image:url(../immagini/sfondorandomimage.gif);
	background-repeat:no-repeat;
	background-position:top left;

}
.random-banner{
	float:right;
	width:340;
	height:130px;
	padding-top:5px;
}

/*--------------------------fine index-------------------------*/
/*--------------------------ARTICOLO -------------------------*/
.articolo {
	width:750px;
	height:auto;
	padding:10px;
	/*border:solid 1px #ccc;*/
	clear:both;

}
.articolo-documento {
	width:750px;
	height:auto;
	text-align:right;
	background-color:#EAE5AD;
	margin: 2px  0 2px 0px;
}
.articolo-immagine {
	float:left;
	margin:0px 10px 5px 5px ;
	width:auto;
	overflow:hidden;
	/*height:240px;*/
	/*border:solid 1px #ccc;*/
}
.articolo-altre-immagini {
	text-align:center;
	/*overflow:hidden;*/
	float:left;
	margin:9px;
	width:160px;
	height:120px;
	/*border:solid 1px #ccc;*/
}
.articolo-titolo {
clear:both;
	width:700px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#7C212B;
	text-align:left;
	margin:10px;
	text-transform:uppercase;
	font-weight:bold;
}
.articolo-sottotitolo {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#7C212B;
	text-align:left;
	margin:10px;
	text-transform:uppercase;
	font-weight:normal;
}
.articolo-testo {
	padding:10px;
	height:auto;
	text-align:justify;
	font-size:10px;
	line-height:15px;
	margin:10px 0 0 0 ;
}
/*--------------------------fine ARTICOLO -------------------------*/
/*--------------------------LISTA -------------------------*/

.elemento-ripetuto-lista-titolo {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#7C212B;
	text-align:left;
	margin:10px;
	text-transform:uppercase;
	font-weight:bold;
}

.elemento-ripetuto-lista {

	width:750px;
	height:auto;
	padding:10px;
	/*background-color:#EAE5AD;*/
	margin:3px
}

.elemento-lista {
	float:left;
	width:auto;
	height:auto;
	padding:3px;
	margin-right:3px;
}
thead{
	background-color:#EAE5AD;
}
/*--------------------------Fine LISTA -------------------------*/
/*--------------------------ELENCO -------------------------*/

.elemento-ripetuto-elenco {
	width:760px;
	height:auto;
	/*padding:10px;*/
	background-color:#F7F4DD;
	background-image:url(../immagini/bgelenco.gif);
background-repeat:no-repeat;
	background-position:top;
margin-top:20px;
/*border:solid 1px red;*/
}
.elemento-ripetuto-elenco2 {
	width:780px;
	height:auto;
	/*padding:10px;*/
	background-color:#F7F4DD;
	background-image:url(../immagini/bgelenco.gif);
background-repeat:no-repeat;
	background-position:top;
margin-top:20px;
border-bottom:solid 1px #EAE5AD;/**/
}
.elemento-ripetuto-elenco-immagine {
	float:left;
	margin:0px 10px 0px 5px ;
	/*width:200px;*/
	overflow:hidden;
	/*height:150px;*/
	/*border:solid 1px #ccc;*/
}

.elemento-ripetuto-elenco-titolo {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#7C212B;
	text-align:left;
	margin:10px;
	text-transform:uppercase;
	font-weight:bold;
}


.elemento-ripetuto-elenco-sottotitolo {
	font-size: 12px;
	color:#7C212B;
	height:20px;
	margin-left:10px;
	/*border:solid 1px  #cccccc;	*/
}

.elemento-ripetuto-elenco-testo {
	padding:10px;
	height:auto;
	text-align:justify;
	font-size:10px;
	line-height:15px;
	margin:10px 0 0 0 ;
}
.elenco-documento {
	width:750px;
	height:auto;
	text-align:right;
	background-color:#EAE5AD;
	margin: 2px  0 2px 0px;
	padding-right:5px;
}
.testo-intro{
	height:auto;
	padding-left:15px;
	text-align:justify;
	font-size:10px;
	line-height:15px;
}

.counter {
	border-top:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
	padding:10px;
	margin-bottom:10px;
	clear:both;
	text-align:right;
}
/*---------------------------GALLERIA-----------------------------------*/

.galleria-immagine {
	height:202px;
	float:left;
	margin:10px 10px 10px 10px ;
	width:202px;
	background-image:url(../immagini/sfondogallery.gif);
	background-repeat:no-repeat;

	/*height:240px;*/
	/*border:solid 1px #ccc;*/

}
.galleria-immagine-in {
	padding:30px 10px 10px 10px ;
	width:auto;
	text-align:center;
	/*background-image:url(../immagini/sfondogallery2.gif);*/
	/*background-repeat:no-repeat;
	background-position:right top;
	/*height:240px;*/
	/*border:solid 1px #ccc;*/
}
.galleria-immagine-intra {
	float:left;
	padding:10px 2px 2px 2px ;
	/*width:120px;
	height:90px;*/
	text-align:center;
	overflow:hidden;
}
.galleria-titolo-gruppo {
	width:700px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#7C212B;
	text-align:left;
	margin:10px;
	text-transform:none;
	font-weight:bold;
}

.galleria-gruppo-intra {
	width:500px;
	height:auto;
	/*padding:10px;*/
	background-color:#F7F4DD;
/*	background-image:url(../immagini/bgelenco.gif);
	background-repeat:no-repeat;
	background-position:top;*/
	margin-top:20px;
/*border:solid 1px red;*/
}

/*---------------------------Intranet-----------------------------------*/
.elimina-documenti-intra {
	height:auto;
	text-align:right;
	background-color:#EAE5AD;
	margin: 0px  0 0px 0px;
}
.elimina-immagini-intra {
	height:auto;
	text-align:right;
	background-color:#D5CB57;
	margin: 0px  0 2px 0px;
}



/*---------------------------Menu verticale-----------------------------------*/

.menu-verticale {
}
ul.menu1v{
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
font-weight:bold;

}

.menuattivo{
	color:black;
	font-size: 10px;
	font-weight: bold
}

ul.menu1v li{
	color:Black;
	border-bottom:solid 1px #fff;
	text-align:right;
}

ul.menu1v li.delimiter{
	border-bottom:dotted 1px red;
	height:20px;
	margin-bottom:20px;

}

ul.menu1v li a{
	display:block;
	text-decoration:none;
	padding:5px 20px 10px 10px;
}

ul.menu1v li a:link{

}

ul.menu1v li a:visited{
}

ul.menu1v li a:hover{
	background-color:#E2D67A;
	display:block;
}

ul.menu1v li a:active{
}

/*------------------------------------- fine MENU----------------------------------*/

/*------------------------------------- FORM----------------------------------*/
.form{
	padding-top:25px;
	width:768px;
	min-height:300px!important;
	height:auto;
	border-left:solid 1px #cccccc;
	float:left;

}
.form-intra{
	padding-top:25px;
	width:768px;
	min-height:300px!important;
	height:auto;
	border-left:solid 1px #cccccc;
	float:left;
	border:solid 1px #ccc;

}


.campi{
	width:80%;
	margin-left:10%;
}
.form-login{
	padding-top:25px;
	width:300px;
	min-height:300px!important;
	height:auto;
	float:left;

}

.campimodulo-intra{
	width:90%;
	margin-left:5%;
	padding-bottom:10px;
	vertical-align:top;
}
.campimodulo{
	width:320px;
	margin-left:5%;
	padding-bottom:10px;
	vertical-align:top;
}
.label{
	float:left;
	text-align:right;
	width:100px;
	color:gray;
}

.testoform{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:200px;
	margin-left:5px; 
	float:right;
	height:15px;
}

.testoform-intra{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:75%;
	margin-left:5px;
	height:15px;
	float:right;
}

.disclaimer{
	clear:both;
	width:90%;
	margin-left:5%;
	padding:10px;
	font-size:10px;
}
.areaform{
	width:290px;
	height:75px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-left:10px;
	float:right;

}
.areaform-intra{
	width:75%;
	margin-left:5px;
	height:250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-left:10px;
	/*border:solid 1px  #cccccc;	*/
	float:right;

}
.bottone{
	/*width:50px;*/
	font-size:9px;
	color:gray;
	border:solid 1px  #cccccc;
	background-color:#FFFFFF;
}
input.text:focus {
    background: #CCCCFF;
    }

.hide { display: none }
