/* CSS Document */
TABLE.gestione{
	margin: 0 1% 0 1%;
	/*width: 98%;*/
	border: 1px solid #999999;
}
TABLE.gestione TD {
	padding: 0 0 0 5px;	
}
TABLE.gestione TH {
	text-align: left;
	padding: 0 0 0 5px;
	color: black;
	font-size:12px;
	font-weight:  bold;
}
/*TABLE.gestione TR {
	height: 20px;
}*/
acronym{
	cursor:help;
	background-color: #99FFFF;
}
.bordo-dx {
	border-right: 1px dotted #CCCCCC;
	padding-bottom: 2px;
	text-align: left;
}
.bordo-dx-c {
	border-right: 1px dotted #CCCCCC;
	padding-bottom: 2px;
	text-align: center;
}
.bordo-sx-dx {
	border-left: 1px dotted #CCCCCC;
	border-right: 1px dotted #CCCCCC;
	padding-bottom: 2px;
	text-align: left;
}
.bordo-sx-sotto-dx {
	border-right: 1px dotted #CCCCCC;	
	border-left: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 2px;
	text-align: left;
}
.bordo-sotto-dx {
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 2px;
	text-align: left;
}
.bordo-sotto-dx-c {
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 2px;
	text-align: center;
}
.bordo-sotto-dx-r {
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 2px;
	padding-right: 3px;
	text-align: right;
}
.sfondo-arancio {
	background-color: #FFEFD5;
	height: 19px;
	width: auto;	
}
.sfondo-rosso {
	background-color: #FF9D9D;
	height: 19px;
	width: auto;	
}
.sfondo-giallo {
	background-color: #FFFFF0;
	/*height: 19px;*/
	width: auto;	
}
.sfondo-grigio{
	background-color: #E7E7E7;
	height: 19px;
	width: auto;	
}
.sfondo-grigio-chiaro{
	background-color: #F7F7F7;
	height: 19px;
	width: auto;	
}
.sfondo-bianco {
	background-color: White;
	height: 19px;
	width: auto;
}
.sfondo-celeste{
	background-color: #CCFFFF;
	height: 19px;
	width: auto;
}
/*.intestazione{
	font-weight: bold;
	border-top: 2px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	background-color:#E7E7E7;
}*/

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	text-align: left;
	/*margin: 0 0 0 0;
	padding: 0 0 0 0;*/
}
dl{
	margin-left: 5px;
}
dt{
	margin-top:10px;
	font-weight: bold;
}
.testo-mini{
	font-size: 9px;
}
a, a:link, a:visited{
	color: #0B55C4;
	text-decoration: underline;
}
a:active, a:hover{
	color:#028d6e;
	text-decoration: none;
	/*background-color:#FFFFCC;*/
}
.linktimbrature, .linktimbrature:link, .linktimbrature:visited{
	color: #000000;
	text-decoration: underline;
}
.linktimbrature:active, .linktimbrature:hover{
	color:#028d6e;
	text-decoration: none;
	/*background-color:#FFFFCC;*/
}
a.menu, a.menu:link, a.menu:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	padding: 5px 5px 5px 5px;
	margin: 2px 2px 2px 2px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	color: #999999;
	text-decoration: none;
	width: auto;
	background: ButtonFace;
}
a.menu:hover, a.menu:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	padding: 6px 5px 4px 5px;
	margin: 2px 2px 2px 2px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #333333;
	border-top: 1px solid #333333;
	color: #000000;
	text-decoration: none;
	background-color:#E7E7E7;
	width: auto;
}
.titolo{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:30px;
	/*color:#FF6600;*/
	color: #CE1C29;
	line-height: 100%;
}
.titolo2{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:22px;
	/*color:#FF6600;*/
	color: #2987D3;
	line-height: 100%;
}
.obbliga{
	color:#FF6600;
}
.alert_ok{
	color:#009900;
}
.alert_ko{
	color: #FF0000;
}
form{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.no-float{
	float:none;
	clear: both;
}

/* Begin Tooltips Definition */
a.info {
   position:relative;
	z-index: 1;
}
a.info span.tt {
   display:none;
}
a.info:hover span.tt { 
   display:block;
}
/* End Tooltips Definition */

/*Tooltips Formatting */

a.info:hover span.tt { 
   position:absolute;
   top:5px; 
   left:20px;
   width: 80px;
   border:1px solid #000;
   background-color:#F8F8CB; 
   color:#000;
   text-align:left;
   padding:6px;
   z-index: 2;
}

.sfondo-gialloc {
cursor: pointer;
	cursor:hand;
	background-color: #FF0000;
	height: 12px;
	width: auto;	
	font-weight:bold;
	color:#FFFFFF;
}
.sfondo-rossoc {
/*cursor: pointer;
	cursor:hand;*/
	background-color: #FF0000;
	height: 12px;
	width: auto;	
	font-weight:bold;
	color:#FFFFFF;
}
.sfondo-verdec {
/*cursor: pointer;
	cursor:hand;*/
	background-color: #028D6E;
	height: 12px;
	width: auto;	
	font-weight:bold;
	color:#FFFFFF;
}
.festa{
cursor:hand;
background-color:#FF0000;
border-top:1px solid #0474CA;
color:#FFFFFF;
font-weight:bold;
}
.seleziona{
background-color:#FF0000;
border-top:1px solid #0474CA;
color:#FFFFFF;
font-weight:bold;
}
.nofesta{
cursor:hand;
background-color:#FFFFFF;
border-top:1px solid #0474CA;
color:#000000;
font-weight:bold;
}
.sfondo-biancoc{
cursor:hand;
background-color: White;
height: 12px;
width: auto;
}