html {
	padding: 0;
	margin: 0;
	background: url(../img/sf_body_repeat.jpg) repeat-y center;
}

body {
	margin: 0 auto;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(../img/sf_body_norepeat.jpg) no-repeat center;
	background-position: top;
}

input{
	height: 15px;
	font-size:11px;
	border-color: #9A9897;
	border-width: 1px 1px 1px;
}

a{
	color: #FE9705;
	text-decoration: none;
}
a:visited{
	color: #C07001;
	text-decoration: none;
}

a:hover{
	color: #FE9705;
	text-decoration: underline;
}




.clear {
  clear: left;
}

#container {
	margin: 0;
	padding: 0;
	/*width: 762px;*/
}



/* StyleSheet per il footer */
#footer {
	margin:0px;
	padding: 0px;
	/*width: 762px;*/
	color: #000000;
	background-color: #F2F2F2;
	text-align: left;
	
}
div.pad5 {
	margin:0;
	padding: 0;
	height: 5px;
	display: none;
}
#footer_menu {
	/*float: left;*/
	text-align: center;
	/*width: 454px;*/
	vertical-align: middle;
	padding: 20px 0px 10px 30px;
	display: none;
}
	
#footer_menu a{
	color: #3A3A3A;
}
#footer_wt{
	padding: 10px;
	/*float: left;*/
	/*width: 550px;*/
	background-color: #3A3A3A;
	color: #FFFFFF;

}
/*************************************/



/************    box content e box a destra*************************/
#left1{
	float: none;
	/*width: 500px;*/ /****   modificato per stampa***/   
	padding: 0;
	background-image: url(../img/bkg_content.jpg);
	background-repeat: repeat-y;
	text-align: justify;
	width: 100%;
	display: block;
}

#colonna_dx {				
	background-color: #3A3A3A;
	color: #FFFFFF;
	float: none;
	margin: 0;
	padding: 0;
	/*padding: 10px 17px 0 17px;*/
	width: 100%; /****   modificato per stampa***/   
	text-align: left;
}

#pad_colonna_dx{										
	background-color: transparent;
	padding: 0px;
	
}

.tit_colonna_dx {	/*   questo serve MB  */ 
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3A3A3A;
	padding-right: 5px;
}
.bkg_tit_colonna_dx{ 			/*mb*/
	/*width: 244px;*/
	background-image: url(../img/bkg_tit1.gif);
	background-repeat: no-repeat;
	height: 15px;
	background-position: right;
	/*float: left;*/
	margin-bottom: 10px;
}

#spacer_tratt{
	background-image: url(../img/divisore_orizzontale_grigio.gif);
	height: 20px;
	background-repeat: repeat-x;
	background-position: center;

}


/*************************************/



/******************   box a dx (partners o pagamenti online)*******************/
#box{
	background-color: #F2F2F2;
	/*width: 232px;*/
	text-align: left;
	padding: 6px;
}

#main div.titoloBox {
	/*font: bold 20px/normal "Arial Narrow", Arial, sans-serif;*/
	color: #000000;
	background-color: transparent;
	font-weight: bold;
}
/*************************************/


/******************    MENU   *******************/
#menu { 
	/*width: 762px;*/
	height: 30px;
	background-image: url(../img/bkg_menu.gif);
	background-color: transparent;
	text-align: left;
	vertical-align: bottom;
}

#menu td {	
	font-size: 12px;
	padding: 3px 10px 3px 10px;
	font-weight: bold;
	}

#menu a {
	text-decoration: none;
	color: #3A3A3A;
}
#menu a.current {
	text-decoration: none;
	color: #3A3A3A;
	background-color: #FFFFFF;
}
#menu a:hover.current {
	text-decoration: underline;
	color: #3A3A3A;
	background-color: #FFFFFF;
}

#menu  td.current {		
	padding: 3px 10px 3px 10px;
	color: #000000;
	background-color: #FFFFFF;
}
/*************************************/





/******************    MENU FOOTER  *******************/
#menuFooter { 
	/*width: 762px;*/
	height: 20px;
	background-image: url(../img/bkg_menu.gif);
	background-color: transparent;
	text-align: left;
	vertical-align: bottom;
	padding-right: 0px;
	display: none;
}

#menuFooter td {	
	font-size: 10px;
	padding: 3px 7px 2px 6px;
	font-weight: bold;
	}

#menuFooter a {
	text-decoration: none;
	color: #3A3A3A;
}
#menuFooter a.current {
	text-decoration: none;
	color: #3A3A3A;
	background-color: #FFFFFF;
}
#menuFooter a:hover.current {
	text-decoration: underline;
	color: #3A3A3A;
	background-color: #FFFFFF;
}

#menuFooter  td.current {		
	padding: 3px 7px 3px 6px;
	color: #000000;
	background-color: #FFFFFF;
	border-top: 1px solid #D8D8D8;
}
/*************************************/





/******************    MENU INTERNO  *******************/

table.menuInt td{
	height: 18px;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}
table.menuInt img{
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	height: 18px;
}


a.menuInt{
	color: #3A3A3A;
	font-weight: bold;
	text-decoration: none;
}
a.menuInt:visited{
	color: #3A3A3A;
	font-weight: bold;
	text-decoration: none;
}

a.menuInt:hover{
	color: #000000;
	text-decoration: underline;
}

a.menuInt_attivo{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.menuInt_attivo:visited{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.menuInt_attivo:hover{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}


/************************************/

/************** StyleSheet per il contenuto ****************/

#main {
	background-image: url(../img/bkg_content.jpg);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	width: 80%;
	color: #000000;
	/*display: block;*/
	text-align: left;
}

#main div.left { 				
	/*float: left;*/
	margin: 0;
	padding: 10px 10px 0px 10px;
	/*width: 195px;*/
	text-align: left;
	background: #F2F2F2;
	margin-right: 24px;
}
#main div.right {		
	/*float: left;*/
	margin: 0;
	padding: 10px 10px 0px 10px;
	/*width: 195px;*/
	text-align: left;
	background: #F2F2F2;
}

#main div.double {		
	/*float: left;*/
	margin: 0;
	padding: 10px 10px 0px 10px;
	/*width: 435px;*/
	text-align: left;
	background: #F2F2F2;
}

.divisore {
	margin: 0 auto;
	padding: 5px 0 15px 0;
}

.single {       /* questo serve MB*/ 
	margin: 0;
	padding: 0px 0px 0px 0px;
	/*width: 445px;*/
	text-align: left;
	background-color: transparent;
}


/* titolo box singolo */     
.titoloSingle { 
	font-size: 13px;
	font-weight: bold;
	color: #FE9705;
}

/* titolo box doppia colonna */
.titolo {	
	font-size: 13px;
	font-weight: bold;
	color: #FE9705;

}

.sottotitolo { 
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	
}

/* titolo box doppia colonna */
.titolo2 {	
	font-size: 11px;
	font-weight: bold;
	color: #FE9705;

}
/*************************************/




/******** StyleSheet per l'header ****************/
#header {
	margin: 0;
	padding: 0;
	/*width: 762px;*/
	text-align: left;
	/*background-position: top right;
	background-image: url(../img/testa_bkg.jpg);
	background-repeat: no-repeat;*/
}
/*************************************/



/******** box extranet ****************/

#extranet{
	display: none;
}

.extranet {
	border: 5px solid #FFFFFF;
	/*width:268px; */
	height:126px; 
	color: #FFFFFF;
	vertical-align: top;
}
.extranet td {
	padding: 10px;
	vertical-align: top;
}
/*************************************/


.titolo_pagina{
	font-size: 20px;
	font-weight: bold;
}



a.link{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a.link:visited{
	color: #6A6A6A;
	font-weight: bold;
	text-decoration: underline;
}

a.link:hover{
	color: #000000;
	text-decoration: none;
}

.bordo{
	border: #000000 1px solid;
}

.displayNONE {
	display: none;
}

#logo_stampa {
	display: inline;
}
