A:link {
	text-decoration: none;
	border-style: none;
	
}

A:visited {
		text-decoration: none;
		border-width: 0px;
		border-style: none;
}

A:active {

	text-decoration: underline;
	border-width: 0px;
    border-style: none;
	color:red;
}

A:hover
{
	COLOR: #FF6347;
	TEXT-DECORATION: underline
}





.tooltip {
	height:100%; width:100%;
	background-color: #DFFDDA;
	border-color: #318D5D; border-width: 1px; border-style: solid;
	font-family:Tahoma; font-size:10px; font-weight:bold;
	text-align: center; text-decoration:none;
}

BODY {
	COLOR : #000000;
	FONT-FAMILY : Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-Regular, Lucida, sans-serif;
	FONT-SIZE : 12px;
	margin-bottom:0;
	margin-top:0;
	margin-left:0;
	margin-right:0;
}

.topFrame {
	BackGround : #ffffff url(../img/intranet_background.gif) repeat-y ;
	Margin-Left : 0px;
	Margin-Top : 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding : 0px;
}

.barraFrame {
	BackGround : #ffffff;
	Margin-Left : 0px;
	Margin-Top : 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding : 0px;
}

TD {
	COLOR : #000000;
	FONT-FAMILY : Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-Regular, Lucida, sans-serif;
	FONT-SIZE : 12px;
}

.titoloContesto {
	FONT-FAMILY : Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-Regular, Lucida, sans-serif;
	FONT-SIZE : 12px;
	color:#CC0000;
	font-weight:bold;
}

INPUT, SELECT  { 
	COLOR : #1B4D86; 
	FONT-FAMILY : Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; 
	FONT-SIZE : 12px; 
}

.bianco {
	COLOR : #FFFFFF;
}
.btnverde {
	background-color: #D4F0D5;
}

.btnrosso {
	background-color: #FF8A8A;
}
.btngiallo {
	background-color: #FFFF99;
}


INPUT.white {
	font-family: Arial;
	font-size: 14;
	background-color: #CECECE;
	border-color:#ffffff;
	border-width:em;
	border-bottom-color:#0000dd;
}

BUTTON.white {
	WIDTH: 26px;
	height: 24px;
	cursor: pointer;
	font-family: Verdana;
	font-size: 11;
	background-color: #ffffff;
	border-color:#ffffff;  
	border-width:em;
	border-bottom-color:#0000dd;
	
}

div#navigation{
    background-color: #f0f0f0;
    border-bottom: 2px solid #93002D;
    padding-left: 20px}

div#navigation ul{
    list-style-type: none;
    margin: 0;
    padding: 0;}

div#navigation li{
    display: inline;
    margin: 0;
    padding: 0}

div#navigation li a{
    text-decoration: none;
    border-top: 1px solid #787878;
    border-left: 1px solid #787878;
    border-right: 1px solid #787878;
    padding: 0px 0.3em;
    background: #ccc;
    color: #393939;
}

div#navigation li a:hover{
    background-color: #f0f0f0}

div#navigation li#activelink a{
    border-bottom: 2px solid #fff;
    border-top: 2px solid #F39D2C;
	border-left: 2px solid #F39D2C;    
	border-right: 2px solid #F39D2C;	
    background-color: #fff;
    color: #393939;
    font-weight : bold;
} 

INPUT.menuPath {
	background-color:#FFFFFF;
	border:0;
	COLOR : #000000;
	text-valign=top;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: #003366; font-weight: bold
}    



/* 	AGGIUNTI DA NICOLA PER TEST */

.tableList {
	border-style: none;
	border: 0px ;
	width: 100%;
	
}
th {
    font-weight : normal; 
}

thead tr {
  display: table-row ;
  background-color:  #D0D0D0;

/*  background-color: #FAD3A0;*/

  FONT-SIZE : 12px;
  font-weight : normal; 
}
th.sorted {
/*    background-color: blue;*/
    width: 100%;
}
th a, th a:visited {
  color: black;
}


th a:hover {
 	text-decoration: underline;
  	color: black;
  	background-color: none;
}

/*th.sorted a, th.sortable a {
	background-position: right;
	display: block;
	width: 100%;
}*/
th.sortable a {
	background-image: url(../img/arrow_off.png);
	background-repeat: no-repeat;
}
th.order1 a {
	background-image: url(../img/arrow_down.png);
}
th.order2 a {
	background-image: url(../img/arrow_up.png);
}
tr.odd {
  display: table-row ;
  background-color: #ECECEC;
}
tr.tableRowEven, tr.even {
  display: table-row ;
  background-color: #ECECEC;
}


table.report td, table.report th{
	font:         menu;
}
table.report th{
	background:   buttonface;
	border-width: 1px;
	border-style: solid;
	border-color: threedhighlight threedshadow threedshadow threedhighlight;
	cursor:       hand;
}
table.report idcol {
	background: buttonface;
}

table.report tr.even{
	background-color: #399;
}
table.report tbody {
	height: 100px;
	overflow: auto;
}

table.report {
	height: 120px;
	overflow: auto;
}

table.report tbody tr{
	height: 10px;
}


table.mark td.tableCellError {
	background-color: #d00;
	color: #fff;
}

tr.sfondobianco{
	background-color: #FFFFFF;
}
tr.sfondorosso{
	background-color: #FFA4A4;
}
tr.sfondoverde{
	background-color: #CCFFCC;
}

table.sublist {
	margin: 0 0 0 0;
	width: 100%;
}
table.sublist td, table.sublist th {
	width: 50%;
}

div.exportlinks {
	background-color: #eee;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	margin: -10px 0 10px 0;
	width: 79%;
}

.riquadrato {
	background-color: #eee;
	border: 1px dotted #999;
}
span.export {
	padding: 0 4px 1px 20px;
	display:inline; display:inline-block;
	cursor: pointer;
}

span.excel {
	background-image: url(../img/ico_file_excel.png);
}
span.csv {
	background-image: url(../img/ico_file_csv.png);
}
span.xml {
	background-image: url(../img/ico_file_xml.png);
}
span.pdf {
	background-image: url(../img/ico_file_pdf.png);
}

span.pagebanner {
	
	left:300px;
	background-color: white;
/*	border: 1px dotted #999;*/
	padding: 4px 4px 2px 4px;
/*	width: 100%;*/
	margin-top: 1px;	
	display:block;
	border-bottom: none;
	text-align: center;
	font-weight: bold;
}

span.pagelinks {
	
	left:300px;
	background-color: white;
/*	border: 1px dotted #999;*/
	padding: 2px 4px 6px 4px;
/*	width: 100%;*/
	display:block;
	border-top: none;
	margin-bottom: -5px;
	text-align: center;
	font-weight: bold;
}





/*
.red0 { COLOR : #CC0000; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 10px; }
.red0-bold  { COLOR : #CC0000; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 10px; font-weight: bold; }
.red1 { COLOR : #FF0000; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 11px; }
.red1-bold  { COLOR : #FF0000; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 11px; font-weight: bold; }
.red1b { COLOR : #CC0000; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 11px; }
.red1b-bold  { COLOR : #CC0000; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 11px; font-weight: bold; }
.red2 { COLOR : #D22441; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 15px; }
.red2-bold  { COLOR : #D22441; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 15px; font-weight: bold; }
.red3 { COLOR : #D22441; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 18px; }
.red3-bold  { COLOR : #FF0000; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 18px; font-weight: bold; }
.red3b-bold  {
	COLOR : #D22441;
	FONT-FAMILY : Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE : 22px;
	font-weight: bold;
	line-height: normal;
	font-style: normal;
}



.gray0 { COLOR : #7F7F7F; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 10px; }
.gray0-bold { COLOR : #7F7F7F; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 10px; font-weight: bold; }
.gray1 { COLOR : #7F7F7F; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 11px; }
.gray1-bold { COLOR : #7F7F7F; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 11px; font-weight: bold; }
.gray1-bold2 { COLOR : #666666; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 11px; font-weight: bold; }


.cyan0 { COLOR : #6699CC; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 10px; }
.cyan0-bold  { COLOR : #6699CC; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 10px; font-weight: bold; }
.cyan1 { COLOR : #6699CC; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 11px; }
.cyan1-bold  { COLOR : #6699CC; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 11px; font-weight: bold; }
.cyan2 { COLOR : #6699CC; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 14px; }
.cyan2-bold  { COLOR : #6699CC; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 14px; font-weight: bold; }
.cyan3 { COLOR : #6699CC; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 18px; }
.cyan3-bold  { COLOR : #6699CC; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 18px; font-weight: bold; }
.cyan3b-bold  { COLOR : #0377BC; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 18px; font-weight: bold; }


.whit0 { COLOR : #FFFFFF; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 10px; }
.whit0-bold  { COLOR : #FFFFFF; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 10px; font-weight: bold; }
.whit1 { COLOR : #FFFFFF; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 11px; }
.whit1-bold  { COLOR : #FFFFFF; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 11px; font-weight: bold; }
.whit2 { COLOR : #FFFFFF; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 14px; }
.whit2-bold  { COLOR : #FFFFFF; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 14px; font-weight: bold; }
.whit3 { COLOR : #FFFFFF; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 18px; }
.whit3-bold  { COLOR : #FFFFFF; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 18px; font-weight: bold; }

.blu1 { COLOR : #000099; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 11px; }
.blu1-bold { COLOR : #000099; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 11px ; font-weight: bold; }
.blu1b-bold { COLOR : #1B4D86; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 11px ; font-weight: bold; }
.blu2-bold  { COLOR : #1B4D86; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 12px; font-weight: bold; }


.orange0 { COLOR : #ECC013; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 10px; }
.orange0-bold  { COLOR : #ECC013; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 10px; font-weight: bold; }
.orange1 { COLOR : #ECC013; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 11px; }
.orange1-bold  { COLOR : #ECC013; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 11px; font-weight: bold; }
.orange2 { COLOR : #ECC013; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 14px; }
.orange2-bold  { COLOR : #ECC013; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 14px; font-weight: bold; }
.orange2b-bold  { COLOR : #EA9515; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 14px; font-weight: bold; }
.orange3 { COLOR : #ECC013; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 18px; }
.orange3-bold  { COLOR : #ECC013; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 18px; font-weight: bold; }


.black1  { COLOR : #000000; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 11px; }
.black1-bold  { COLOR : #000000; FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-regular, Lucida, sans-serif; FONT-SIZE : 11px; font-weight: bold; }

.blu_rete_rt {
	COLOR : #0033cc;
	FONT-FAMILY : Verdana, Arial, Trebuchet MS, Helvetica, Geneva, Swiss, SunSans-Regular, Lucida, sans-serif;
	FONT-SIZE : 12px;
}
*/

.mandatoryField {
	background-color: #ECECEC;
}

.messageTable {
	border: 100px ;
	border-color :red;
/*	background-color: yellow;*/
	width: 100%;
//	font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: darkred; font-weight: bold;
	
}



ul { 
	list-style: disc url('../img/doc.gif');
	margin:0;padding:0 2em;
}
li.menu { list-style: square url('../img/cartellachiusa.gif'); 
text-transform: uppercase;
line-height:1.5; 
}
li.menu a{ 
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: black; font-weight: normal;
	text-transform: uppercase;
}

li.menu a:hover{ 
text-decoration:underline;
}



li.noFoglie { list-style: square url('../img/cartellachiusa.gif'); 
text-transform: uppercase;
cursor: default;
line-height:1.5; 
}
li.noFoglie a{ 
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: black; font-weight: normal;
	text-transform: uppercase;
	cursor: default;
}

li.noFoglie a:hover{ 
text-decoration:none;
cursor: default;
}



li.voce_dizionario a{
	font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; color: red; font-weight: normal;
	text-transform: none;
	line-height:1.5; 
}



li.pratica_uso a{
	font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; color: red; font-weight: normal;
	text-transform: none;
	line-height:1.5; 
}
li.best_practice a{
	font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; color: green; font-weight: normal;
	text-transform: none;
	line-height:1.5; 
}
li.pratica_provinciale a{
	font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; color: blue; font-weight: normal;
	text-transform: none;
	line-height:1.5; 
}


.titoli_principali { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: #003366; font-weight: bold}
.titoli_principali_giallo { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: #003366; font-weight: bold; background: #FFFFE0;}
.titoli_principali_grigio { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: #003366; font-weight: bold; background: #EBEBEB;}

.menu_sezione { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; color: #333333; font-weight: normal}
.titoli_di_help { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; color: #000000; font-weight: normal}

.messaggi_conferma { 
text-align: center;
font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: darkred; font-weight: bold
}
.titoli_descrizioni { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: #333333; font-weight: normal }

.linkToolTip {
cursor: pointer;
}

.menu_navigatore {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; color: #000000; font-weight: bold}
.menu_navigatore_corsCopia { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: italic; color: #333333; font-weight: normal}
.black { color:#000000; font-family:Tahoma; font-size:10px; text-decoration:none;}

.linkSottolineato{
font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: blue; font-weight: normal;
}

a.linkSottolineato:hover{
font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: blue; font-weight: normal;
text-decoration:underline;
}


.puTable {
width:150px;
text-decoration:none; 
border-style:solid; 
border-color:#93002D; 
border-width:1px;
font-family:Arial, Helvetica, sans-serif;
color:#93002D;
font-weight:bold;
text-decoration:none;
}
.puTable a {
width:150px;
text-decoration:none; 
border-style:solid; 
border-color:#93002D; 
border-width:1px;
font-family:Arial, Helvetica, sans-serif;
color:#93002D;
font-weight:bold;
text-decoration:none;
}

.ppTable {
text-decoration:none; 
border-style:solid; 
border-color:blue; 
border-width:1px;	
}

.bpTable {
text-decoration:none; 
border-style:solid; 
border-color:green; 
border-width:1px;	
}

.headerTable {
text-decoration:none; 
border-style:solid; 
border-color:#FF9900; 
border-width:1px;	
}
.rosso{
	color: red;
}
.textbox_giallo{
	background: #FFFFE0;
}
.textbox_grigio{
	background: #EBEBEB;
}
.textboxrosso{
	background-color: Red;
}
.textboxverde{
	background-color: #90EE90;
}

a.pulsanti_small, a.pulsanti_small:link, a.pulsanti_small:visited{
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-color: #778899;
	color: #FFFFFF;
	width: auto;
	padding-left: 4px;
	padding-right: 4px;
	font-family: Arial;
	font-size: 7pt;
	text-decoration: none;
}
a.pulsanti_small:hover, a.pulsanti_small:active{
	border: 1px solid #CCCCCC;
	background-color: #CCCCCC;
	color: #FFFFFF;
	width: auto;
	padding-left: 4px;
	padding-right: 4px;
	font-family: Arial;
	font-size: 7pt;
	text-decoration: none;
}
.nascosto{
	 display:none;
	 color:#FFFFFF;
}

