@charset "iso-8859-1";
/* CSS Document */
* {
	margin: 0 auto;
}
html, body {height:100%;}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
	background-image: url(../img/fondo.jpg);
	background-repeat: no-repeat;
}
#sfondo_tab{
	background-color:#282828;
	background-image:url(../img/sfondo.jpg);
	background-position:top;
	background-repeat:repeat-x;
	}
.menu_bianco{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	padding:0 0 0 5px;
	margin:0;
}
.menu_bianco a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#FFF;
}
.menu_bianco a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
	color:#FFF;
}

.testo2{
	padding:30px 20px;
}
.testo_gr{
	color:#cccccc;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;	
	}
.testo{
	color:#cccccc;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-right:25px;
	padding-bottom:5px;
	padding-top:0px;
	line-height:15px;
}
.testo a{
	color:#cccccc;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}
.testo a:hover{
	text-decoration:underline;
}

.testo_pag{
	color:#cccccc;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}


#sf_testo{
	background-image:url(../img/sfondo_testo.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
#box{
	background-image:url(../img/box.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#box2{
	background-color:#404040;
}

#linea_H{
	background-color:#515151;
	height:1px;
	width:100%;
}
.footer{
	color:#999999;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:30px;
	padding-top:8px;
	padding-bottom:10px;
	text-decoration:none;
}
.footer a{
	color:#999999;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}
.footer a:hover{
	color:#999999;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
}
.testo_box{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#cccccc;
	font-weight:bold;
	}
.pix_form{
	background: #A2A2A2;
	border-top: #FFFFFF 1px solid;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;	
	color: #FFFFFF;
}
/*#wrapper{
min-height:100%;
height:auto !important;
height:100%;
/*margin:0 auto -20px;  margine negativo altezza footer */
/*background-color:#282828;
}
.push, .foot{
height:40px; /* altezza footer */
/*clear:both; /* clear di eventuali float se presenti nel layout */
/*background-color:#282828;
}*/

.titolo_giallo{
	color:#FFC10D;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.img_bord{	
	border-color:#FFC10D;
	border-style:solid;
	border-width:1px;
}
.titolo_blu{
	color:#0076BF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.img_bord2{	
	border-color:#0076BF;
	border-style:solid;
	border-width:1px;
}
.titolo_verde{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;	
	color:#4FB747;
	}

/*TOOLTIP*/
#dhtmltooltip{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	position: absolute;
	left: -300px;
	width: 200px;
	border: 1px solid #000000;
	padding: 5px;
	background-color: #DDDDDD;
	visibility: hidden;
	z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
/*TOOLTIP*/
