/* 										*/
/* - - -  ELEMENTI DOM - - -	*/
/* 										*/

body 
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, arial, sans-serif;
	color: black;
	background: #FF6400 url(../images/sun-bg.jpg) no-repeat bottom fixed;  	/* Colore centrale dello sfondo: #ff9b2c */
	text-align: center;
	margin: 0 auto 0 auto;
}

#document_box { 
	text-align: left;
	position: relative;
	width: 600px;
	margin: 4px auto 0 auto;
	padding: 0;
}

a {
	color: #017;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #f00;
	text-decoration: underline;
}

dfn {
	letter-spacing: 1px;
	font-style: normal;
}

kbd {
	font-size: 1.2em;
	font-weight: bold;
	white-space: nowrap;
}

.math_power {
	font-size: 0.65em;
	vertical-align: super;
}

strong {
	font-family: Georgia, Times, "Times New Roman", Palatino, serif;
	font-size: 1.2em;
	line-height: 1.3em;
	font-style: italic;				/* attenzione!! Devastante; questo provoca uno sminchio su IE/Win (e non so dove altro) di qualche pixel. Provare per credere! */
	font-weight: normal;
}

cite {
	font-family: Georgia, Times, "Times New Roman", Palatino, serif;
	font-size: 1em;
	font-style: italic;				/* attenzione!! Devastante; questo provoca uno sminchio su IE/Win (e non so dove altro) di qualche pixel. Provare per credere! */
	font-weight: normal;
}

em {
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	font-size: 0.95em;
}


h3 {
	font-size: 0.95em;
	margin-top: 1.5em;
	letter-spacing: 1px;
	font-weight: bold;
	color: #001E48;
  }
  
  #maincontent_box p {
	font-size: 0.8em;
	text-align: justify;
	text-indent: 1em;
	margin-left: 0em;
	line-height: 1.4em;
 }
 
   #maincontent_box li {
	font-size: 0.8em;
	text-indent: 0;
	margin-left: 0em;
	line-height: 1.3em;
	list-style: circle;
	margin-bottom: 0.5em;
 }
 
  #maincontent_box p.p_left {
	text-indent: 0em;
	margin-left: 1em;
 }
 
  #maincontent_box table {
	font-size: 0.8em;
	text-align: justify;
	line-height: 1.3em;
 }


  #maincontent_box table {
	width: 560px;
	border-collapse: collapse;
	border-color: #666;
	margin-bottom: 10px;
	margin-top: 10px;
} 

  #maincontent_box caption {
	font-family: Georgia, Times, "Times New Roman", Palatino, serif; 
	text-align: left;
	font-style: italic;
	border-bottom: 1px dotted #f60;
	margin-bottom: 0.5em;
	margin-top: 25px;
	font-size: 1.2em;
} 

  #maincontent_box th {
	padding: 0.5em 0 0.5em 0;
	font-weight: normal;
	font-variant: small-caps;
	text-align: center;
	border-color: #666;
	border: 0;
} 
  #maincontent_box th.th_narrow {
	width: 8em;
} 

  #maincontent_box td {
	font-size: 0.95em;
	text-align: center;
	border-color: #666;
	line-height: 1.8em;
} 

  #maincontent_box td.td_left {
	text-align: left;
	padding-left: 1em;
	padding-right: 1em;
} 

  #maincontent_box tr.tr_even td {
	background-color: #FF6501;
} 
  #maincontent_box tr.tr_odd td {
	background-color: #FF9B2C;
} 
 
#maincontent_box dl {
	font-size: 0.8em;
	text-align: justify;
	text-indent: 1em;
	line-height: 1.3em;
 }

 form, input {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}

fieldset { 
margin: 0;
border: solid 0; /* bisogna scriverlo cosi' per un bug di opera */
padding: 0; 
} 
legend { 
display: none;
} 


