/* Foglio di stile CSS predefinito per un nuovo progetto di applicazione Web */

BODY
{
    BACKGROUND-COLOR: black;
    background-image: url(Immagini/BGFoto.jpg);
    background-position: center -10;
    background-repeat: no-repeat;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 0 0 0 0;
    color: #3d3d3d;
}
TABLE
{
    FONT-SIZE: 12px;
}
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-size:	13px;
	color: Red;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-size:	11px;
	color: Red;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-bottom: 0px;
	}	
		
H3	{	
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	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;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	}	
	

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;
	}
IFRAME 	{
	margin: 0 0 0 0;
	border: 0;
	}
.TabellaPrincipale
{
	width: 100%;
	
}
.LarghezzaColonnaPrincipale
{
	width: 775px;
}
.RigaTop
{
	background-image: url(Immagini/BarraTop.png);
	background-position: left top;
	background-repeat: repeat-x;
	height: 230px;
	vertical-align: top;
}
.RigaPrimoPiano
{
	background-image: url(Immagini/BarraPrimoPiano.png);
	background-position: left top;
	background-repeat: repeat-x;
	height: 55px;
	vertical-align: top;
}
.divPrimoPiano
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 774px;
	height: 45px;
	overflow: hidden;
}
.txtPrimoPiano
{
	font-size: 11px;
	color: white;
}
.RigaBody
{
	background-color: White;
	height: 300px;	/* altezza minima corpo */
}
.RigaLink
{
	background-color: #333333;
	vertical-align: top;
}
.RigaLink A
{
	color: silver;
}
.RigaLink A:active
{
	color: silver;
}
.RigaLink A:visited
{
	color: silver;
}
.RigaLink A:hover
{
	text-decoration: underline;
	color: White;
}
.RigaFooter
{
	background-color: #232323;
	vertical-align: top;
	font-size: 10px;
	color: silver;
	padding: 5 5 5 5;
	text-align: center;
}
.RigaFooter A
{
	text-decoration: none;
	color: #efefef;
}
.RigaFooter A:active
{
	text-decoration: none;
	color: #efefef;
}
.RigaFooter A:visited
{
	text-decoration: none;
	color: #efefef;
}
.RigaFooter A:hover
{
	text-decoration: underline;
	color: White;
}
.tblMenu
{
	font-size: 12px;
	color: #efefef;
	height: 37px;
}
.tdMenu
{
	width: 95px;
	text-align: center;
}
.tdMenuSel
{
	width: 95px;
	text-align: center;
	color: #fe0000;
	background-image: url(Immagini/BgMenuSel.png);
	background-repeat: repeat-x;
	cursor: pointer;
}
.tdMenuOver
{
	width: 95px;
	text-align: center;
	cursor: pointer;
	background-image: url(Immagini/BgMenuOver.png);
	background-repeat: repeat-x;
}
.tdMenuSep
{
	width: 1px;
	background-color: #efefef;
}
.tblSottoMenu
{
	font-size: 12px;
	color: black;
	line-height: 30px;
	font-weight: bold;
}
.tblSottoMenu A
{
	text-decoration: none;
	color: black;
	font-weight: normal;
}
.tblSottoMenu A:active
{
	text-decoration: none;
	color: black;
}
.tblSottoMenu A:visited
{
	text-decoration: none;
	color: black;
}
.tblSottoMenu A:hover
{
	text-decoration: none;
	color: #3d3d3d;
}
.tblLink
{
	font-size: 10px;
	color: silver;
	line-height: 18px;
}
.tblLink TD
{
	width: 20%;
	vertical-align: top;
}
.tblLinkMain
{
	font-size: 11px;
	font-weight: bold;
	color: #efefef;
}
.tblLinkMain A
{
	color: #efefef;
}
.tblLinkMain A:active
{
	color: #efefef;
}
.tblLinkMain A:visited
{
	color: #efefef;
}
.tblLinkMain A:hover
{
	text-decoration: underline;
	color: #efefef;
}
.tblEtichettaChiara
{
	color: Gray;
}
.tblEtichettaChiaraPiccola
{
	color: Gray;
	font-size: 11px;
}
.tblEtichettaScuraPiccola
{
	color: black;
	font-size: 11px;
}

.TextBox
{
	border: solid 1px #3d3d3d;
	font-size: 8pt;
	padding: 2 2 2 2;
	color: #333333;
}

.EtichettaCampo
{
	font-size: 8pt;
	color: gray;
}
.EtichettaPiccola
{
	font-size: 8pt;
}
.EtichettaErrore
{
	font-size: 8pt;
	color: Red;
}
.TabellaFontPiccolo
{
    FONT-SIZE: 11px;
}
.tags
{
	font-size: 9px;
	color: gray;
	text-align: center;
}
.tags A
{
	color: gray;
}
.tags A:active
{
	color: gray;
}
.tags A:visited
{
	color: gray;
}
.tags A:hover
{
	text-decoration: underline;
	color: gray;
}
.popupTop	{
	background-image: url(Immagini/popupTop.png);
	background-repeat: no-repeat;
	width: 782px;
	height: 18px;
	}
.popup	{
	background-image: url(Immagini/popupBG.png);
	background-repeat: repeat-y;
	width: 782px;
	}
.popupBottom	{
	background-image: url(Immagini/popupBottom.png);
	background-repeat: no-repeat;
	width: 782px;
	height: 18px;
	}
