body {
	background-image: url(immagini/sfondo.jpg);
	background-repeat: repeat-x;
	background-color:#000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.testo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #B3B3B3;
	text-decoration: none;
	text-align: justify;
	padding-right: 20px;
	padding-left: 25px;
}

a:link {
	color: #D68C0F;
	text-decoration: underline;
}
a:visited {
	color: #D68C0F;
}
a:hover {
	color: #D68C0F;
}
a:active {
	color: #D68C0F;
}
/* Rounded Corners 
div#roundBorders {
border-radius: 9px; /* CSS 3 */
/*-moz-border-radius: 9px;  Firefox */
/*-webkit-border-radius: 9px;  Safari 
} */

/* normal image 
.normal-img {
	background: #ccc;
	border: solid 1px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}
.normal-img-2 {
	display: inline-block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .8), 0 1px 0 rgba(255, 255, 255, 1), 0 -1px 0 rgba(0, 0, 0, .6);
	-moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .9), 0 -1px 0 rgba(0, 0, 0, .6);
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, 1), 0 -1px 0 rgba(0, 0, 0, .6);
}
*/
/* rounded image styles */
.rounded-img {
	display: block; /*inline-block*/
	border: solid 1px #FFF;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 5px rgba(255, 255, 255, .4);  /* 0 1px 3px rgba(0, 0, 0, .4); */
	-moz-box-shadow: 0 1px 5px rgba(255, 255, 255, .4);
	box-shadow: 0 1px 5px rgba(255, 255, 255, .4);
}
.rounded-img2 {
	display: inline-block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; 
	-webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .9), 0 -1px 0 rgba(0, 0, 0, .6);
	-moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .9), 0 -1px 0 rgba(0, 0, 0, .6);
	box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .9), 0 -1px 0 rgba(0, 0, 0, .6);
}
/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */

#ticker { width:180px; height:130px; /*border:1px solid #aaaaaa;*/ overflow:auto; }
#ticker dt {
	background-color:#6C6E6D;
	padding-top:10px; /*border:1px solid #ffffff; border-bottom:none; border-right:none; */
	position:relative;
	font-family: Georgia;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF9900;
	text-align: left;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}
#ticker dd {
	margin-left:0;
	background-color:#6C6E6D; /*border-bottom:1px solid #aaaaaa;  border-left:1px  solid #ffffff; */
	position:relative;
	font-family: Georgia;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-align: justify;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
}
/*#ticker dd.last { border-bottom:1px solid #ffffff; }*/
#ticker div { margin-top:0; }
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
	text-align: center;
}
.tabtitolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #D38016;
	text-align: center;
}
.TabTesto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CACACA;
	text-decoration: none;
	background-color: #0C0C0C;
	height: 20px;
	padding-right: 2px;
	padding-left: 2px;
}
.titoletto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCE35D;
	text-decoration: none;
	text-align: justify;
	font-weight: bold;
	text-transform: uppercase;
}
.TabCampo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	text-align: left;
	background-color: #FFFFFF;
	width: 100%;
	border: 1px none #000000;
	padding-right: 5px;
	padding-left: 5px;
}
.TabCampoBox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CACACA;
	text-decoration: none;
	text-align: center;
	background-color: #333333;
	border: 1px none #000000;
}
.testoSenzaMargini {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #B3B3B3;
	text-decoration: none;
	text-align: justify;
	padding-right: 5px;
	padding-left: 5px;
}

