/* Foglio di stile CSS predefinito per un nuovo progetto di applicazione Web */

BODY
{
    BACKGROUND-COLOR: black;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: -1;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color: White;
    margin-left: 0px;
    margin-top: 0px;
    SCROLLBAR-HIGHLIGHT-COLOR: #000000;
    SCROLLBAR-SHADOW-COLOR: #000000;
    SCROLLBAR-ARROW-COLOR: silver;
    SCROLLBAR-BASE-COLOR: #000000;
    scrollbar-3d-light-color: #000000;
    scrollbar-darkshadow-color: #000000;
    ScrollBar-Track-Color: #000000;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	}	
		
A:visited	{	
	}	
		
A:active	{	
	}	
		
A:hover	{	
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    }	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin: 0 0 0 0;
	border: 0;
	}
.Banner_IMG
{
	background-image: url(Immagini/Banner_IMG.jpg);
	background-repeat: no-repeat;
	width: 230px;
	height: 210px;
}
.Banner_IMG2
{
	background-image: url(Immagini/Banner_IMG2.jpg);
	background-repeat: no-repeat;
	width: 230px;
	height: 210px;
}
.Banner
{
	background-image: url(Immagini/Banner.jpg);
	background-repeat: no-repeat;
	width: 645px;
	height: 210px;
	text-align: left;
	vertical-align: bottom;
	padding: 0 0 10px 10px;
	font-size: 18pt;
	color: #1861FF;
	text-transform: uppercase;
}
.TabellaCorpo
{
	padding: 2 2 2 2;
	font-size: 9pt;
	letter-spacing: 2;
}
.DivPagina
{
	overflow: auto;
	height: 330;
	padding: 10 20 10 10;
    SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
    SCROLLBAR-SHADOW-COLOR: #FFFFFF;
    SCROLLBAR-ARROW-COLOR: #FFFFFF;
    SCROLLBAR-BASE-COLOR: #323333;
    scrollbar-3d-light-color: #323333;
    scrollbar-darkshadow-color: #323333;
    ScrollBar-Track-Color: #323333;
}
.ColonnaCentrale
{
	background-color: #323333;
	padding: 10 10 10 10;
	text-align: justify;
	font-size: 10pt;
	letter-spacing: 2;
	font-weight: 500;
}
.ColonnaCentrale a
{
	color: #8AC3E1;
	text-decoration: none;
}
.ColonnaCentrale a:hover
{
	color: #1861FF;	
	text-decoration: none;
}
.Criteri
{
	text-align: left;
	font-size: 9pt;
	border-bottom: thin 1px silver;
	border-top: thin 1px silver;
	border-left: thin 1px silver;
	border-right: thin 1px silver;
}
.RigaFondo
{
	font-size: 10pt;
	letter-spacing: 1;
	padding-top: 2px;
	color: gray;
}
.TestoL
{
	font-size: 12pt;
	letter-spacing: 2;
	font-weight: 500;
}
.TestoM
{
	font-size: 10pt;
	letter-spacing: 1;
	font-weight: 500;
}
.TestoS
{
	font-size: 8pt;
	letter-spacing: 2;
	color: Silver;
	text-align: justify;
}

.TestoXS
{
	font-size: 7pt;
	letter-spacing: 2;
	color: Silver;
}
.TestoXS a {
	font-size: 7pt;
	letter-spacing: 2;
	color: #1861FF;
}
.TestoXS a:hover{
	font-size: 7pt;
	letter-spacing: 2;
	color: #1861FF;
}
.NewsGruppo {
	font-family: Arial;
	font-size: 12pt;
	font-weight: 600;
	letter-spacing: 1;
	color: #FFFFFF;
	height: 25px;
	border: solid 1px white;
	padding: 3 3 3 3;
}
.TitoloNews
{
	font-size: 14pt;
	color: #1861FF;
	padding: 10 10 5 10;
}
.TitoloNews a
{
	font-size: 14pt;
	color: #1861FF;
	padding: 10 10 5 10;
	text-decoration: none;
}
.TitoloNews a:hover
{
	font-size: 14pt;
	color: #1861FF;
	padding: 10 10 5 10;
	text-decoration: none;
}
.CellaNews
{
	padding: 10 10 10 10;
}
.MenuGruppo {
	font-family: Arial;
	font-size: 10pt;
	font-weight: 600;
	letter-spacing: 1;
	color: #FFFFFF;
	height: 25px;
	border: solid 1px white;
	cursor: hand;
	padding: 2 4 2 4;
}
.MenuLink {
	font-family: Arial;
	font-size: 9pt;
	letter-spacing: 1;
	color: #FFFFFF;
	height: 18px;
	cursor: hand;
	padding: 1 3 1 8;
	text-decoration: none;
}
.MenuLink a {
	font-family: Arial;
	font-size: 9pt;
	letter-spacing: 1;
	color: #FFFFFF;
	height: 18px;
	cursor: hand;
	padding: 1 3 1 8;
	text-decoration: none;
}
.MenuLink a:hover{
	font-family: Arial;
	font-size: 9pt;
	letter-spacing: 1;
	color: #1861FF;
	height: 18px;
	cursor: hand;
	padding: 1 3 1 8;
	text-decoration: none;
}
.News1 {
	font-family: Arial;
	font-size: 10pt;
	color: silver;
	text-decoration: none;
	border-bottom: dotted 1px silver;
}
.News2 {
	font-family: Arial;
	font-size: 9pt;
	color: gray;
	padding-top: 5px;
	text-decoration: none;
}
.Lingua {
	font-family: Arial;
	font-size: 11pt;
	letter-spacing: 1;
	color: #FFFFFF;
	height: 18px;
	text-decoration: none;
}
.Lingua a {
	font-family: Arial;
	font-size: 11pt;
	letter-spacing: 1;
	color: #FFFFFF;
	height: 18px;
	text-decoration: none;
}
.Lingua a:hover{
	font-family: Arial;
	font-size: 11pt;
	letter-spacing: 1;
	color: #1861FF;
	height: 18px;
	text-decoration: none;
}
.LinkPaginazione {
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
}
.LinkPaginazione a {
	color: #FFFFFF;
	text-decoration: none;
}
.LinkPaginazione a:hover{
	color: #1861FF;
	text-decoration: none;
}
.Dati {
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
}
.Dati a 
{
	font-size: 9pt;
	font-weight: bold;
	color: silver;
	text-decoration: underline;
}
.Dati a:hover{
	color: #1861FF;
	text-decoration: underline;
}
.RigaSeparatore
{
	background-color: #444646;	
}
	