/* Foglio di stile CSS predefinito per un nuovo progetto di applicazione Web */

BODY
{
    BACKGROUND-COLOR: #ddd4c4; /*#d9cfbd;*/
    background-image: URL(Immagini/BG.png);
    background-repeat: repeat-x;
    background-position: left top;
    FONT-FAMILY: Calibri, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color: black;
    margin: 0 0 0 0;
}
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size:	16pt;
	font-weight:	normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	1px;
	COLOR: black;
	font-variant: small-caps;
	margin-left: 7px;
	}	
		
H2	{	
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size:	14pt;
	font-weight:	normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	COLOR: black;
	font-variant: small-caps;
	margin-bottom: 3px;
	}	
		
H3	{	
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size:	10pt;
	font-weight:	normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	COLOR: #3d3d3d;
	font-style: italic;
	margin-top: 3px;
	}	
		
H4	{	
	font-family: Calibri, Verdana, Arial, 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: 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	{	
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3e5c75;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#3e5c75;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#3e5c75;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#527b9c;
	}
	
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: 0px;
	}
TABLE
	{
	font-size: 10pt;
	}
B
	{
		font-weight: bold;
		color: #212121;
	}
.TabellaPrincipale
{
	background-image: url(Immagini/Banner.png);
	background-position: right top;
	background-repeat: no-repeat;
	width: 990px;
	border-bottom: solid 1px #75603e;
	font-size: 9pt;
}
.Banner
{
	height: 190px;
	vertical-align: top;
}
.TabellaBannerMenu
{
	background-image: url(Immagini/BarraMenu.png);
	background-position: left top;
	background-repeat: repeat-x;
	height: 40px;
	vertical-align: top;
	padding-left: 10px;
}
.Menu
{
	font-variant: small-caps;
	color: black;/*#3d3d3d;*/
	font-size: 11pt;
	font-weight: bold;
}
.Menu A
{
	color: black;
	font-weight: normal;
}
.Menu A:visited
{
	color: black;
	font-weight: normal;
}
.Menu A:active
{
	color: black;
	font-weight: normal;
}
.Menu A:hover
{
	color: #3d3d3d;
	font-weight: normal;
	text-decoration: none;
}
.Titoletto
{
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size:	11pt;
	font-weight:	normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	COLOR: #75603e;
	font-variant: small-caps;
	letter-spacing: 1px;
}
.Sottotitolo
{
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size:	10pt;
	font-weight:	normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	COLOR: #75603e;
	letter-spacing: 1px;
}

.TestoMain
{
	text-align: justify;
	font-size: 10pt;
	letter-spacing: 0px;
	word-spacing: -1px;
	color: Black;
}
.Testo
{
	text-align: justify;
	font-size: 10pt;
	letter-spacing: 0px;
	word-spacing: -1px;
}
.Footer
{
	font-size: 9pt;
}
.FooterSmall
{
	font-size: 8pt;
	color: #75603e;
}
.clienti TR
{
	font-size: 8pt;
	vertical-align: top;
	padding: 2 2 2 2;
}
.FAQ
{
	line-height: 20px;
}
.FAQ TD
{
	border-bottom: solid 1px #3d3d3d;
}
.FAQ_Hover
{
	line-height: 20px;
	background-image: url(Immagini/BGRiga.png);
}
.tblGarbage
{
}
.LogoGarbage
{
	border: solid 1px #75603e;
}
.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;
	}