/* CSS Document */

/*-----TAGS-----*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:Black;
}

a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#CC0000;
	text-decoration:none;
	font-weight:bold;
}

/*-----LINK_2-----*/
a.rosso {
	color:#CC0000;
	text-decoration:none;
	font-weight:bold;
}

a.rosso:hover {
	color:black;
	text-decoration:none;
	font-weight:bold;
}

/*-----LINK_3-----*/
a.bianco {
	color:#ffffff;
	text-decoration:none;
}

a.bianco:hover {
	color:ffffff;
	text-decoration:underline;
}

/*-----OVERTOP-----*/

table.overtop {
	background-image:url(../img/background_overtop.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}

/*-----TOP-----*/

table.top {
	background-image:url(../img/background_top.gif);
	background-repeat:repeat;
}

/*-----LOGIN-----*/

table.login {
	background-image:url(../img/background_login.gif);
	background-repeat:repeat;
}

/*-----MENU-----*/

table.menu {
	background-image:url(../img/background_menu.gif);
	background-repeat:repeat;
	margin:0px;
	padding:0px;
}
table.logo {
	background-image:url(../img/background_logo.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
}

/*-----MENU_OFFER-----*/

table.menuoffer {
	background-image:url(../img/background_menu_offer.gif);
	background-repeat:repeat;
	margin:0px;
	padding:0px;
}

/*-----ABBONATI-----*/

table.abbonati {
	background-image:url(../img/background_abbonati.gif);
	background-repeat:repeat;
	margin:0px;
	padding:0px;
}

/*-----OFFER-----*/

table.offertop {
	background-image:url(../img/background_swf_1.jpg);
	background-repeat:repeat;
	margin:0px;
	padding:0px;
	color: #FFFFFF;
}
td.divider {
	background-image:url(../img/background_divider.gif);
	}
	
p.carat {
	line-height:18px;
}

span.avviso {
	font-size:10px;
	color:#666666;
}

ul.normal {
	margin-right:1px;
	padding-right:1px;
	list-style:square;
	list-style-position:inherit;
}

/*-----HOME_OFFER-----*/

table.homeoffer {
	background-image:url(../img/background_home_offer.jpg);
}

table.biglogo {
		background-image:url(../img/background_big_logo.gif);
		background-repeat:no-repeat;
		background-position:center;
		background-position:bottom;
}

/*-----HELPDESK-----*/

table.helpdesk {
	background-image:url(../img/background_helpdesk.gif);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	vertical-align:bottom;
}

span.sottotitoloHelpDesk {
	font-size:11px;
	color:#000000;
}

span.titoloCatHelpDesk {
	font-size:14px;
	color:#CC0000;
}

/*-----GENERAL-----*/

table.general {
	background-image:url(../img/background_general.gif);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	vertical-align:bottom;
}
	
/*-----FOOTER-----*/

table.footer {
	background-image:url(../img/background_footer.gif);
	background-repeat:repeat;
	margin:0px;
	padding:0px;
	color: #FFFFFF;
	vertical-align:bottom;
}

/*-----END-----*/

table.end {
	background-image:url(../img/background_end.gif);
	background-position:center;
	margin:0px;
	padding:0px;
	color: BLACK;
}


/*-----BACKOFFICE-----*/
ul.backmenu {
	list-style:square;
	list-style-position:inherit;
	line-height:20px;
}


/*----RIGHE ALTERNE----*/
table.righealterne {
	width:100%;
	border:0;
	padding:2px;
	margin:1px;
	font-family: Trebuchet MS, Verdana, Arial, Times New Roman ;
	background-color: #FFFFFF;
}
  
table.righealterne tr.alterna td{
	background-color:#f0f0f0;
}

table.righealterne tr td.th{
	background-color:#CC0000;
	color:#FFFFFF;
	font-weight:bold;
}
  
table.righealterne th{
	text-align:center;
  	background-color:#CC0000;
	font-family: Trebuchet MS, Verdana, Arial, Times New Roman ;
	color:white;
}
  
table.righealterne th.separazione{
  	background:url();
	background-color: #FFFFFF;
}

/*----RIGHE ALTERNE----*/
table.square {
	border:1px solid #cccccc;
}
/*----NO BORDER----*/
.noborder {
  overflow: scroll;
  border: 0px;
  border-right: 0px;
  padding: 0;
  margin: 0;
  margin-bottom:0;
  font-size: 11px;  
}
.noborder td{
  border:0;
  font-size: 11px;  
}
.noborder tr{
  border:0;
  font-size: 11px;  
} 

/*----HOME SX----*/
.focuson {
	background-color:#F2F2F2;
}

/*----HOME NEWS----*/
table td.newsHome {
	border-right:1px solid #E0E0E0;
	border-left:1px solid #E0E0E0;
	background-image:url(../img/news_home_bg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	
	
}

/*----PRESS----*/
table td.newsPress {
	border-right:1px solid #E0E0E0;
	border-left:1px solid #E0E0E0;
	border-top:1px solid #E0E0E0;
	border-bottom:1px solid #E0E0E0;
	width:50px;
}
table tr.newsPress {
	height:50px;
}

p.messaggio{
	text-align:center;
	color:#000000;
	font-size:12px;
}

p.benvenuto{
	text-align:justify;
	color:#000000;
	font-size:11px;
}