/*-------------------------STILI GENERICI-------------------------*/

html {
	margin: 0;
	height: 100%;
	width: 100%;
}
body {
	background: #F4F2E0 url(/images/bg_body.jpg) no-repeat fixed 960px top; 
	margin: 0;
	height: 100%;
	width: 100%;
}
td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
form {
	padding: 0;
	margin: 0;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #7f9db7;
}

.size_max {	/* large default */
	width: 99%;
}
.size_l {	/* large default */
	width: 250px;
}
.size_xl {	/* extra large */
	width: 350px;
}
.size_m {	/* medium default */
	width: 144px;
}
.size_s {	/* small */
	width: 90px;
}
.size_xs {	/* extra extra small */
	width: 50px;
}
.size_xxs {	/* extra small */
	width: 20px;
}

div.br {
	width:100%;
	clear: both;
	margin:0;
	padding:0;
	height:1px;
}

/*-------------------------STILI SPECIFICI-------------------------*/
#top {
	height: 31px;
	width: 100%;
	border:none;
}

#top form label {
	vertical-align: middle;
}

/*--------------------- la form di login ------------- */
#login{
	color: #424242;
	padding: 2px 0 2px 10px;
	margin: 0;
	text-align: left;
}

#form_login {
	display: inline;
}

#login img {
	border:none;
}

/*--------------------- la form di ricerca nel sito ------------- */
#cerca{
	color: #A8A8A8;
	padding: 2px 10px 2px 0;
	margin: 0;
	text-align: right;
}

.img_button {
	vertical-align: bottom;
	border:none;
}

/*- i menu laterali:

	prima in menu1 ci vanno tutti gli stili validi per tutti i menù
	in m_attualita, m_home e m_documenti ci vanno i colori specifici
	in aperto ci vanno quelli del menù aperto
-*/
#menu_laterale{
	margin: 0 1px 0 0;
	padding:0;
}
.menu_1 {
	font-size: 12px;
	color: #656565;
	text-decoration: none;
}

ul.menu_1 {
	margin:0;
	list-style:none;
	padding: 0 0 0 25px;
	background:url(../images/menu_voci.gif) 0 7px no-repeat;
}

ul.menu_1 {
}

ul.menu_1 li.first, ul.menu_1 li.first a {
	font-weight: bold;
}

ul.menu_1 li.ul { /* baco di exploder */
	height:auto !important;
	height:0;
}

ul.menu_1 li {
	border-bottom: 1px solid white;
}
ul.menu_1 li a {
	text-decoration: none;
	color: #656565;
}
ul.menu_1 li a:hover {
	text-decoration: underline;
}

ul.m_aperto {
	margin: 0 0 25px 0;
}
ul li.m_curr_menu a { /* primo livello */
	font-weight: bold;
}
ul.menu_2 {
	margin:0;
	list-style:none;
	padding: 0;
	color: #87B7DB;
}
ul.menu_2 li a {
	display: block;
	text-decoration: none;
	text-indent: -7px;
	font-weight: normal;
	color: #545454;
	padding: 0 0 0 12px;
}
ul.menu_2 li a:hover {
	text-decoration: none;
	color: #656565;
	background-color:#F3F2F0;
}
ul.menu_2 li.m_curr_menu a { /* secondo livello */
	font-weight: bold;
	color: #656565;
	background-color:#F3F2F0;
}

/*  colori e variazioni specifiche del menù documenti */
ul.m_documenti {
	background-image:url(../images/menu_documenti.gif);
}
ul.m_documenti li a {
	color: #B66A52;
}
ul.m_documenti ul.menu_2 li a {
	color: #C3A79E;
}
ul.m_documenti ul.menu_2 li a:hover {
	color: #B66A52;
}

/*  colori e variazioni specifiche del menù home */
ul.m_home {
	margin-top: 25px;
	background-image:url(../images/menu_home.gif);
	margin-bottom: 100px;
}
ul.m_home li a {
	color: #C9C9C9;
}

/*  colori e variazioni specifiche del menù attualità */
ul.m_attualita {
	background-image:url(../images/menu_attualita.gif);
}
ul.m_attualita li a {
	color: #346C9D;
}
ul.m_attualita ul.menu_2 li a {
	color: #85B6D6;
}

ul.m_attualita ul.menu_2 li a:hover {
	color: #346C9D;
}

.bg_menu{
	background-image: url(/images/bg_interno.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.istituzionale {
	display:block;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	height:22px;
	text-decoration: none;
	padding-top:9px;
}
.istituzionale:hover {
	background-color: #747474;	
}
/*-----------------fine i due menu*/

/** stili pezzi di editweb **/
.ew_sommario {
	margin: 10px 0;
}

.ew_immagine {
	float: left;
	margin: 5px 10px 10px 0;
	border: 1px solid #666666;
}

/*-----------------titoli interni*/
h2 {
	font-size: 16px;
	color: #666666;
	margin:15px 0 5px 0;
	font-weight: bold;
	clear: both;
}
.bg_attualita h2 {
	color: #506E8E;
}
.bg_documenti h2 {
	color: #BF6346;
}

h3 {
	font-size: 14px;
	color: #666666;
	margin:15px 0 5px 0;
	padding:0;
	font-weight: bold;
	clear: both;
	width: 100%;
	border-bottom: 1px #CCCCCC dotted;
}

h4 {
	font-size: 12px;
	color: #666666;
	margin:10px 0 5px 0;
	padding:0;
	font-weight: bold;
	clear: both;
}
.bg_attualita h3 {
	color: #506E8E;
}
.bg_documenti h3 {
	color: #BF6346;
}

ul.indice_numeri + div.br + h3 {	/* solo in Mozilla */
	margin-top: 30px;
}



.tit{
	padding-top:23px;
	height:75px;
}
.tit_attualita{
	font-size: 16px;
	color: #506E8E;
	padding-top:23px;
	font-weight: bold;
}
.tit_documenti{
	font-size: 16px;
	color: #BF6346;
	padding-top:23px;
	font-weight: bold;
}
.tit_generici{
	font-size: 16px;
	color: #666666;
	padding-top:23px;
	font-weight: bold;
}
.bg_tit{
	background-image: url(/images/bg_tit.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/*-----------------fine titoli interni*/



/*-----------------home*/
.numero{
	font-size: 32px;
	color: #C1C2C4;
	text-align: right;
	height:20px;
	padding-right:5px;
	padding-bottom:3px;
}
.studiomese_att {
	font-size: 12px;
	color: #2870A8;
	margin: 10px 0 0 0;
}
.studiomese_doc {
	font-size: 12px;
	color: #BF6346;
	margin: 10px 0 0 0;
}
.articoli_tit{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.articoli_desc{
	color: #868686;
	/*padding:10px 25px 10px 10px;*/
	 /*width: 236px;*/
	 padding:10px 0 10px 0;
}

.articoli_desc_cont {
}

.bg_riviste{
	background-image: url(/images/bg_riviste.jpg);
	background-repeat: repeat-y;
	background-position: left 76px;
}

/* i box in home page */
div#bh_rubriche {
	margin: 40px 0;
}

div#bh_rubriche ul {
	list-style: none;
	margin:  0;
	padding: 0;
}

div#bh_rubriche ul a {
	color: #000000;
	text-decoration:none;
}

div#bh_rubriche ul a:hover {
	color: #000000;
	text-decoration:underline;
}

div#bh_libri_mese {
	margin: 40px 0;
}

div#bh_io_non {
	margin: 40px 0;
}

p.banner_bibbia{
	margin-top: 50px;
	text-align:center;
}
p.banner_bibbia img {
	border:none;
}

/* ancore */
.bg_interno a {
	color: #EE4523;
}
.bg_attualita a {
	color: #506E8E;
}
.bg_documenti a {
	color: #BF6346;
}

a.vip, .ew_allegato, .ew_link {
	display: block;
	clear: both;	/* negli annali ci sono problemi con le immagini */
	margin: 5px 0;
	padding: 0 0 0 12px;
	font-weight: bold;
	background: url(/images/freccia_base.gif) 0 1px no-repeat; 
	color: #EE4523;
}
a.vip_att, .bg_attualita .ew_allegato, .bg_attualita .ew_link {
	color: #506E8E;
	background-image: url(/images/freccia_att.gif); 
}
a.vip_doc, .bg_documenti .ew_allegato, .bg_documenti .ew_link {
	color: #BF6346;
	background-image: url(/images/freccia_doc.gif); 
}

/*.hp_att strong a {*/
.hp_att a {
	color: #506E8E;
}
.hp_att{background:url(../images/bg_col1.jpg) repeat-y top left #fff; border-left:1px solid #ccc;}
.hp_doc a {
	color: #BF6346;
}
.hp_doc{background:url(../images/bg_col2.jpg) repeat-y top left #fff; border-left:1px solid #ccc;}

p.vai {
	margin: 5px 0 10px;
}
.hp_pri{background:url(../images/bg_col3.jpg) repeat-y top left #fff; border-left:1px solid #ccc;}
.hp_pri a {
	color: #8a6d5f;
}
p.vai a {
	color: #000000;
	text-decoration:underline;
}

p.vai a:hover {
	text-decoration:underline;
}


p.pager a {
	color: #000000;
}
/* fine ancore */

#doconline{
	font-size: 12px;
	text-decoration: none;
	text-align: right;
}
#doconline p {
	margin: 10px 0 0 0;
	padding: 0 20px 0 0;
	color: red;
}

#doconline p a {
	color: #000000;
	text-decoration: none;
}

#doconline img {
	border: none;
}
#doconline img.doc_img {
	float: right;
	margin: 10px 0 5px 5px;
}

.h_img {margin:10px 0;border:1px solid #777;}
/*-----------------fine home*/



/*-----------------interno*/
.percorso {
	color: #9D9D9D;
	margin: 10px 0 0 0;
}
.percorso a{
	color: #9D9D9D;
}
.bg_interno{
	background-image: url(/images/bg_interno.gif);
	background-repeat: repeat-y;
	background-position: 60px top;
}
.bg_attualita{
	background-image: url(../images/bg_attualita.gif);
	background-repeat: repeat-y;
	background-position: 60px top;
}
.bg_documenti{
	background-image: url(/images/bg_documenti.gif);
	background-repeat: repeat-y;
	background-position: 60px top;
}

/* il contenitore centrale */
.text{
	padding: 5px 25px 10px 80px;
}
.text_attualita{
	background-image: url(../images/bg_attualita.gif);
	background-repeat: repeat-y;
	background-position: 61px top;
	padding-right: 25px;
	padding-left: 80px;
}
.text_documenti{
	background-image: url(../images/bg_documenti.gif);
	background-repeat: repeat-y;
	background-position: 61px top;
	padding-right: 25px;
	padding-left: 80px;
}
/*-----------------interno*/

/* tabelle verticali: attenzione appartengono al gruppo anche le tabelle nelle form */
table.vert {
	border-collapse:collapse;
	margin:0;
	padding:0;
}

table.vert th, table.vert td {
	font-weight: normal;
	padding: 1px 3px;
}

table.vert th, table.vert .th {
	text-align: right;
	white-space: nowrap;
	font-style:italic;
	width:20%;
	color:#535458;
}

table.vert td {
	vertical-align: top;
	text-align: left;
}

table.vert td select, table.vert td input {
	margin-top: 5px;
}

table.vert td.buttons { /* la cella in fondo con i bottoni */
	text-align: right;
	padding-top: 20px;
}

.indirizzo {
	font-size: 10px;
	color: #C7C7C7;
	text-align: center;
}

/* le rubriche */

ul.rubriche_list {
	list-style: none;
	margin:  10px 20px;
	padding: 0;
}


/*  pagina degli indici */
ul.indice_numeri {
	list-style: none;
	float: left;	/* per contenere il contenuto float */
	padding: 0;
	margin: 0;
}
ul.indice_numeri li {
	width: 9.5em; /* proviamo */
	float: left;
	margin: 0 4px 0 0;
	color: #000; 	/* non testato questo colore */
	white-space: nowrap;
	line-height: 1;
}
ul.indice_numeri li b { /* la lineetta */
	font-size: 18px;
}

ul.indice_numeri li a {
	text-decoration: underline;
}

.bg_attualita ul.indice_numeri li a, .bg_attualita ul.indice_numeri li{
	color: #506E8E;
}
.bg_documenti ul.indice_numeri li a, .bg_documenti ul.indice_numeri li {
	color: #BF6346;
}

#indice_rivista {	/* contenitore della lista indici */

}

img.view_text {
	border: none;
	float: left;
	margin: 0 5px 0 0;
}

.articolo_in_lista{ /* contenitore ciascun articolo */
	clear:both;
	margin: 10px 0;
}

.articolo_in_lista p { /* contenitore ciascun articolo */
	margin: 0 0 0 20px;
}

.articolo_in_lista p.tipo_art {
	font-style:italic;
	color: #939393;
	font-weight: bold;
}

.articolo_in_lista p.titolo_art {
	font-weight: bold;
}
.articolo_in_lista p.titolo_art a {
	color: #000000;
}


#dettaglio_ricerca .tipo_art {
	font-style:italic;
	color: #939393;
	font-weight: bold;
}
#dettaglio_ricerca .autore_art {
	font-style: italic;
	font-weight: bold;
}

#dettaglio_ricerca .titolo_art {
	font-weight: bold;
}

div.pdf{	
	margin:0 0 15px 0;
}
div.pdf b{	
	font-size: 16px;
	color: #666666;
	margin:15px 0 5px 0;
	font-weight: bold;
}

div#testo_articolo{
	margin: 15px 0;
	border: 1px solid #c3c5c4;
	background-color:#f3f3f3;
	padding: 15px 30px;
}

div#testo_articolo p.msg {
	color: #db521c;
}

/* H1= Arial 25px Bold #000000 */
div#testo_articolo h1 {
	font-size: 25px;
	font-weight:bold;
	color: #000000;
}

/* H2= Arial 17px Bold #000000 */
div#testo_articolo h2 {
	font-size: 17px;
	font-weight:bold;
	color: #000000;
}

form#userComment .validator caption {
	text-align:left;
}

/* H3= Arial 14px Bold #545454 */
div#testo_articolo h3 {
	font-size: 14px;
	font-weight:bold;
	color: #545454;
}

/* H4= Arial 13px Bold Italic #545454 */
div#testo_articolo h4 {
	font-size: 13px;
	font-weight:bold;
	font-style:italic;
	color: #545454;
}

/* H5= Arial 11px Bold Italic #606060 */
div#testo_articolo h5 {
	font-size: 11px;
	font-weight:bold;
	font-style:italic;
	color: #606060;
}

/* In Evidenza */
div.aNews {
	clear: both;
	margin: 0 15px;
	padding: 10px 0;
}
div.aNews p {
	margin: 0;
	padding: 0;
}

/* scaffali */
#scaffali li a {font-weight: bold;}

/* Annali */
.titolo_annale_in_lista {
	clear: both;
	margin: 10px 0;
}
.titolo_annale_in_lista img {
	border: none;
	float: left;
	margin: 0 5px 2px 0;
}
.titolo_annale_in_lista div,  .titolo_annale_in_lista p {
	padding: 0 0 0 25px;
}

#titolo_annale_dettaglio{
	margin: 15px 0;
	border: 1px solid #c3c5c4;
	background-color:#f3f3f3;
	padding: 15px 30px;
}

#titolo_annale_dettaglio .ew_firma, .titolo_annale_in_lista .ew_firma {
	font-style: italic;
	font-weight: bold;
	margin: 0;
}
#titolo_annale_dettaglio .ew_sottotitolo, .titolo_annale_in_lista .ew_sottotitolo {
	font-style: italic;
	margin: 0;
}
#titolo_annale_dettaglio .ew_titolo {
	margin: 20px 0 10px 0;
	font-size: 25px;
	font-weight:bold;
	color: #000000;
}
#titolo_annale_dettaglio .ew_titoletto {
	margin: 20px 0 5px 0;
	font-size: 17px;
	font-weight:bold;
	color: #000000;
}

#titolo_annale_dettaglio .ew_testo {
	margin:0;
	padding: 0;
}

#titolo_annale_dettaglio .ew_testo p{
	margin: 5px 0;
}

#titolo_annale_dettaglio .ew_sommario, .titolo_annale_in_lista .ew_sommario {
	margin: 0;
}
#titolo_annale_dettaglio p.titolo_art, .titolo_annale_in_lista p.titolo_art {
	font-weight: bold;
	margin: 3px 0;
}
#titolo_annale_dettaglio p.titolo_art a, .titolo_annale_in_lista p.titolo_art a {
	color: #000000;
}
.link_pdf {margin:5px 0 5px 25px; padding: 0 !important; border-bottom: 1px #CCCCCC dotted;overflow:hidden;line-height:400%;}

/* servizio novità */
img.view_sno {
	border: none;
	float: left;
	margin: 0 5px 0 0;
}

div.recensione_in_lista { /* contenitore ciascun articolo */
	margin: 10px 0;
}

div.recensione_in_lista p { /* contenitore ciascun articolo */
	margin: 0 0 0 20px;
}

div.recensione_in_lista a {
	color: #000000;
}

div#testo_recensione {
	margin: 15px 0;
	border: 1px solid #c3c5c4;
	background-color:#f3f3f3;
	padding: 15px 30px;
}

/* doc Online */
div.un_docOnline {
	border-bottom: 1px dashed #555;
	padding: 0 0 5px 0;
	margin: 10px 0;
}

div.un_docOnline .ew_titolo {
	font-weight:bold;
	padding: 0;
	margin: 0;
}
div.un_docOnline .ew_sottotitolo {
	font-style:italic;
}
div.un_docOnline .ew_autori {
	font-weight:bold;
	color: #777777;
}

/* la mappa */
#menu_mappa { /* il menù quando è nella mappa */
	margin: 20px 0;
	padding: 0;
}

/* newsletter */

#Privacy_text {
	margin: 0 0 5px;
	border: 1px solid #c3c5c4;
	background-color:#f3f3f3;
	padding: 15px 30px;
}
#Privacy_text p {
	margin: 0 0 5px 0;
}

/*  commenti agli articoli */
form#userComment .validator {
	border-collapse:collapse;
	margin:0;
	padding:0;
	width: 99%;	
}
form#userComment .validator th {
	vertical-align:top;
	text-align: right; 
	font-weight:normal;
	white-space: nowrap;
	font-style:italic;
	width:20%;
	padding: 1px 3px;
	color: #535458;}

form#userComment .validator td {
	vertical-align:top;
	padding: 1px 3px;
	color: #535458;
}

form#userComment .validator td input, form#userComment .validator td textarea {
	width: 98%;
}


form#userComment .validator caption {
	font-size: 16px;
	color: #666666;
	margin:15px 0 5px 0;
	font-weight: bold;
}

form#userComment .validator td.form_buttons {
	text-align: center;
}

form#userComment .validator .validator_inner th{
	text-align: left;
	white-space: nowrap;
	font-style:normal;
	font-weight:normal;
	width:90%;
}

form#userComment .validator .form_message, form#userComment .validator .fieldMsg {
	margin: 0 5px; 
}

form#userComment .validator #COMMENTO {
	height: 200px;	
}

form#userComment .validator .validator_inner input {
	border:none;
	width: auto;
}

form#userComment .validator button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 5px 0;
	border: 1px solid #7f9db7;}
	
form#userComment .validator  td.form_buttons {
	text-align: right;
}

/*------------------ aggiunte per 1024---------*/

/*colonna di sinistra*/
.esterno{border-right:1px solid #CCC; background-color:#FFFFFF;}
.tre_col{width:726px; padding-top:20px; border-bottom:1px solid #ccc; }
.titolo_col{width:33%; height:65px; background:url(../images/linea_riviste.gif) no-repeat bottom left;
font-size: 28px;
	color: #C1C2C4;
	text-align: right;
	padding-right:45px;
	padding-bottom:3px;}
#bg_primo{width:75px; height:350px; background:url(../images/bg_primo.jpg) no-repeat; position:absolute; z-index:-10; top:-10px; /*left:-10px;*/}
#cont_news{z-index:1; position:relative;}
.aDoc{margin-right:15px; margin-left:15px;}
.bg_menu{width:250px; border-right:1px solid #ccc;}

