/*foglio di stile di base, paola revello*/
/*ridefinizione dei tag principali*/

HTML {
	BACKGROUND: #ffffff;
	}
	
BODY {
	FONT-SIZE: 11px; 
	COLOR: #333; 
	FONT-FAMILY: Trebuchet MS, Verdana,sans-serif; 
	voice-family: inherit;
	margin-top: 5 px;
	margin-left: 5 px;
	}
DIV {
	FONT-SIZE: 11px;
	COLOR: #333;
	FONT-FAMILY: Trebuchet MS, Verdana,sans-serif;
	voice-family: inherit
	}
TD {
	FONT-SIZE: 11px;
	COLOR: #333;
	FONT-FAMILY: Trebuchet MS, Verdana,sans-serif; 
	voice-family: inherit
}
TH {
	FONT-SIZE: 11px;
	COLOR: #333;
	FONT-FAMILY: Trebuchet MS, Verdana,sans-serif; 
	voice-family: inherit
}

H6 {
	COLOR: #333;
	FONT-SIZE: 12px;
	FONT-FAMILY: Trebuchet MS, Verdana,sans-serif;
	voice-family: inherit;
	font-weight: bold;
	}
H5 {
	COLOR: #999;
	FONT-SIZE: 14px;
	FONT-FAMILY: Trebuchet MS, Verdana,sans-serif;
	voice-family: inherit;
	BORDER-BOTTOM: #0162AB 1px solid; 
}

H5 a{
	COLOR: #999;
	}
/*questo  il titolo h4 usato per le sezioni di sito*/
H4 {
	padding-top: 6px;
/*	padding-left: 10px;*/
	padding-bottom: 0px;
	COLOR: #0162AB;
	FONT-SIZE: 16px;
	FONT-FAMILY: Trebuchet MS, Verdana,sans-serif;
	voice-family: inherit;
/*	BORDER-BOTTOM: #ccc 1px solid; */
}
H3 {
	COLOR: #688BA1;
	FONT-SIZE: 18px; 
	FONT-FAMILY: Trebuchet MS, Verdana,sans-serif; 
	voice-family: inherit; 
	BORDER-BOTTOM: #ccc 1px solid; 
}
H2 {
	COLOR: #688BA1;
	FONT-SIZE: 20px;
	FONT-FAMILY: Trebuchet MS, Verdana,sans-serif;
	voice-family: inherit;
	BORDER-BOTTOM: #ccc 1px solid; 
}
H1 {
	COLOR: #688BA1;
	FONT-SIZE: 22px; 
	FONT-FAMILY: Trebuchet MS, Verdana,sans-serif; 
	voice-family: inherit; 
	BORDER-BOTTOM: #ccc 1px solid; 
}

A {
	text-decoration: none;
	color:#333;
}
P {
	FONT-SIZE: 11px;
	line-height: 140%;
	text-align: left;
	vertical-align: top;
}


/*A:hover {
	COLOR: #999
}
A:active {
	COLOR: #000
}*/


/*le seguenti 4 classi si riferiscono ai bordi della tabella che contiene il sito*/
.tdtop{
	
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
}
.tdleft{
	
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
}
.tdright{
	
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
}
.tdbottom{
	
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

/*le seguenti classi si riferiscono alla parte di footer, sia testo che testo cliccabile*/

.note {
	text-align: left;
	PADDING-bottm: 4px;
	FONT-SIZE: 10px;
	FONT-FAMILY: tahoma,Trebuchet MS, Verdana,sans-serif;
	color: #808080;
}
.note a{
	text-decoration:underline;
	color: #808080;
	}
.note a:hover{
	color: #0162AB
; 
	text-decoration:none;	
	}


.uno{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/*classi riferite al titolo dei due box in home page*/
.titolibox {
	COLOR: #688BA1;
	FONT-FAMILY: Trebuchet MS, Verdana,sans-serif;
	voice-family: inherit;
	padding-left: 10px;
	padding-TOP: 10px;
	font-size:14px;
	font-weight: bold;
}
/*classe riferite al box  a sinistra in home page, sfondo e bordi*/
.celleboxsx {
	BORDER-TOP: #e6e6e6 1px solid; 
	BACKGROUND-POSITION: right bottom; 
	BACKGROUND-IMAGE: url(../images/fondinosx.gif); 
	BACKGROUND-REPEAT: no-repeat; 
	}
/*classe riferite al box  a destra in home page, sfondo e bordi*/	
.celleboxdx{
	BORDER-TOP: #e6e6e6 1px solid; 
	BACKGROUND-POSITION: bottom; 
	BACKGROUND-IMAGE: url(../images/fondinodx.gif); 
	BACKGROUND-REPEAT: no-repeat; 
	}
/*classe riferite al testo dei due box nella home page*/	
.box {
	BORDER-RIGHT: #e6e6e6 1px solid;
	BORDER-LEFT: #e6e6e6 1px solid;
	BACKGROUND-color: transparent;
	FONT-SIZE: 11px;
	FONT-FAMILY: Trebuchet MS, Verdana,sans-serif;
	color: #666;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 0px;
	text-align:left;
	line-height: 130%;
	}
.box a {
	text-decoration:none;
	}
.box a:hover {	
	color: #146484;
	}

/*classe riferita alla cella o tabella che contiene il contenuto testuale delle varie pagine del sito*/	
.boxcontenuto
	{
	padding: 10px;
	padding-bottom: 25px;
	line-height: 160%;
	}
	/*definisco una nuova interlinea per spaziare*/
	.boxcontenuto p
	{
	line-height: 160%;}
/*classe riferita ai link nel boxcontenuto*/		
.boxcontenuto a {
	COLOR: #333;
	text-decoration:underline
}
.boxcontenuto a:hover {
	COLOR: #0162AB
;
	text-decoration:none
}


	
/*classe riferita alle liste dentro al classe boxcontenuto*/			
	
.boxcontenuto ul li {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 5px;
	PADDING-TOP: 0px;
	FONT-SIZE: 11px;
	COLOR: #333;
	FONT-FAMILY: Trebuchet MS, Verdana,sans-serif;
	list-style-image: url(../images/bullet.gif);
	font-weight: bold;
}
.boxcontenuto li a {
	COLOR: #333;
}
.boxcontenuto li a:hover {
	COLOR: #0162AB;
}
/*classe riferita al top pagina della pagina di storia ovvero il ritorno tramite segnalibro*/
.torna{
	text-align: right;
	FONT-SIZE: 11px;
	FONT-FAMILY: Trebuchet MS, Verdana,sans-serif;
	color:#999999;
}
.torna a{
	color:#0162AB;
}
.torna a:hover{
	color:#999;
}
/*classe riferita alle liste semplici*/
.boxcontenuto ol li {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 5px;
	PADDING-TOP: 0px;
	FONT-SIZE: 11px;
	COLOR: #333;
	FONT-FAMILY: Trebuchet MS, Verdana,sans-serif;
	list-style-image: url(../images/bullet.gif);
	font-weight: normal;
}
.boxcontenuto ol li a{
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 5px;
	PADDING-TOP: 0px;
	FONT-SIZE: 11px;
	COLOR: #333;
	FONT-FAMILY: Trebuchet MS, Verdana,sans-serif;
	list-style-image: url(../images/bullet.gif);
	font-weight: normal;
}
/*classi riferita alle didascalie delle immagini*/
.didascalie{
	text-align: left;
	FONT-SIZE: 11px;
	FONT-FAMILY: Trebuchet MS, Verdana,sans-serif;
	color:#333;
	BORDER-BOTTOM: #0162AB 1px solid;
	width:150px;
	}
.didascalie a{	
	color:#333;
	}
.didascalie a:hover{
	color:#0162AB;	
	}
/*classi riferita alle tabelle contenenti le immagini*/
.tabellaimg{
	margin: 0px;
	padding: 0px;
	}
/*classe per la data in alto a dx*/	
.ladata{
	FONT-SIZE: 10px; 
	COLOR: #666666; 
	FONT-FAMILY: Trebuchet MS, Verdana,sans-serif; 
	voice-family: inherit;
	padding-right: 10px;
	padding-top: 5px;
	text-align:right
	}
/* IMPORTANTE!!!! definisce la lista del menu*/
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
FONT-SIZE: 11px; COLOR: #333; FONT-FAMILY: Trebuchet MS, Verdana,sans-serif;
padding-top:20px;
}
#navcontainer li { margin: 4 0 0 0; }
#navcontainer a
{
	display: block;
	color: #333;
	background-color: transparent;
	width: 195px;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	padding-top: 2;
	padding-right: 0;
	padding-bottom: 2;
	padding-left: 8;
}
#navcontainer a:hover
{
background-color: #fff;
color:  #999999;
border-bottom: 1px solid #0162AB;
}

#navcontainer li.active {
	display: block;
    color:  #999999;
	background-color: transparent;
	width: 195px;
	text-decoration: none;
    border-bottom: 1px solid #0162AB;
	padding-top: 2;
	padding-right: 0;
	padding-bottom: 2;
	padding-left: 8;
}

/*definisce la lista del sottomenu*/
#subnavcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
FONT-SIZE: 11px; COLOR: #333; FONT-FAMILY: Trebuchet MS, Verdana,sans-serif;
}
#subnavcontainer li { margin: 4 0 0 0; }
#subnavcontainer a
{
display: block;
color: #0162AB;
background-color: transparent;
max-width: 170px;
padding: 2 20;
text-decoration: none;
border-bottom: 1px solid #ccc;
}
#subnavcontainer a:hover
{
background-color: #fff;
color:  #999999;
border-bottom: 1px solid #0162AB;
}
#subnavcontainer li.active {
	display: block;
    color:  #999999;
	background-color: transparent;
    max-width: 170px;
	text-decoration: none;
    border-bottom: 1px solid #0162AB;
    padding: 2 20;
}

/*definisce la lista del sottomenu2*/
#sub2navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
FONT-SIZE: 11px; COLOR: #333; FONT-FAMILY: Trebuchet MS, Verdana,sans-serif;
}
#sub2navcontainer li { margin: 4 0 0 0; }
#sub2navcontainer a
{
	display: block;
	color: #146484;
	background-color: transparent;
	max-width: 150px;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	padding-top: 2;
	padding-right: 0;
	padding-bottom: 2;
	padding-left: 28;
}
#sub2navcontainer a:hover
{
background-color: #fff;
color: #999999;
border-bottom: 1px solid #199c47;
}

td.sottolineato a:link, td.sottolineato a:visited, td.sottolineato a:active {
color: #333;
text-decoration:underline;}
	
td.sottolineato a:hover {
COLOR: #0162AB;
text-decoration:none}

td.sottolineato ul li {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 5px;
	PADDING-TOP: 0px;
	FONT-SIZE: 11px;
	COLOR: #999999;
	FONT-FAMILY: Trebuchet MS, Verdana,sans-serif;
	list-style-image: url(../images/bullet.gif);
	font-weight: bold;
}
td.sottolineato li a {
	COLOR: #999999;
}
td.sottolineato li a:hover {
	COLOR: #0162AB;
}

.tabella1{
width: 100%;
border-left: solid #ccc 1px;
border-top: solid #ccc 1px;
color: #000;
margin: auto;
text-align: left;
}

.tabella1 th {
border: solid #ccc 1px;	
border-top-width: 0px;
font-weight:bold;
font-size: 11px;
line-height: normal;
padding: 3px;
border-left-width: 0px;
}

.tabella1 td {
border: 1px solid #ccc;
border-top-width: 0px;
font-weight:normal;
font-size: 11px;
line-height: normal;
padding: 3px;
border-left-width: 0px;

}
