/* Foglio di stile CSS predefinito per un nuovo progetto di applicazione Web */

BODY
{
    BACKGROUND-COLOR: white;
	font-family: Trebuchet MS, Arial, Verdana, Times New Roman;
    FONT-SIZE: 11pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    MARGIN: 0 0 0 0;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Trebuchet MS, Arial, Verdana, Times New Roman;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Trebuchet MS, Arial, Verdana, Times New Roman;
	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: Trebuchet MS, Arial, Verdana, Times New Roman;
	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: Trebuchet MS, Arial, Verdana, Times New Roman;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Trebuchet MS, Arial, Verdana, Times New Roman;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Trebuchet MS, Arial, Verdana, Times New Roman;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	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;
	font-family: Trebuchet MS, Arial, Verdana, Times New Roman;
	}	


A:link	{	
	text-decoration:	none;
	}	
		
A:visited	{	
	text-decoration:	none;
	}	
		
A:active	{	
	text-decoration:	none;
	}
		
A:hover	{	
	text-decoration:	underline;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

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;
	}

.TabellaPrincipale
{
	width: 100%;
	height: 100%;
	font-size: 11pt;
	font-family: Trebuchet MS, Arial, Verdana, Times New Roman;
}

.TabellaPrincipaleCellaIntestazione
{
	background-image: url(../Immagini/ServiziComunali/Bg_FasciaSuperiore.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
	height: 100px;
}

.TabellaPrincipaleCellaIntestazione TD
{
	font-size: 10pt;
	font-family: Trebuchet MS, Arial, Verdana, Times New Roman;
}

.TabellaPrincipaleCellaFondo
{
	text-align: center;
	vertical-align: top;
	height: 0px;
	font-size: 9pt;
}

.TabellaPrincipaleColonnaSx
{
	vertical-align: top;
	width: 185;
}

.TabellaPrincipaleColonnaMid
{
	vertical-align: middle;
}

.TabellaPrincipaleColonnaDx
{
	vertical-align: top;
	width: 5px;
}

.TabellaCorpo
{
	width: 750;
	height: 100%;
	font-size: 12pt;
	font-family: Trebuchet MS, Arial, Verdana, Times New Roman;
	/*background-image: url(../Immagini/ServiziComunali/Bg_DivAmbiente.gif);
	background-repeat: repeat-y;*/
	padding: 7 7 7 7;
}

.TestoWelcome
{
	font-size: 14pt;
}

.Menu
{
	text-align: left;
	width: 185px;
	line-height: 30px;
	vertical-align: bottom;
}

.MenuLink
{
	font-family: Trebuchet MS, Arial, Verdana, Times New Roman;
	FONT-SIZE: 10pt;
	/*font-weight: bold;*/
	color: #0054A4;
}

.MenuLink A:link
{
	color: #0054A4;
    text-decoration: none;
}

.MenuLink A:active
{
    color: #0054A4;
    text-decoration: none;
}

.MenuLink A:visited
{
    color: #0054A4;
    text-decoration: none;
}

.MenuLink A:hover
{
    color: #0054A4;
    text-decoration: underline;
}

.MenuLinkPaginaCorrente
{
	font-family: Trebuchet MS, Arial, Verdana, Times New Roman;
	FONT-SIZE: 10pt;
	font-weight: bold;
	color: #8ED300;
}

.TextBox
{
	Border: Solid 1px #89AF8F;
	font-size: 9pt;
	font-weight: bold;
	color: Black;
	padding: 2 2 2 2;
}

.DdlBox
{
	Border: Solid 1px #89AF8F;
	font-size: 9pt;
	font-weight: bold;
	color: Black;
	padding: 2 2 2 2;
}

.Etichetta
{
	font-size: 10pt;
	padding: 8 4 4 4;
	vertical-align: top;
}

.EtichettaValore
{
	font-size: 11pt;
	font-weight: bold;
	padding: 8 4 4 4;
	vertical-align: top;
}

.EtichettaErrorePiccola
{
	font-size: 11pt;
	color: red;
}

.TabellaTestataEtichetta
{
	font-size: 9pt;
	padding: 8 4 4 4;
	vertical-align: top;
	background-color: #DDF2B2;
}

.TabellaTestataValore
{
	font-size: 10pt;
	font-weight: bold;
	padding: 8 4 4 4;
	vertical-align: top;
	background-color: #E8F6CC;
}

.TabellaDati
{
    padding: 1 1 1 1;
}

.TabellaDatiRigaGruppo
{     
    border-bottom: #C6E97F 1px solid;
    font-size: 10pt;
    font-weight: bold;
    color: black;
    height: 30px;
    vertical-align: middle;
    text-align: center;
}

.TabellaDatiRiga
{     
    border-bottom: #C6E97F 1px solid;
    font-size: 10pt;
    font-weight: bold;
    color: black;
    height: 23;
    padding: 4 2 4 2;
    vertical-align: top;
}

.TabellaDatiRiga A:link
{
	font-size: 9pt;
	font-weight: normal;
	color: #0054A4;
    text-decoration: none;
}

.TabellaDatiRiga A:active
{
    font-size: 9pt;
	font-weight: normal;
	color: #0054A4;
    text-decoration: none;
}

.TabellaDatiRiga A:visited
{
    font-size: 9pt;
	font-weight: normal;
	color: #0054A4;
    text-decoration: none;
}

.TabellaDatiRiga A:hover
{
    font-size: 9pt;
	font-weight: normal;
	color: #0054A4;
    text-decoration: underline;
}

.TabellaDatiIntestazione
{
	border-top: #C6E97F 1px solid;
	background-color: #C6E97F;
	color: black;     
	font-size: 9pt;
	vertical-align: top;
    height: 20px;
}

.TabellaDatiSeparatore
{
	background-color: #C6E97F;
	height: 1px;
}

.ColonnaColore1
{
	background-color: #E8F6CC;
}

.ColonnaColore2
{
	background-color: #DDF2B2;
}

.ColonnaLink
{
	background-color: transparent;
}

.DatiIntestazione
{
	font-size: 8pt;
	line-height: 18px;
}


.DatiIntestazione A:link
{
	color: #0054A4;
    text-decoration: none;
}

.DatiIntestazione A:active
{
    color: #0054A4;
    text-decoration: none;
}

.DatiIntestazione A:visited
{
    color: #0054A4;
    text-decoration: none;
}

.DatiIntestazione A:hover
{
    color: #0054A4;
    text-decoration: underline;
}


