BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #FFF;
	background-image: url(/images/bg-body.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	text-align: center;
}
INPUT {font-size: 10px; mborder: 1px solid #DAE84F;	color: #000;}
.input {font-size: 10px; border: 1px solid #9C9C9C;	color: #000;}
.noinput {border: none;}

A:ACTIVE, A:LINK, A:VISITED {color: #FFF;text-decoration: none;}
A:FOCUS, A:HOVER {color: #064985;}

A.entra:ACTIVE, A.entra:LINK, A.entra:VISITED {color: #000;text-decoration: none;}
A.entra:FOCUS, A.entra:HOVER {color: #919191;}

/*---------------------------------------------------------------PARTI IN COMUNE--*/
#contenitore {width: 100%;	height: 100%;	margin: auto;	vertical-align:middle;}
#tabella{width:770px;}
#tabella2{width:100%;}

/*---------------------------------------------------------------HOME--*/
#home {
	width: 770px;
	height: 380px;
	margin: auto;
	vertical-align:middle;
	background-color: #fff;
	background-image: url(/images/home/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.home-centro{
	background-image: url(/images/home/img.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding:200px 225px 0 76px;
	text-align:justify;
}
#logo-sotto {
	width: 770px;
	height: 81px;
	margin: auto;
	background-image: url(/images/home/logo-basso.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-align:left;
	padding-top:0px;
	line-height:15px;
}

/*---------------------------------------------------------------FOOTER--*/
#footer-contenitore {
	color:#7F7F7F;
	width: 100%;
	height: 100%;
	margin: auto;
	vertical-align:middle;
	background-color: #FFF;
	background-image: url(/images/bg-footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	clear:both;
	padding-top:25px;
}
#footer-text {
	width: 770px;
	height: 110px;
	margin: auto;
	vertical-align:middle;
	text-align:left;
	color:#7F7F7F;
}

/*---------------------------------------------------------------PAGINE--*/
#interna {width: 770px; margin: auto;	background-image: url(/images/pagine/linea-V.gif);background-repeat: repeat-y;}
#logo {background-image: url(/images/pagine/logo.gif); height: 71px; text-align:right;}
#tool {background-image: url(/images/pagine/tool/bg-tool.gif); height: 40px;}
#titolo {background-image: url(/images/pagine/bg-titolo.gif); height: 58px;}

/*---------------------------------------------------------------PAGINE--*/
#presentazione, #aggiorna {
	padding:28px 105px 20px 33px;
	line-height:18px;
	text-align:justify;
}
#tabella2{
	width:100%;
}
#tabella3{
	width:100%;
	border: 1px solid #CCC;
	background-color: #F8F8F8;
}
.tab-titolo {
	font-weight: bold;
	padding: 2px 5px 2px 5px;
}
.tab-titolo1 {
	padding: 2px 5px 2px 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	line-height:12px;
}
.tab-titolo2 {
	padding: 2px 5px 2px 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	line-height:12px;
}
.tab-titolo3 {
	padding: 2px 5px 2px 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	line-height:12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.tab-titolo4 {
	padding: 2px 5px 2px 5px;
	line-height:12px;
	border: 1px solid #CCC;
}
.tab-bordo {
	padding: 2px 5px 2px 5px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.error {
	color:#FF0000;
	padding:2px 5px 2px 5px;
}
.padding {padding:2px;}
.invia {padding:5px 23px 5px 0;}
.aiuto {padding:10px;}
#esci {background-image: url(/images/pagine/bg-esci.gif); height: 40px;}

/*************************** NEW TOOL STORIA ***********************************/

#bg-toolTable {
	display:block;
	width:632px;
	background-color:#dbdbdb;
	margin-bottom:1px;
	}

UL#toolTable {
	display:block;
	margin:0; padding:0;
	list-style-type:none;
	}
	
UL#toolTable LI {
	display:inline;
	}
	
UL#toolTable LI.clear {clear:both;}
	
UL#toolTable LI A {
	display:block;
	float:left;
	margin:1px;
	background-color:#ededed;
	padding:2px 4px;
	color:#767676;
	}
	
UL#toolTable LI A.down {
	background-color:#767676;
	color:#FFF;
	}
	
UL#toolTable LI A:HOVER {
	background-color:#ffef7f;
	color:#767676;
	}
	
	