@charset "utf-8";
/* FORMATTAZIONE SCHEDE ______________________________*/	

.p_schede{
	padding:10px;
}

.p_schede h1{
	padding:.5em 0 .3em .5em;
	margin:0;
	font-size:20px;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-weight:bold;
	color: #244351;
}

.p_schede h2 {
	padding:.5em ;
	margin:0;
	color:#918E26;
	font-size:16px;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-weight:bold;
}

.p_schede h3 {
	padding:.5em .5em .0em .5em ;
	margin:0;
	color:#918E26;
	font-size:13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}




.p_schede p {
	padding:.5em 1em;
	font-size: 80%;
	line-height: 160%;
	margin:0;
}

.p_schede p.piccolo {

	padding:.2em 1em;
	color:#666;
	text-align:left;
	font-size: 70%;
	margin:0;
}

.p_schede ul {
	padding:.5em .5em;
	margin:0 0 0 20px;
	font-size: 80%;
	list-style:none;
}

.p_schede ul li {
	padding:0em .5em .2em 1.5em;
		line-height: 160%;
		background-image:url(immagini/select_no.gif);
		background-repeat:no-repeat;
		background-position:left top;
	}	
	
.p_schede table {
margin-left:10PX;
text-align:left;
width:95%;
font-size:11PX;
border:0;
}	
	
.p_schede td {
border-bottom:1px solid #ccc;
border-left:0;
border-right:0;
text-align:left;
border-top:0;
padding:5px;
}	

