body {
	margin: 0 0 1em 0;
	/*color: rgb(0,0,51);*/
	text-align:left;
}

.testo {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px}

/**************************************
	
	Posizionamento elementi e classi generali della Home page
 							
 **************************************/

#content_index
{	
	margin-top: 10px;
	width: auto;
	min-height: 350px;
	height: auto;
	text-align: center;
}

#content_abb
{	
	width: auto;
	min-height: 350px;
	height: auto;
	text-align: center;
}

#footer_index
{
	width: 100%;
	height: 130px;	
}

.introduzione_opera
{
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.intr_op
{
	text-align: justify;
	font-size: 14px;
	margin-right: 10px;
	list-style-type: disc;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	line-height: 1.5em;
}

.newlink
{
	text-align: center;
	margin-left: 60px;
	margin-right: 50px;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.newlink a:link
{
	color: #000;
}

a.newlink a:hover
{
	color: #FF0000;
}

.titolo_opera
{
	font-weight: bold;
	font-size: 20px;
}

.classimg img {
	border: none;
}

.classimg img a {
	text-decoration: none;
}

.testo_tab {
	color: #fff;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 15px;
	font-weight: bold;
	/*letter-spacing: 1px;*/
}

a.testo_tab_link, a.testo_tab_link:visited, a.testo_tab_link:hover {
	color: #fff;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.testo_tab_formulario {
	color: #fff;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
}

a.testo_tab_link_formulario, a.testo_tab_link_formulario:visited, a.testo_tab_link_formulario:hover {
	color: #fff;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;

}

.td_text {
	padding: 5px 3px;
}

/**************************************
	
	Posizionamento elementi della pagina Formulario
 							
 **************************************/

#head {
	width: 100%;
	height: 90px;
}

#head img{
	border: none;
}

#head img a{
	text-decoration: none;
}

div#tree {
	position: absolute;
	top: 100px;
	left: 0;
	width: 280px; /* 250 */
	height: 82%;
	overflow: auto;
}
div#content {
	margin-left: 280px; /* 250 */
}
div#lista div#sezioni {
	float: left;
}
div#lista div#pagination {
	float: right;
}
div#lista div#docs {
	clear: left;
}

div#doc div#doc_menu_L1 {
	float: left;
}
div#doc div#doc_menu {
	float: right;
}
div#doc div#estremi {
	clear: left;
}

div#docs a {
	text-decoration: none;
}

div#rimandi div#rim_sezioni {
	float: left;
}

div#rimandi div#rim_pagination {
	float: right;
}

div#rimandi div#rim_docs {
	clear: left;
}

div#currRamo {
	color: #444;
	line-height: 1.8em;
	border-bottom: 2px solid #0099cc;
	margin-bottom: 1em;
	display: block;
	text-transform: uppercase;
}

/**************************************************************************
	
	Elementi inizialmente nascosti
 							
 **************************************************************************/
div.divArt, div#doc, div#rimandi, div#rim_doc, div#lista {
	display: none;
}

/************************************************************************

							Classi generiche
 							
 ************************************************************************/

/* Menu orizzontale */
 
ul.h_menu {
	margin: 0 0 1em 0;
	padding: 0;
}

ul.h_menu li {
	list-style-type: none;
	margin: 0 2px;
	padding: 0 3px;
	display:inline;
	float: none;
	width: auto;
}
ul.h_menu li.selected {
	font-weight: bold;
}

/* Estremi */

p.est_descr, div#doc div#body h3 {
	font-size: 100%;
	font-weight: normal;
	text-align: justify;
	text-transform: uppercase;
	/*color: rgb(204, 0, 0);*/
	margin: 0;
	padding: 1em 0 0 0;
}
p.est_titolo, div#doc div#body h4 {
	font-size: 100%;
	font-weight: normal;
	color: #666;
	margin: 0;
	padding: 1em 0 0 0;
}
p.est_descrdoc, div#doc div#body h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 1em 0 0 0;
}
p.est_oggetto {
	font-size: 100%;
	font-weight: normal;
	text-align: justify;
	/*color: #666;*/
	margin: 0;
	padding: 1em 0 1em 0;
	border-bottom: 2px solid #0099cc;
	text-transform: uppercase;
}
p.est_login {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 1em 0 1em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p.est_nologin {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #003399;
	margin: 0;
	padding: 1em 0 1em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p.est_avviso {
	font-size: 100%;
	font-weight: bolder;
	text-align: justify;
	margin: 0;
	padding: 5px 5px 5px 5px;
	border-top: 2px solid #0099cc;
	border-left: 2px solid #0099cc;
	border-right: 2px solid #0099cc;
	text-transform: uppercase;
	font-size: 13px;
	color: #FF0000;
}
p.est_avvisolink {
	font-size: 100%;
	font-weight: bolder;
	text-align: center;
	margin: 0;
	padding: 5px 5px 5px 5px;
	border-bottom: 2px solid #0099cc;
	border-left: 2px solid #0099cc;
	border-right: 2px solid #0099cc;
	text-transform: uppercase;
	font-size: 13px;
	color: #FF0000;
}
p.est_avvisolink a{
	color: #FF0000;
	font-size: 18px;
}
p.est_avvisolink a:hover{
	color: #FF0000;
	font-size: 18px;
}
p.est_oggetto_navigaz {
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	/*color: #666;*/
	margin: 0;
	padding: 1em 0 1em 0;
	border-bottom: 2px solid #0099cc;
}

 /************************************************************************

							Albero
 							
 ************************************************************************/

div#tree div {
	padding: 2px 0 0 0.5em;
	line-height: 1.3em;
}
div#tree {
	margin-top: 50px;
	border-right: 2px solid #0099CC;
}
div#tree a {
	text-decoration: none;
	color: #000000;
}
div#tree a.expand {
	background-image: url(../immagini/expand.gif);
	background-repeat: no-repeat;
	padding: 2px 0 2px 18px;
	font-size: 11px;
}
div#tree a.collapse {
	background-image: url(../immagini/collapse.gif);
	background-repeat: no-repeat;
	padding: 2px 0 2px 18px;
}

div#tree a.leaf {
	background-image: url(../immagini/leaf.gif);
	background-repeat: no-repeat;
	padding: 2px 0 2px 18px;
}

div#tree a.leaf_selected {
	background-image: url(../immagini/leaf.gif);
	background-repeat: no-repeat;
	padding: 2px 0 2px 18px;
	color: #000093;
	font-weight: bold;
}

/************************************************************************

							Content
 							
 ************************************************************************/

div#content {
	border-left: 2px solid #0099cc;
	padding: 5px 1em;
}

a {color:#003399; text-decoration:underline}
a:visited {color:#000000; text-decoration:underline}
a:hover, a:active {color:#ff0000; text-decoration:none}

a.noun, a.noun:visited, a.noun:hover, a.noun:active  {color:#000000; text-decoration:none}

/************************************************************************

							Loading
 							
 ************************************************************************/

div#loading {
	background-image: url(../immagini/indicator.gif);
	background-color: #efefef;
	background-repeat: no-repeat;
	background-position: center left;
	padding: 20px;
	border: 2px solid #555;
	position: absolute;
	left: 35%;
	top: 45%;
	display: none;
}

/************************************************************************

							lista
 							
 ************************************************************************/

div#pagination {
	color: #666;
}
div#pagination span {
	margin-left: 2em;
}
div#docs a.descr_a {
	background-image: url(../immagini/child.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	padding: 0 0 0 11px;
}
div#docs a.descr_modul {
	/*background-image: url(../immagini/child.gif);
	background-repeat: no-repeat;
	background-position: left center;*/
	padding: 0 0 0 11px;
}
div#docs {
	border-top: 2px solid #0099cc;
	padding-top: 1em;
	line-height: 1.5em;
}
div#docs div.ogg {
	color: #666;
	line-height: 1em;
	padding-left: 11px;
}
div#docs span.ogg_modul {
	color: #666;
	line-height: 1em;
	font-style: italic;
}
div#docs div.d_art {
	padding: 0.7em 0 0 11px;
}

/************************************************************************

							doc
 							
 ************************************************************************/

div#doc div#estremi{
	border-top: 2px solid #0099cc;
}

div#doc iframe {
	width: 100%;
	height: 600px;
}
div#doc div#doc_back {
	margin: 0 0 1.5em 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

a.selected {
	color: #888;
}

div#doc p {
	margin-left: 0;
}

/************************************************************************

							rimandi
 							
 ************************************************************************/

div#rim_lista {
	border-top: 1px solid #ccc;
}

div#rim_caption {
	color: #444;
	line-height: 1.8em;
	margin-bottom: 1em;
}
div#rim_body {
	margin-top: 1.5em;
	border-top: 1px solid #ccc;
}
/************************************************************************

							header
 							
 ************************************************************************/

div#header {
	height: 64px;
}

div#currRamo {
	color: #444;
	line-height: 1.8em;
	border-bottom: 2px solid #0099cc;
	margin-bottom: 1em;
}

div#prn_header {
	color: #444;
	display: none;
}
div#prn_header h1 {
	font-size: 105%;
}
div#prn_header h2 {
	font-size: 95%;
}

/************************************************************************

							abstract
 							
 ************************************************************************/

 div#abstract {
 	display: block;
 }

 select {
	font-size: 12px;
 }

 option {
	font-size: 12px;
 }

 .tit_ricerca {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #003399;
	line-height: 1.5em;
 }

 a.tit_ricerca a:link {
	color: #003399;
 }

 div#tree_ricerca {
	position: absolute;
	top: 75px;
	left: 0;
	width: 338px; /* 250 */
	margin: 0;
	border-right: 1px solid #ccc;
 } 

 div#content_ricerca {
	margin-left: 338px; /* 250 */
 }

 div#tree_ricerca div {
	padding: 2px 0 0 0.5em;
	line-height: 1.3em;
}

/*div#tree_ricerca {
	margin: 0;
	border-right: 1px solid #ccc;
}*/
div#tree_ricerca a {
	text-decoration: none;
}
div#tree_ricerca a.expand {
	background-image: url(../immagini/expand.gif);
	background-repeat: no-repeat;
	padding: 2px 0 2px 18px;
}
div#tree_ricerca a.collapse {
	background-image: url(../immagini/collapse.gif);
	background-repeat: no-repeat;
	padding: 2px 0 2px 18px;
}

div#tree_ricerca a.leaf {
	background-image: url(../immagini/leaf.gif);
	background-repeat: no-repeat;
	padding: 2px 0 2px 18px;
}


div#content_ricerca {
	border-left: 1px solid #ccc;
	padding: 5px 1em;
}

.intro_ricerca {
	text-align: justify;
}

.elenco_voci {
	line-height: 2em;
	padding-left: 5px;
}

.voci_estremi {
	border-left: 1px dotted #FF0000;
	border-bottom: 1px dotted #FF0000;
}

.voci_parole {
	border-left: 1px dotted #FF0000;
}

.text_introsearch {
	border-bottom: 1px dotted #FF0000;
}

.voce {
	font-weight: bold;
	text-transform: uppercase;
}

div#tab_ricerche table{
	width: 100%;
	border: 3px solid #FF0000;
	background-color: #f5f5f5;
}

.intro_indice {
	text-align: justify;
}

fieldset {
	background-color: #CCEBF5;
	padding-left: 50px;
}

legend {
	background-color: #CCEBF5;
}

.logo-me 
{
	text-align:right;
	padding:5px; 
	vertical-align:bottom
}

.modul {
	color: #666;
	line-height: 2em;
	padding-left: 11px;
}

.modul a{
	color: #666;
	line-height: 1em;
	padding-left: 11px;
	text-decoration: none;
}

/*******************************************************/
/*    MODIFICA STILE DI ANTEPRIMA HTML DEI FORMULARI   */
/*******************************************************/

div#body {
	font-family: Arial !important;
	font-size: 11px !important;
	font-weight: normal !important;
}

div#body table {
	border-style: none !important;
	font-weight: normal !important;
}

div#body td {
	/*border: 1px solid #000 !important;*/
	padding: 10px 10px 10px 10px !important;
	font-family: Arial !important;
}

/****************************************************/
span.verstamp {
	font-size: 13px;
	font-weight: bold;
}

.nota_finale {
	font-family: Verdana;
	font-size: 10px; 
	text-align: center;
	border-top: 1px solid #0099CC;
	padding-top: 7px;
	margin-left: 15%;
	margin-right: 15%;
	font-weight: bold;
	color: #003399;
}

.aa {
	padding: 2px 2px 2px 2px;
}
/* azzurrino -> #0099CC */
/* blu -> #003399 */


div#lista div#docs_codice {
	clear: left;
}

div#docs_codice a {
	text-decoration: none;
}

div#docs_codice a.descr_a {
	background-image: url(../immagini/child.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	padding: 0 0 0 11px;
}
div#docs_codice a.descr_modul {
	/*background-image: url(../immagini/child.gif);
	background-repeat: no-repeat;
	background-position: left center;*/
	padding: 0 0 0 11px;
}
div#docs_codice {
	padding-top: 1em;
	line-height: 1.5em;
}
div#docs_codice div.ogg {
	color: #666;
	line-height: 1em;
	padding-left: 11px;
}
div#docs_codice span.ogg_modul {
	color: #666;
	line-height: 1em;
	font-style: italic;
}
div#docs_codice div.d_art {
	padding: 0.7em 0 0 11px;
}

div#body_codice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#testo_abb
{
	text-align: justify;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#testo_istr
{
	text-align: justify;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.sezione_abb, .sezione_istr
{
	font-size: 13px;
	padding-left:7px;
	padding-right:7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.titolo_sezione_abb
{
	font-size: 14px;
	font-weight: bold;
	padding-left:7px;
	padding-right:7px;
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.sezione_abb_list
{
	font-size: 13px;
	padding-left:7px;
	padding-right:7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.navigatore
{
	border-top: 1px solid #003399;
	border-bottom: 1px solid #003399;
	padding: 3px 7px;
	font-size: 13px;
	font-weight: bold;
	/*background-color: #0099CC;*/
	background-color: #99D6EB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.table_abb {
	text-align: center;
	font-size: 13px;
}

#fine_doc {
	text-align: right;
	margin-bottom: 1px;
	margin-right: 14px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 120%;
	letter-spacing: 1px;
	margin: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	text-align: center;
	padding-top:7px
}

#stampa_abb {
	text-align: right;
	margin-bottom: 1px;
	margin-right: 14px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.ind_istr
{
	text-transform: uppercase;
}

.intro_importante
{
	font-weight: bold;
}

.linktoindice
{
	text-align: right;
	padding-right: 7px;
	font-size: 13px;
}

#form_auth
{
	/*border: 2px solid #0099cc;*/
	margin: 10px auto;
	text-align: center;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	width: 70%;
	color: #003399;
}

#error
{
	border: 2px solid #003399;
	margin: 10px auto;
	text-align: center;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	width: 50%;
	color: #003399;
	letter-spacing: 1px;
	line-height: 1.5em;
}

.nota {
	font-size: 15px;
	font-weight: bold;
	text-align: justify;
	border: 2px solid #FF0000;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.strillo {
	text-align: justify;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 20px auto;
	line-height: 1.5em;
	border: 1px solid #99d6eb;
	padding: 5px 5px 5px 5px;
	width: 95%
}

.strillo a {
	color: #003399;
}

.strillo a:hover {
	color: red;
}

.level0 {
	font-weight: bold;
	font-family: Verdana, Arial; 
	font-size: 11px;
	margin: 3px 3px 3px;
	text-transform: uppercase; 
	background-color: #fff; 
	color: #003399; 
	text-align: center;
}

.tab_spot {
	border: none; 
	margin: 0 auto; 
	width: 80%; 
	font-weight: bold;
	padding: 5px 5px 5px 5px; 
	color: #003399;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.tab_spot a {
	font-weight: normal;
	font-size: 14px;
	color: #003399;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.tab_spot a:hover {
	font-weight: normal;
	font-size: 14px;
	color: #003399;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.numModuli {
	color: #f00;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

.firstLine {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
}

.secondLine {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.elencoVociAgg
{
	line-height: 2em;
}

.agg
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

img
{
	border: none;
}

img a
{
	border: none;
}
