/*  By Emiliano de Gaetano */
body {
	padding: 0;
	background-image: url(imm/sfondo_mani.gif);
	background-attachment: fixed;
	border: 0px; /*scrollbar-base-color: #87CEEB;
	scrollbar-arrow-color: #4682B4;
	scrollbar-track-color: #1E90FF;*/
	}
	
.box {
	min-height: 100px; /* non &#232; interpetata da Internet Explorer */
	height: auto !important; /* serve per Opera, Mozilla e gli altri browser per sovrascrivere la terza dichiarazione che vincolerebbe in ogni caso l'altezza del box (cosa non prevista da min-height). Internet Explorer non d&#224; peso alla direttiva !important */
	height: 100px; /* &#232; interpretata solo da Internet Explorer poich&#233; per gli altri browser la seconda dichiarazione &#232; pi&#249; importante. In ogni caso Internet Explorer intepreter&#224; height come se si trattasse di min-height */
	margin: 1%;
	padding: 1%;
	color: #000;
	border: 0px;
	font: 1em georgia, serif;
	background: white url(imm/sfondo_mani.gif);
	text-align: center;
	border-bottom: 0px;
	background-attachment: fixed;
}

  a:link { background: transparent none repeat scroll 0%;
    color: rgb(44, 90, 222);
    font-family: TimesNewRoman,Times,serif;
    font-size: medium;
    text-align: center;
    
    }

  a:visited { background: transparent none repeat scroll 0%;
    text-decoration: none;
    color: rgb(0, 100, 0);
    font-family: TimesNewRoman,Times,serif;
    font-size: medium;
    text-align: center;
        }

  a:hover { background: transparent none repeat scroll 0%;
    color: rgb(31, 69, 177);
    text-decoration: none;
    font-size: large;
    
    }

  .titolotxtn {
	background: transparent none repeat scroll 0%;
	text-align: left;
	color: rgb(139, 69, 19);
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-style: italic;
	font-weight: bolder;
	list-style-type: square;
	list-style-image: none;
	list-style-position: outside;
	font-size: medium;
	list-style-image: url(puls/bullet.gif);
}

  .txtn {
	background: transparent none repeat scroll 0%;
	color: #105CE3;
	text-align: justify;
	font-style: normal;
	font-size: inherit;
	font-family: "Courier New",Courier,monospace;
	list-style-image: url(puls/bullet.gif);
}

  .txtnindirizzo {
	background: transparent none repeat scroll 0%;
	color: #105CE3;
	text-align: center;
	font-style: normal;
	font-size: inherit;
	font-family: "Courier New",Courier,monospace;
	list-style-image: url(puls/bullet.gif);
}
.txtngreen {
	background: transparent none repeat scroll 0%;
	color: #006400;
	text-align: left;
	font-style: normal;
	font-size: inherit;
	font-family: "Courier New",Courier,monospace;
	list-style-image: url(puls/bullet.gif);
	font-weight: bold;
}
  .servof { background: transparent none repeat scroll 0%;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: larger;
    color: rgb(0, 164, 1);
    text-align: center;
    
    }

  .sevofc { background: transparent none repeat scroll 0%;
    font-family: TimesNewRoman,Verdana,Arial,sans-serif;
    font-size: 11pt;
    font-weight: 600;
    font-style: italic;
    color: rgb(148, 0, 211);
    text-align: center;
    
    }

  .sevofcqual { background: transparent none repeat scroll 0%;
    font-family: TimesNewRoman,Verdana,Arial,sans-serif;
    font-size: 11pt;
    font-weight: 600;
    font-style: italic;
    color: rgb(148, 0, 211);
    text-align: left;
    
    }

  img { border: medium none ;
    }

  .qual { background: transparent none repeat scroll 0%;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: medium;
    font-style: italic;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    color: red;
    }
	 
.evidenzia {
	background-color:yellow;
	}
	 
.breadcrumb a{
	color: #666;
	text-decoration: none;
	padding-right: 20px;
	background: url(puls/bulletbread.png) no-repeat center right;
}
.breadcrumb a:hover{
	color: #F60;
	text-decoration: inherit;
}
.breadcrumb span{display: none}
.breadcrumb em{padding-right: 20px;color: #39c;font-style:normal; background: url(puls/bulletbread.png) no-repeat center right}
	 
	 
  .box1 {
	border: thick double #F4A460;
	margin: 1%;
	padding: 1%;
	background: url(imm/sfondo_mani_box.gif) repeat fixed 0%;
	min-height: 100px;
	height: auto ! important;
	color: navy;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bolder;
	font-size: 1em;
	line-height: normal;
	text-align: justify;
	list-style-image: url(puls/bullet.gif);
}

  .attenzione {
	background: transparent none repeat scroll 0%;
	font-family: TimesNewRoman,Verdana,Arial,sans-serif;
	font-size: 14pt;
	font-weight: 100;
	font-style: italic;
	color: red;
	text-align: center;
}

  .comsiti {
	background: transparent none repeat scroll 0%;
	font-family: TimesNewRoman,Verdana,Arial,sans-serif;
	font-size: small;
	font-weight: 600;
	font-style: normal;
	color: rgb(148, 0, 211);
	text-align: justify;
	
}

  .colnsot { background: transparent none repeat scroll 0%;
    text-align: left;
    color: rgb(19, 21, 255);
    font-style: italic;
    font-weight: bold;
    font-size: small;
    font-family: Arial,Helvetica,sans-serif;
    
    }

  .no_ul { list-style-type: none; }

/* Curato da Emiliano de Gaetano */