@charset "utf-8";
/* CSS Document */

/* INSERISCO IL RESET DEGLI STILI */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* INSERISCO I MIEI STILI COMUNI */

h1 span {
	display:none;
}
html {
	height:100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000;
	background-image: url(../images/bkg.gif);
	background-repeat: repeat;
	height:100%;
}
.left {
	float:left;
}
.right {
	float:right;
}

.ghost {
	display:none;
}

/* INIZIO LA FORMATTAZIONE CSS */

#container {
	width:920px;
	margin-left:auto;
	margin-right:auto;
	background-color:#1B1B1B;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	}

#header {
	width:100%;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	height:57px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #333333;	
}
#header img {
	float:left;
}
#navcontainer ul
{
	margin: 0;
	list-style-type: none;
	float:right;
	text-align: center;
	font-size:18px;
	font-weight: lighter;
}

#navcontainer ul li { 
display:inline;
}

#navcontainer ul  li a
{
	display:block;
	float:left;
	width:153px;
	height:54px;
	line-height:59px;
	text-decoration: none;
	font-size:14px;
	color: #999999;
}

#navcontainer ul li a:hover
{
	color: #999999;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
#navcontainer ul li a#current {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #33CC00;
	font-weight: bold;
	color: #999999;
}
#flashcontent {
width: 920px !important;
height: 200px !important;
	z-index:5;
		overflow: hidden;

}
.banner_home {
	background-image:url(../images/banner1.jpg);
	
}
#cerca {
	width:920px;
	background-color:#000000;
	height:41px;
	text-align:right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	color:#FF0000;
}
#ticker_container {
text-decoration:none;
	background-color:#000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #006600;
	border-bottom-color: #006600;	
}
#TICKER table {
	border:none;
}
#TICKER td {
	background-color:#000000;
	border:none;
}
#TICKER_BODY {
	border:none;
}
#TICKER ul li {
	height:25px;
	line-height:25px;
}
#TICKER ul li a {
text-decoration:none;
color:#fff;

}
#TICKER ul li a:hover {
color:#FF3300;
}
#TICKER_2 table {
	border:none;
}
#TICKER_2 td {
	background-color:#000000;
	border:none;
}

#TICKER_2 ul li {
	height:24px;
	line-height:25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #006600;	
}
#TICKER_2 ul li a {
text-decoration:none;
color:#fff;

}
#TICKER_2 ul li a:hover {
color:#FF3300;
}
#TICKER_3 table {
	border:none;
}
#TICKER_3 td {
	background-color:#000000;
	border:none;
}

#TICKER_3 ul li {
	height:25px;
	line-height:25px;
		border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #006600;	
}
#TICKER_3 ul li a {
text-decoration:none;
color:#fff;

}
#TICKER_3 ul li a:hover {
color:#FF3300;
}
#quotazioni {
	width:11%;
	float:left;
	background-color:#006600;
	background-image:url(../images/quotazioni.gif);
	height:76px;
}
.split {
	width:306px;
	float:left;
}
.split a {
	color:#FF0000;
	text-decoration: none;
}
.split ul li, .split_big ul li {
	font-size:12px;
	margin-left:35px;
	color:#CCCCCC;
	list-style-type: circle;	
	margin-bottom:20px;
	line-height:16px;
}
.split_big {
	width:613px;
	float:left;
}
.split h2, .split_big h2 {
	width:100%;
	height:50px;
	line-height:50px;
	font-size:12px;
	font-weight:200;
	background-color:#000000;
	color:#ff0000;
	text-align:center;
	text-transform:uppercase;
}
.split p, .split_big p {
	padding:10px;
	color:#999999;
	font-size:12px;
}
.split img, .split_big img {
	border:3px solid #666666;
	margin:8px;
}
.split h2 a {
	color:#CCCCCC;
	font-size:10px;
}
.news {
	margin-bottom:16px;
}
.data {
	font-size:10px;
	color:#FFFFFF;
	margin-top: 6px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 5px;
}
.contenuto_news {
	font-size:10px;
	color:#999999;
	margin-left:5px;
	padding-bottom:10px;
}
.contenuto_news img {
	float:left;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding: 0px;	
}
.contenuto_news a, .pageList a {
	color:#FF3300;
}
.pageList a:visited {
	color:#CCCCCC;
}

.border_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}
.border_left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}
.border_left_grey {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
}

#map {
	margin:8px;
	width:279px;
	height:105px;
	border:5px solid #666666;
}
#map span {
	display:none;
}
#map  a {
	display:none;
}
#footer {
	font-size:10px;
	padding:10px;
	color:#666666;
	background-color:#000000;
	height:50px;
	line-height:50px;
}
#footer img {
	margin-left:6px;
	margin-right:6px;
}
strong {
	color:#CCCCCC;
}
form {
padding:15px;
color:#CCCCCC;
font-size:11px;
}
textarea {

}

/* 
 wFORMS 2.0 Stylesheet - Bureaucrat Theme v3 - Aug. 2006
 See http://www.formassembly.com/wForms
 
 To be used along with wforms-jsonly.css
 This stylesheet and the associated images are Copyright (c) 2005 Cedric Savarese (http://www.4213miles.com)	
 and licensed under the Creative Commons Attribution-ShareAlike License (http://creativecommons.org/licenses/by-sa/2.0/) 
*/
 
form {
	padding: 10px;
}
/* Form Sections ======================================================================== */
/* Fieldset  */

fieldset {
	margin: 20px 0;
	padding: 15px 10px;
	border: 1px solid #E4E3D3;	
	overflow: auto;
}
legend {
	padding: 2px 5px;
	color: #888;
	font-size: 115%;
}
/* Nested Fieldset  */
fieldset fieldset  {	border: 1px solid #666666;
}
fieldset fieldset legend {
	font-size: 110%;
}
/* Inline Section */
.inlineSection {
	overflow: auto;
	width: 100%;	
}
/* Grid Section */
form table {
	border-collapse: collapse;
}
form td {
	padding: 0 4px;
	border-left: 1px solid #E4E3D3;
	border-right: 1px solid #E4E3D3;	
}
form th {
	padding: 0 4px;
}
form .alternate-1 {
	background-color:#E4E3D3;
}
form .alternate-1 td {
	border-left: 1px solid #F4F3E3;
	border-right: 1px solid #F4F3E3;	
}
form .alternate-0 {
}

/* Combo Label + Input Field =========================================================== */
form .oneField {
}
form .inlineSection .oneField {
	padding: 0;
	margin-right: 4px;
	white-space: nowrap;	
}
/* Ties together a label and its checkbox or radio */
form .oneChoice {
	white-space: nowrap; 	
}

/* Field Labels ======================================================================== */

/* Base */
label, form .label {
	color: #999999;
	margin: 0;
}
/* Text inputs / Select label */
label.preField {
	display: -moz-inline-box;
	display: inline-block;	
	margin: 0.6em 4px 0 0;
	padding: 0 2px;
	min-width: 9em;
}
/* Radio / Checkbox group label */
form .label  {
	display: block; 
	margin: 0.6em 4px 0 0;
	padding: 2px;
}
/* Individual Checkbox / Radio label */
label.postField  {
	margin: 0 4px 0 4px;
}
/* Label when inside an inline section */
form .inlineSection .oneField .inlineLabel {
	display: -moz-inline-box;
	display: inline-block;	
	margin: 0.6em 4px 0 0;
	padding: 0 2px;
	min-width: 9em;
	background-color: #EDEDDC;
	white-space: normal;
}

/* Inputs ======================================================================== */

textarea {
	padding: 0;
	vertical-align: top;
	margin: 2px 2px 1px 0;
}
input {
	margin: 0 2px 0 0;
}
input[type=text], input[type=password] {
}
select {
	margin: 2px 2px 1px 0;
	padding: 0;
}
.inlineSection .oneField select {
	margin: 0 2px 1px 0 !important;
}
.gridSection select  {
	margin: 0 !important;
}

/* Buttons ======================================================================= */

form .actions {
	text-align: center;
	margin: 20px 0 10px 0;	
}
/* Submit button */
form .primaryAction {
	font-weight: bold;
}
/* Cancel button */
form .secondaryAction {
	color: grey;
}
form .secondaryAction:hover {
	color: black;
}


/* Form Builder Related Rules ===================================================== */

/* Form or Fieldset instruction paragraph. */
form .instructions {
	margin: 1em 0;
	font-style: italic;
}
/* Asterisk on required fields */
form .reqMark {
	color: #F00;
	padding: 0 4px;
}

/* wForms Related Rules ========================================================== */

/* Field w/ a validation error */
form .errFld {
	padding: 1px;
	border: 1px solid #F00;
}
/* Styling for message associated with a validation error. */
form .errMsg {	
	color: #CC3333 !important;
	display: block;
}
/* Field-Hint with focus */
form .field-hint {
	float: right;
	clear: right;
	color: #000;
	background-color: #FFFFFF;
	border: 1px solid #bbb;
	margin: 2px 0 7px 0;
	padding: 2px;
	font-size: 85%;
	min-height: 2em;	

}
/* Field-Hint without focus */
form .field-hint-inactive {
	float: right;
	clear: right;
	color: #666;
	margin: 2px 0 7px 0;
	padding: 2px;
	font-size: 85%;
	min-height: 2em;
}
/* Repeat Behavior divs (when not set on a fieldset) */
div.repeat {
	margin: 3px 0;
	padding-right: 6px;
	border: 1px dotted #ccc;
	background-color: #FFFFFF;
}
div.removeable {
	margin: 3px 0;
	padding-right: 6px;	
	border: 1px dotted #ccc;
	background-color: #F3F3F3;
	
}
/* Links generated by the Repeat Behavior */
form .duplicateLink {
	line-height: 260%;
	font-weight: bold;
}
form .removeLink {
	line-height: 260%;
}
form td .duplicateLink, form td .removeLink  {
	margin: 0;
	line-height: 100%;
}
/* Switch Behavior Classes */
.onstate-a,  .onstate-b,  .onstate-c,  .onstate-d,
.onstate-e,  .onstate-f,  .onstate-g,  .onstate-h, 
.onstate-i,  .onstate-j,  .onstate-k,  .onstate-l, 
.onstate-m,  .onstate-n,  .onstate-o,  .onstate-p, 
.onstate-q,  .onstate-r,  .onstate-s,  .onstate-t,
.onstate-u,  .onstate-v,  .onstate-w,  .onstate-x,  
.onstate-y,  .onstate-z,  .onstate-aa, .onstate-ab,
.onstate-ac, .onstate-ad, .onstate-ae, .onstate-af,
.onstate-ag, .onstate-ah, .onstate-ai, .onstate-aj,
.onstate-ak, .onstate-al, .onstate-am, .onstate-an,
.onstate-ao, .onstate-ap, .onstate-aq, .onstate-ar,
.onstate-as, .onstate-at, .onstate-au, .onstate-av,
.onstate-aw, .onstate-ax, .onstate-ay, .onstate-az {
	display: block;
}
/* offstate classes for the Switch Behavior are in wforms-jsonly.css */


 
/* IE6 BUG FIXES ==================================================================== */
form {
	height:expression('1%'); /* IE Pick-a-boo bug fix */
}
form fieldset {
	position:expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
	margin-top:expression('1em');
	padding-top:expression('1.5em');
	overflow: expression('visible');
}
form fieldset legend {
	position: expression('absolute'); 
	top: expression('-.5em'); /* Fixes IE problem with fieldset+legend boundaries */
	left:expression('.5em');
}
form .inlineSection .oneField {
	display: expression('inline-block');		
}
label.preField, form .inlineSection .oneField .inlineLabel {
	width: expression('9em');
}


/* LC */
.newsTitle{
	font-size: 16px;
	font-weight: 900;
	}
.newsDetailTitle{
	font-size: 16px;
	font-weight: 900;
	color: #CCCCCC;
	padding-left: 10px;
	}
.contenuto_news p{
	margin: 0px;
	padding: 0px;
	}
.error{
	color: #FF0000;
	}

.split_big div p div   {
	text-align:center;
	color:#fff;
	padding:20px;
	}
	u {
	color:#fff;
		font-size:12px;
	}
.split_big div b {
	color:#fff;
	font-size:12px;
}
table.quotDet {
	color:#CCCCCC;
	background-color:#000000;
	width:95%;
	margin-left:25px;
	margin-bottom:15px;
	

}
table.quotDet tr {
		margin:8px;
		background-color:#333333;

}
table.quotDet tr td  {
	padding:5px;
}
table.quotDet tr th {
	padding:3px;
	text-align:center;
}
h2 {
	height:30px;
	color:#fff;
	line-height:30px;
	text-transform:uppercase;
	background-color:#006600;
	text-align:center;
	margin-bottom:5px;
}

.maiuscolo{
	text-transform: uppercase;
}

.testo{
	color:#CCCCCC;
	padding:10px;
}
.loadingData {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

a{
	color:#FF3300;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.titolorosso{
	width:100%;
	height:20px;
	line-height:20px;
	font-size:12px;
	font-weight:200;
	background-color:#000000;
	color:#ff0000;
	text-align:center;
	text-transform:uppercase;
}

.MGstandard{
	font-size:12px;
	color: #CCC;
	margin-left: 10px;
}

form .MGstandard td{
	border: none;
	margin: 5px;
	padding: 5px;
}



#newsj li {
 
 
  list-style-type: none;
 
   padding-left: 0;
   height:155px;
   border:#666666 solid 1px;
   margin:5px;
   margin-top:0px;
 
}

#newsj  ul{
padding:0;
margin:0;
}


#newsj   {
padding:0;
margin:0;
color:#fff;
 

list-style-type:none;

}

#newsj li img {
  display: block;
}

#newsj ul{
}

#newssponsor li {
 
 
  list-style-type: none;
  text-align:center;
 
  padding:0;
margin:0;
   height:655px;
   border:#666666 solid 0px;
  
 
 
}

#newssponsor  ul{
padding:0;
margin:0;
text-align:center;
}


#newssponsor   {
padding:0;
margin:0;
color:#fff;
 

list-style-type:none;

}


#newssponsor   p{
padding:0;
margin:0;
text-align:center;
padding-left:20px;
 

}

#newssponsor li img {
  display: block;
  border-width:0px;
}

#newssponsor ul{
}

