/* stile_body */
body{
padding:0px;
/*margin:1px;*/
margin-left: auto;
margin-right: auto;
width: 770px;
/**/
border: 1px solid #777777;
font: 12px/20px verdana, arial, helvetica, sans-serif;
color: #333; background-color: #ffffff;
text-align: justify;
}
/**/
h1{
margin: 30px 0px 15px 0px;
padding: 0px;
font-size:22px; /*24 28*/
line-height:28px;
font-weight:900;
color:#575757;
background-color: inherit;
}

h2{
color:#575757; background-color: inherit;
font-size:16px; /*18*/
}
h3{
color:#575757; background-color: inherit;
font-size:14px;
}
h4{
color:#575757; background-color: inherit;
font-size:12px;
padding:0;
margin: 5px 0 5px 0;
}
/**/
p{
font: 12px/20px verdana, arial, helvetica, sans-serif;
margin: 0px; /*margin:0px 0px 10px 0px;*/ /*IE sente 10, FF no*/
padding:0px;
}
#Content>p {margin:0px;}               /*Serve per definire di quanto indentare p */
/*#Content>p+p {text-indent:30px;} */ /*Serve per definire di quanto indentare i p successivi*/
/**/
/*-----------my---------*/
b.color, i.color{ /*per apertura e info utili*/
color:#777777; /*#A1C5D1*/
background-color: #ffffff;
}
i.center{
text-align: center;}

hr.lineaseparazione{
height: 1px;
/**size: 1px;**/
}
/*--------------------------------------------------------------------------------------------------------*/
/*Per lista esempi */
ul.none{
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;  
list-style-position: outside;
list-style-type: none;
}
/*Per lista incentivi lettere latine minuscole*/
ol.lalpha{
padding: 0px 0px 0px 0px;
text-align: justify;
display: block;
list-style-type: lower-alpha; 
list-style-position: outside;   
}
ol.lalpha li{
padding: 0px 0px 0px 0px;
margin-left: 5%;
}
/*------------------------------------------------------------*/
/*Per pagina di apertura guida */
ul.apertura{
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px; /*10%*/ 
list-style-position: outside;
list-style-type: none;
}

ul.apertura-right{
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px; 
list-style-position: outside;
list-style-type: none;
text-align: right;
}
/*------------------------------------------------------------*/
/*Proprieta' linea di separazione di fine pagina*/
#table-lineafinepagina{width: 100%;}
#td-lineafinepagina{width: 100%;
line-height: 1%;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px; 
border-width: 1px 0px 0px 0px;
border-style: solid;
border-color: #777; /*grigio scuro*/
}
/*-----------end my---------*/
a:link {color:#777; 	background-color: inherit;}
a:visited {color:#a9a9a9; 	background-color: inherit;}
a:hover {color: inherit; background-color:#f3f3f3;}
/*--------------------------------------------------------------------------------------------------------*/
/*Struttura div*/
#Barra-Top {
margin:20px 0px 10px 0px; /*margin:50px 0px 10px 0px;*/
color:#575757; background-color: #ffffff;
font-size:30px;
line-height:24px; /*interlinea*/
text-align: right;
}
/**/
#Header {
margin:25px 0px 10px 0px; /*margin:50px 0px 10px 0px;*/
padding:17px 0px 0px 20px;
/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
height:33px; /* 14px + 17px + 2px = 33px */
border-style:solid;
border-color: #333; /*black;*/
border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
line-height:11px;
color: inherit; background-color: #edf3f7;
/*font-size: 16px; my*/
/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
voice-family: "\"}\"";
voice-family:inherit;
height:14px; /* the correct height */
}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:14px;}


#Content{
margin:0px 20px 50px 180px; /*200*/ 
padding:10px;
}

#Content td{
	padding-right: 3px; 
	padding-left: 8px; 
}

#Content ul{
   margin-left: 30px;
	margin-right: 12px; 
	margin-bottom: 5px;
	margin-top: 5px;
	padding:0;
}


/*#Content h2.blockquote{
color:#575757; background-color: inherit;
font-size:14px;
text-align: right;
}
#Content  p.center{
text-align: center;}*/
/* ------------------------------------------ */
/**/
#Content blockquote {
color: inherit; background-color: #edf3f7;
margin-left: auto;
margin-right: auto;
padding: 10px;
}
/**/   
#Content h2.esempi-right{
color:#575757; background-color: inherit;
text-align: right;
}
#Content h2.esempi-left{
color:#575757; background-color: inherit;
text-align: left;
}
#Content h3.esempi{
color:#575757; background-color: inherit;
font-size:12px;
margin-top: 2px; 
margin-bottom: 2px; 
}
#Content p.center{
/*padding-left: 10px;
margin-left: auto;
margin-right: auto;
width: 500px;*/
text-align: center;
}
#Content p.center-RSA{
padding-left: 13px; /*13px;*/
margin-left: auto;
margin-right: auto;
}
#Content p.right{  /*per autore citazione*/
color:#575757; /*#A1C5D1*/ background-color: inherit;
text-align: right;
margin-right: 10px;
}
#Content p.citazione{  /*per citazione*/
color:#575757; /*#A1C5D1*/ background-color: inherit;
text-align: justify;
margin: 10px 10px 10px 100px;
}

#Content-Esempio{
padding-left: 15px;
padding-right: 15px;
margin-left: auto;
margin-right: auto;}

#Content-Esempio p.right{  /*per autore citazione*/
color:#575757; /*#A1C5D1*/ background-color: inherit;
text-align: right;
margin-right: 10px;
}
#Content-Esempio p.citazione{  /*per citazione*/
color:#575757; /*#A1C5D1*/ background-color: inherit;
text-align: justify;
margin: 10px 10px 10px 100px;
}


