/* ---------------------------- box voci di menu ---------------------------- */

/* td titoli sezione */

.tit-box-vm {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	width:121;
	height: 15px;
	padding-right: 3px;
}

.vm-grav {
	color: #FFFFFF;
	background-color: #5582C6;
	padding-left: 6px;
}

.vm-grav2 {
	color: #5582C6;
	border: 1px solid #5582C6;		
	padding-left: 5px;
}

.vm-nasc {
	color: #FFFFFF;
	background-color: #82CA5A;
	padding-left: 6px;
}

.vm-nasc2 {
	color: #82CA5A;
	border: 1px solid #82CA5A;
	padding-left: 5px;
}

.vm-cresc {
	color: #FFFFFF;
	background-color: #F69451;
	padding-left: 6px;
}

.vm-cresc2 {
	color: #F68335;
	border: 1px solid #F68335;
	padding-left: 5px;
}

/* td voci di menu **********************************/
.menu-box-vm {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	padding-left: 1px;
}

a.menu-box-vm:hover {text-decoration: underline;}

.on {text-decoration: underline;}

.menu-box-vm-grav {color: #5582C6;}
.menu-box-vm-nasc {color: #5AA539;}
.menu-box-vm-cresc {color: #F68335;}



/* ---------------------- pagine editoriali - elenco e dettaglio + pagine dettaglio istituzionali e utilities ----------------------- */

/* titoli argomento */
.tit-arg-ed {
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	padding-top:5px;
}

.tit-arg-ed-grav {color: #305691;}
.tit-arg-ed-nasc {color: #5AA539;}
.tit-arg-ed-cresc {color: #F4741D;}
.tit-arg-ist {color: #008000;}
.tit-arg-ut {color: #547DA7;}
.tit-arg-nom {color: #CE3229;}

.tit-bianco {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

/* tabella tendine TANTI NOMI + background + testoTitolo ****************************/

.tabellaTantiNomi{
	background-image: url(/img/unNome/boxTendine.gif);
}
.sfondoTantiNomi{
	background-image: url(/img/unNome/sfondoCuori.gif);
}

.tit-tabella{
	color: #CE3229;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.tit-det-nome{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	background: #CE3229;
}

.rossoBold{
	color: #CE3229;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.bg-tab-portafortuna{
	background: #D1D6DB;
	color: #CE3229;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
/* testo articolo ***************************************/

.testo-art {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}

.art-grav strong, .art-grav b, .art-grav a {font-weight: bold; color: #305691;}
.art-nasc strong, .art-nasc b, .art-nasc a {font-weight: bold; color: #5AA539;}
.art-cresc strong, .art-cresc b, .art-cresc a {font-weight: bold; color: #F4741D;}
.art-ist strong, .art-ist b, .art-ist a {font-weight: bold; color: #008000;}
.art-ut strong, .art-ut b, .art-ut a {font-weight: bold; color: #547DA7;}
.bold {font-weight: bold;}

/* link elenchi editoriali **********************************/ 

.link-ed-grav {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #3B6C9D;
}

A.link-ed-grav:hover  {
	text-decoration: underline;
}

.link-ed-nasc {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #5AA539;
}

A.link-ed-nasc:hover {
	text-decoration: underline;
}

.link-ed-cresc {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #F4741D;
}

A.link-ed-cresc:hover {
	text-decoration: underline;
}


/* link pagine istituzionali e utilities **********************************/

.link-pag {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.link-pag-normal {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

A.link-pag-normal:hover  {
	text-decoration: underline;
}

A.link-pag:hover  {
	text-decoration: underline;
}

.link-pag-underline {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;
}

.link-pag-ist {color: #008000;}
.link-pag-ut {color: #547DA7;}
.link-pag-grav {color: #305691;}
.link-pag-nasc {color: #5AA539;}
.link-pag-cresc {color: #F4741D;}

/* label bottoni bianchi **********************************/
.label-bottoni {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
A.label-bottoni:hover {
	text-decoration: underline;	
}

/* testo grigio cataloghi **********************************/
.testogrigio {
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	color: #666666
}

.testogrigiosmall {
	font-family: arial;
	font-size: 10px;
	font-style: normal;
	color: #666666
}

.testogrigiosmallunder {
	font-family: arial;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	text-decoration: underline;	
}
A.testogrigiosmallunder:hover  {
	color: #666666
}