@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url(images/sfondo_pag.jpg);
	text-align: center;
	background-attachment: fixed;
	background-position: center;
}
.twoColFixLt #container {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: thin solid #0F0;
	background-image: url(images/sfondo_dx.jpg);
	font-weight: bold;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px;
	top: 0px;
	background-image: url(images/sfondo_sx.jpg);
	padding: 0px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #0F0;
	text-align: center;
}
.twoColFixLt #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 140px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(images/sfondo_dx.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000;
	top: 0px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.testo_scor {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	background-color: #ff0000;
	width: 600px;
	height: 18pt;
	color: #FFF;
	border: 2px inset #000;
}
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	float: left;
	z-index: 0;
	width: auto;
	height: auto;
	padding: 0px;
	font-weight: normal;
	text-align: center;
	position: relative;
	left: 30px;
}
#apDiv1 {
	position:static;
	top:10px;
	width:auto;
	height:auto;
	float: right;
}
#apDiv2 {
	position:static;
	width:340px;
	height:auto;
	background-color: #CFC;
	padding: 5px;
	border: 5px ridge #F00;
	z-index: 0;
	float: right;
}
#apDiv3 {
	position:relative;
	width:auto;
	height:auto;
	left: 120px;
	top: 0px;
	overflow: auto;
}


.tit4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #F00;
	text-align: center;
}
.tit5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #0000ff;
	text-align: left;
}

.tit6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #000;
	list-style-type: disc;
	list-style-position: outside;
	text-align: justify;
	font-weight: normal;
}
.tit7 {
	color: #F00;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	text-align: left;
}
.tit8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	font-weight: normal;
}
#Tab_cella1 {
	color: #FFF;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #F00;
}

#Tab_cella2 {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #00F;
	text-align: left;
	color: #FFF;
}
#Tab_cella3 {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #3FF;
	color: #000;
	text-align: left;
}
