/* Foglio di stile CSS predefinito per un nuovo progetto di applicazione Web */

BODY
{
    BACKGROUND-COLOR: #cfdec4;
    background-image: url(Immagini/BgRifiuti.png);
    background-repeat: repeat-x;
    background-position: left top;
    FONT-FAMILY: Calibri, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 11px;
    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: #4d8625;
    margin: 0 0 0 0;
}
H1	{	
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size:	15pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	text-align: center;
	}	
		
H2	{	
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size:	14pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size:	13pt;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size:	9pt;
	font-weight:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: Black;
	}	
		
H5, DT	{	
	font-family: Calibri, Verdana, Arial, 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: Calibri, Verdana, Arial, 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	{	
	text-decoration:	none;
	color: Red;
	}	
		
A:visited	{	
	text-decoration:	none;
	color: Red;
	}	
		
A:active	{	
	text-decoration:	none;
	color: Red;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color: Red;
	}
	
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;
	border: 0 0 0 0;
	}
.TabellaPrincipale
{
	width: 782px;
}
.Banner
{
	background-image: url(Immagini/Banner.png);
	background-repeat: no-repeat;
	vertical-align: top;
	height: 248px;
}
.Menu TABLE TR TD
{
	color: red;	
	font-size: 11pt;
	font-family: Calibri, Verdana;
	word-spacing: 0;
	vertical-align: middle;
	text-align: center;
}
.Menu A
{
	color: #4d8625;	
}
.Menu A:active
{
	color: #4d8625;	
}
.Menu A:visited
{
	color: #4d8625;	
}
.Menu A:hover
{
	color: red;	
	text-decoration: underline;
}
.Footer
{
	font-size: 9pt;
	text-align: center;
}
.Corpo
{
	font-size: 14px;
	font-family: Calibri, Verdana;
}
.TextBox
{
	border: solid 1px gray;
	font-size: 9pt;
	padding: 2 2 2 2;
}

.EtichettaCampo
{
	font-size: 9pt;
	color: black;
}
.EtichettaPiccola
{
	font-size: 8pt;
}
.EtichettaErrore
{
	font-size: 9pt;
	color: Red;
}
.tblLink
{
	font-size: 14px;
	font-family: Calibri, Verdana;
	text-align: justify;
}
.tblDizionario
{
	font-size: 14px;
	font-family: Calibri, Verdana;
	text-align: justify;
}
.tblDizionarioVoce
{
	font-size: 14px;
	font-family: Calibri, Verdana;
	font-weight: bold;
}
.tblDizionarioDefinizione
{
	font-size: 13px;
	font-family: Calibri, Verdana;
	font-weight: normal;
	padding: 0 0 10 15;
}
.tblAziende
{
	font-size: 14px;
	font-family: Calibri, Verdana;
	text-align: justify;
}
.tblAziendeLogo
{
	border: solid 1px #4d8625;
}
.tblAziendeLogo A
{
	color: #4d8625;	
}
.tblAziendeTitolo
{
	font-size: 14px;
	font-family: Calibri, Verdana;
	font-weight: bold;
}
.tblAziendeDescrizione
{
	font-size: 13px;
	font-family: Calibri, Verdana;
	font-weight: normal;
	padding: 10 0 10 5;
}
.tblSoftware
{
	font-size: 14px;
	font-family: Calibri, Verdana;
	text-align: justify;
}
.tblSoftwareTitolo
{
	font-size: 14px;
	font-family: Calibri, Verdana;
	font-weight: bold;
}
.tblSoftwareDescrizione
{
	font-size: 13px;
	font-family: Calibri, Verdana;
	font-weight: normal;
	padding: 10 0 10 5;
}
.Tags
{
	font-size: 8pt;
	text-align: center;
}
