html,body
{
	background-color:#C3BeA3;
	font-family: verdana;
	font-size:x-small;
	color: #7a674c;
	height:100%;
	margin:0;
	padding:0;
	border:none;
	margin-bottom: 18px; /* Mostro la barra di scorrimento a sinistra, cosė evito che continui a comparire/scomparire */
	text-align:center;
	background-image:url(/image/home/sfondo.gif);
	background-position:top center;
	cursor: url(/image/misc/pointer.gif), auto;
}
/* Bordo alle Immagini */
img{	border-width: 0px;	border-style: none;}
table { border:0px;	width:100%; border-collapse:collapse;	}
table tr td { vertical-align:top; text-align:left; }

/* Link */
a {	text-decoration: none;	color: #5A4B44;}
a:hover
{
	text-decoration: none;
	color: #85543d;
	text-decoration:inherit;
	cursor: url(/image/misc/hand.gif), pointer;
}

input[type="button"],input[type="submit"]
{
	cursor: url(/image/misc/hand.gif), pointer !important;
}

#page
{
	position: relative;width:800px; margin: 0 auto;
}
input
{
	background-color:#998b6e;
	background-image:url(/image/input.gif);
	border:0px;
	color:#4a4237;
	font-weight:bold;
	font-family: verdana;
	font-size:x-small;
}

#box1left
{
	position:absolute;
	top:345px;
	left:20px;
	width:210px;
}
#box2left
{
	position:absolute;
	top:480px;
	left:20px;
	width:210px;
}
#box1right
{
	position:absolute;
	left:580px;
	top:330px;
	width:190px;
}
#box2right
{
	position:absolute;
	left:573px;
	top:480px;
	width:210px;
}
#boxcent
{
	position:absolute;
	top:330px;
	left:260px;
	width:285px;
}

.alert
{
	position:absolute;
	top:290px;
	left:242px;
	width:308px;
	padding:3px;
	background-image:url(/image/misc/tooltip.gif);
	border: 2px solid #c8aa92;
	color:#5e493f;
	text-align:left;
}

.freccia_left
{
	display:block;
	width:15px;
	height:90px;
	background-image:url(/image/home/freccia_left.gif);
	background-repeat:no-repeat;
}
.freccia_right
{
	width:15px;
	display:block;
	height:90px;
	background-image:url(/image/home/freccia_right.gif);
	background-repeat:no-repeat;
}
.freccia_left:hover,.freccia_right:hover
{
	background-position:-15px 0px;
}
.freccia_left:active,.freccia_right:active
{
	background-position:-30px 0px;
}
.disab
{
	background-position:-45px 0px !important;
	cursor: url(/image/misc/pointer.gif), auto !important;
}
.prev { cursor:url(/image/misc/help.gif),help !important; }
#conc_scroll,#prev_scroll
{
	overflow:hidden;
	width:180px;
	height:91px;
	white-space: nowrap;
}

table th
{
	font-size:16px;
	font-weight:bold;
}

.pcos
{
	background-image:url(/image/misc/pulsante_costruisci.gif);
}
.puls
{
	display:block;
	width:89px;
	height:25px;
	padding-top:7px;
	padding-left:35px;
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:120%;
	text-align:left;
	color:#6f5142;
}
.puls:hover
{
	background-position:0 -34px;
}
.puls:active
{
	background-position:0 -68px;
}

