body {
	background-color: #242627;
	background-image: url(../images/sfondo2.gif);
	background-repeat: repeat-x;
	background-repeat-y: no-repeat;
	margin: 0px;
	
	scrollbar-face-color: #3b3d3e; 
	scrollbar-arrow-color: #FFFFFF; 
	scrollbar-track-color: #000000; 
	scrollbar-highlight-color: #242627;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
}

.Nero {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #000000;
}
.Bianco {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #FFFFFF;
}
.BiancoSmall {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
}
.BiancoXSmall {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFFFFF;
}
.BiancoBig {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #FFFFFF;
}
.Rosso {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #FF0000;
}
.Arancio {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #ff7700;
}
.ArancioBig {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #ff7700;
}
.Grigio {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #999999;
}
.ArialBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
.ArialArancioMedium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ff7700;
}
.ArialMedium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
.ArialBigArancio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ff7700;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #999999;
}

a.Arancio {
	color: #ff7700;
	text-decoration: none;
}
a.Arancio:hover {
	text-decoration: none;
	color: #FFFFFF;
}

div.icone {
	width: 22px;
	height: 22px;
	border: 1px solid #333333;
	margin-right: 5px;
	overflow: hidden;
	float: left;
}
div.icone img {
	width: 200px;
	height: 200px;
	position: relative;
	left: -70px;
	top: -70px;
	border: 0px;
}

div.icone2 {
	width: 22px;
	height: 22px;
	border: 1px solid #333333;
	margin-bottom: 5px;
	overflow: hidden;
}
div.icone2 img {
	width: 200px;
	height: 200px;
	position: relative;
	left: -70px;
	top: -70px;
	border: 0px;
}

/* hide from incapable browsers */
div#scrollbar {
	display: none;
}

/* below in external file */
div#wn {
	position: relative;
	width: 950px;
	height: 380px;
	overflow: hidden;
}
div#scrollbar {
	position: relative;
	width: 440px;
	height: 36px;
	display: block; /* display:none initially */
	font-size: 1px;  /* so no gap or misplacement due to image vertical alignment */
}
div#trackContainer {
	position: absolute;
	left: 18px;
	top: 0px;
	width: 410px;
	height: 36px;
	color: #242627;
	background-image: url(../images/border_slidebar.gif);
}
div#track {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 386px;
	height: 36px;
	color: #242627;
}
div#dragContainer {
	position: absolute;
	left: 12px;
	top: 7px;
	width: 386px;
	height: 19px;
}
div#dragBar {
	position: absolute;
	left: 27px;
	top: 8px;
	width: 90px;
	height: 19px;
	background-color: #000000;
}
div#left {
	position: absolute;
	left: 0;
	top: 0;
}
div#right {
	position: absolute;
	right: -7px;
	top: 0;
}

/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#left, div#right {
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img {
	display: block;
}

input, select {
	background-color: #3b3d3e;
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	font-size: 13px;
}

form, input, select {
	margin: 0px;
	padding: 0px;
}