/* INTERNI - Stili Css */
html {
	 height:100%;
	 padding-bottom:1px;
}
body{
	margin:0; 
	font-family:"Lucida Sans Unicode","Lucida Sans", Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#17497f;  
	background-image:url(sfondo-pagina.jpg); 
	background-repeat:repeat-x; 
	background-position:left top; 
	background-color:#2e2e2e;
}
td{
	font-family:"Lucida Sans Unicode","Lucida Sans", Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#ffffff; 
}

a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{text-decoration:underline;}
a:active{text-decoration:none;}

/* ----------------------------------------------------------------------------------------------------- */


/* AREA CENTRALE */

.SfondoMenu {width:186px; background-image:url(sfondo-menu.jpg); background-repeat:repeat-x; background-position:left top; background-color:#7b7a75;}
.BarrettaLatoColonnaDx {width:171px; background-image:url(../images/barretta3); background-repeat:no-repeat; background-position:left top;}
.BarrettaMenu {height:25px; background-image:url(barretta4.png); background-repeat:no-repeat; background-position:center bottom;}
.Testo1 {font-size:14px; color:#FFFFFF;}
.Testo2 {font-size:11px; color:#afada4; text-align:justify; line-height:17px;}
.Testo3 {font-size:13px; color:#292929;}

/* ----------------------------------------------------------------------------------------------------- */


/* FOOTER */

.SfondoFooter {background-image:url(sfondo-footer.jpg); background-repeat:repeat-x; background-position:left top; background-color:#0c0c0c;}
.Testo4 {font-size:14px; color:#575656;}
.Testo5 {font-size:11px; color:#575656;}
.Testo6 {font-size:11px; color:#85837d;}
.Testo7 {font-size:21px; color:#FFFFFF; line-height:31px;}
.Testo8 {font-size:11px; color:#FFFFFF;}
.Testo9 {font-size:11px; color:#FFFFFF; font-weight:bold;}
.Testo9bis {font-size:11px; color:#7B7A75; font-weight:bold;}

/* ----------------------------------------------------------------------------------------------------- */
.bordo{
	border:1px solid #CDCDA0;	
}
.foto{
	border:1px solid #85837d;	
}
.box_foto{
	border:1px solid #85837d;	
}
.separa_verti{
	border-right:3px solid #E50001;
	}
textarea,input,select,option{
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	border:1px solid #C4C4C4;
}
.no_bordo{
	border:0px;
	}
.errore{
	color:#c40000;
	}
.submit
{
	border: 3px double #949494;
	border-top-color: #ffffff;
	border-left-color: #ffffff;
	padding: 0.25em;
	background-color:#FFFFFF;
	background-repeat: repeat-x;
	color: #333333;
	width:120px;
	cursor:pointer;
}	
	
/* Styles for the popup */
.highslide-wrapper, .rounded-white {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
     width: 860px; /* dimensione cambiata width: 640px;*/
    padding: 0 5px 5px 5px;
}
.highslide-wrapper .highslide-header {
	padding-bottom: 5px;
}
.highslide-wrapper .highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous,
.highslide-wrapper .highslide-header ul li.highslide-next, 
.highslide-wrapper .highslide-header ul li.highslide-move{
display: none;
}

.highslide-wrapper .highslide-header ul li.highslide-close{
/*	display: none;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}
.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 15px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	margin-top: 4px;
	height: 11px;
	width: 11px;
	background: url(/_js/img/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(/_js/img/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
