﻿body {
	margin: 0px;
	font-family: arial;
	background-color: #f4f4f4;
	background-image: url(../images/backgrounds/body.gif);
	background-repeat: repeat-x;
	text-align: center;
}

h1, h2, h3, h4, p, ul, li, form {
	margin: 0px;
	padding: 0px;
}
.editor
{
    text-align: left;
}
.clear {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

img {
	border: 0px;
}

img.borded {
	border: 1px solid #CCCCCC;
}

a, a:link {
	
}
 a:visited
 {
     text-decoration:none;
 }

h1, h2, h3 {
	font-family: Georgia;
	font-weight: normal;
}

p {
	font-family: arial;
}

.hidden {
	display: none;
}

/* Line separator */

.line {
	background-image: url(../images/line.gif);
	height: 1px;
}

/* Banners */

.banner {
/*	border: 1px solid #CCCCCC; */
	margin-bottom: 15px;
}

/* Title bar */

.titleBar, .titleBarBlue {
	background-image: url(../images/backgrounds/titles/grey.gif);
	height: 25px;
	padding-left: 15px;
	line-height: 25px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 12px;
	font-family: arial black;
	text-decoration:none;
}
.titleBar a, .titleBar a:hover { color:#FFFFFF; text-decoration:none; }
.titleBarBlue {
	background-image: url(../images/backgrounds/titles/blue.gif);
	text-decoration:none;
}

.titleBarBlue a, .titleBarBlue a:hover { color:#FFFFFF; text-decoration:none; }

/* Sliders */

.sliderWidget .viewport {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}

.sliderWidget .itemSet {
	position: relative;
	left: 0px;
}

.sliderWidget .itemSet li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	float: left;
}


#container, #bottomShadow {
	width: 960px;
	padding: 0px 7px;
	margin: 0px auto;
}

#container {
	text-align: left;
	background-image: url(../images/backgrounds/container.png);
}

#bottomShadow {
	background-image: url(../images/bottomShadow.png);
	height: 12px;
	margin-bottom: 120px;
}


/* Header */

#header {
	height: 90px;
	background-image: url(../images/backgrounds/header.png);
	margin-bottom: 15px;
	padding: 15px;
	color: #666666;
	font-size: 11px;
	line-height: 15px;
}

#header .text img {
	margin-bottom: 18px;
}

#header b {
	color: #cc0000;
	font-family: arial black;
	font-weight: normal;
}

#header .text {
	width: 202px;
	float: left;
}

#header .bannerHeader {
	width: 725px;
	float: right;
}


/* Menu top */

.menuLv1 {
	height: 25px;
}

.menuLv1 .itemTeleticino a, .menuLv1 .itemTeleticinoOn a { color:#FFFFFF; text-decoration:none; }
.menuLv1 .itemTeleticino a:hover, .menuLv1 .itemTeleticinoOn a:hover { color:#FFFFFF; text-decoration:underline; }
.menuLv1 .itemRadio3iii a, .menuLv1 .itemRadio3iiiOn a { color:#FFFFFF; text-decoration:none; }
.menuLv1 .itemRadio3iii a:hover, .menuLv1 .itemRadio3iiiOn a:hover { color:#FFFFFF; text-decoration:underline; }
.menuLv1 .itemSport a, .menuLv1 .itemSportOn a { color:#FFFFFF; text-decoration:none; }
.menuLv1 .itemSport a:hover, .menuLv1 .itemSportOn a:hover { color:#FFFFFF; text-decoration:underline; }


.menuLv1 .itemTicinonews a, .menuLv1 .itemTicinonewsOn a { color:#333333; text-decoration:none; }
.menuLv1 .itemTicinonews a:hover, .menuLv1 .itemTicinonewsOn a:hover, .menuLv1 .item a:hover { color:#333333; text-decoration:underline; }


.menuLv1 .itemTicinonews, .menuLv1 .itemTeleticino, .menuLv1 .itemRadio3iii, .menuLv1 .itemSport, .menuLv1 .item, .menuLv1 .item a:visited, .menuLv1 .item a, 
.menuLv1 .itemTicinonewsOn, .menuLv1 .itemTeleticinoOn, .menuLv1 .itemRadio3iiiOn, .menuLv1 .itemSportOn, .menuLv1 .itemOn {
	float: left;
	width: 100px;
	text-align: center;
	line-height: 25px;
	font-size: 13px;
	font-family: georgia;
	text-decoration: none;
	color: #666666;
	cursor: pointer;
	text-decoration:none;
}

.menuLv1 .itemTicinonews, .menuLv1 .itemTicinonewsOn {
	background-color: #e5e5e5;
	color: #333333;
	text-decoration:none;
}

.menuLv1 .itemTeleticino, .menuLv1 .itemTeleticinoOn {
	background-color: #000000;
	background-image: url(../images/menu/black.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-decoration:none;
}

.menuLv1 .itemRadio3iii, .menuLv1 .itemRadio3iiiOn {
	background-color: #cc0000;
	background-image: url(../images/menu/red.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-decoration:none;
}

.menuLv1 .itemSport, .menuLv1 .itemSportOn {
	background-color: #339900;
	background-image: url(../images/menu/green.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	text-decoration:none;
}

.menuLv1 .itemTicinonewsOn, .menuLv1 .itemTeleticinoOn, .menuLv1 .itemRadio3iiiOn, .menuLv1 .itemSportOn, .menuLv1 .itemOn {
	text-decoration: underline;
}

.menuLv1 .separator {
	float: left;
	background-image: url(../images/menu/separator.png);
	margin: 0px 1px;
	width: 1px;
}

.menuLv1 .right {
	color: #666666;
	font-size: 10px;
	font-family: arial black;
	text-transform: uppercase;
	margin-right: 15px;
	margin-top: 5px;
	height: 14px;
	overflow: hidden;
}

.menuLv1 #rss_dropdown {
	width:135px;
	border: 1px solid #cccccc;
	position: absolute;
	background-color: #FFFFFF;
	display: none;
}

#rss_dropdown .rssItem {
	line-height:20px;
	margin-left:15px;
}

#rss_dropdown .rssItem a,#rss_dropdown .rssItem a:link,#rss_dropdown .rssItem a:visited {
	text-decoration:none;
	font-family:arial;
	font-size:11px;
	color:#999999
}

#rss_dropdown .rssItem a:hover {
	color:#ff9900
}


#rss_dropdown .rssSeparator {
	background: url(../images/rss_separator.png) no-repeat;
	line-height:1px;
	font-size:1px;
	height:1px;
}

#rss_dropdown .first {
	margin-top: 8px;
}

#rss_dropdown .last {
	margin-bottom:8px;
}

.menuLv1 .right a, .menuLv1 .right a:link, .menuLv1 .right a:visited {
	color: #666666;
	font-size: 10px;
	font-family: arial black;
	text-decoration: none;
}

.menuLv1 .right a:hover {
	text-decoration: underline;
}

.menuLv1 .right .rss {
 cursor:pointer;
 float:right;
}


.menuLv2 {
	height: 35px;
	line-height: 35px;
}

.menuLv2 a, .menuLv2 a:link, .menuLv2 a:visited, .menuLv2 span {
	color: #333333;
	font-size: 12px;
	font-family: georgia;
	text-decoration: none;
}

.menuLv2 a:hover, .menuLv2 span {
	text-decoration: underline;
}

.menuLv2 .teleticino a, .menuLv2 .teleticino a:link, .menuLv2 .teleticino a:visited,
.menuLv2 .radio3iii a, .menuLv2 .radio3iii a:link, .menuLv2 .radio3iii a:visited,
.menuLv2 .sport a, .menuLv2 .sport a:link, .menuLv2 .sport a:visited {
	color: #FFFFFF;
}

.menuLv2 div {
	padding-left: 15px;
	font-size: 12px;
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
}

.menuLv2 .ticinonews {
	background-color: #e5e5e5;
	background-image: none;
}

.menuLv2 .teleticino {
	background-color: #000000;
	background-image: none;
	color: #FFFFFF;
}

.menuLv2 .radio3iii {
	background-color: #cc0000;
	background-image: none;
	color: #FFFFFF;
}

.menuLv2 .sport {
	background-color: #339900;
	background-image: none;
	color: #FFFFFF;
}



#body {
	padding: 15px;
}


/* Center */

#center {
	float: left;
	width: 615px;
}


/* Top news */

#topNews {
	height: 283px;
	width: 615px;
	overflow: hidden;
	color: #FFFFFF;
	margin-bottom: 15px;
}

#topNews h1 {
	font-size: 30px;
	line-height: 31px;
	margin: 16px 0px 10px 0px;
}

#topNews h2 {
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 13px;
}

#topNews a, #topNews a:link, #topNews a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#topNews a:hover {
	text-decoration: underline;
}

#topNews p {
	font-size: 11px;
	line-height: 15px;
}

#topNews h1, #topNews h2, #topNews p {
	margin-left: 15px;
	margin-right: 13px;
}

#topNews .positionLeft, #topNews .positionRight {
	position: relative;
	top: -278px;
	width: 307px;
	height: 280px;
}

#topNews .positionLeft {
	float: left;
	left: -307px;
}

#topNews .positionRight {
	float: right;
	left: 307px;
}

#topNews .box {
	width: 307px;
	height: 278px;
	background-color: #000000;
	opacity: 0.6;
}

#topNews .text {
	position: relative;
	top: -279px;
}

#topNews .text .newsType {
	height: 22px;
	line-height: 22px;
	padding: 0px 15px;
	background-color: #999999;
	float: left;/*ERR*/
}

#topNews .text .newsType a, #topNews .text .newsType a:link, #topNews .text .newsType a:visited {
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	font-family: arial black;
}

#topNews .text .newsType a:hover {
	text-decoration: underline;
}

#topNews .arrowLeft, #topNews .arrowRight {
	position: relative;
	top: -340px;
	width: 15px;
	height: 24px;
	background-color: #cc0000;
	background-repeat: no-repeat;
	background-position: 4px 6px;
	cursor: pointer;
}

#topNews .positionLeft .arrowLeft, #topNews .positionLeft .arrowRight {
	left: 307px;
}

#topNews .positionRight .arrowLeft, #topNews .positionRight .arrowRight {
	left: -15px;
}

#topNews .arrowLeft {
	background-image: url(../images/arrows/whiteLeft.gif);	
}

#topNews .arrowRight {
	background-image: url(../images/arrows/whiteRight.gif);	
}


/* News list */

.newsList {
	margin-bottom: 15px;
	color: #333333;
	font-size: 11px;
}

.newsList h2 {
	font-size: 17px;
	line-height: 18px;
	margin: 5px 0px 9px 0px;
}

.newsList h2 a, .newsList h2 a:link, .newsList h2 a:visited {
	text-decoration: none;
	color: #000000;
	font-size: 17px;
}

.newsList a, .newsList a:link, .newsList a:visited {
	text-decoration: none;
	color: #CC0000;
	font-size: 11px;
}

.newsList a b , .newsList a:link b , .newsList a:visited b {
	font-weight: normal;
	font-family: arial black;
}

.newsList a:hover, .newsList h2 a:hover {
	color: #CC0000;
}

.newsList p {
	font-size: 14px;
	line-height: 16px;
	color: #333333;
	font-family: georgia;
}

.newsList .news, .newsList .newsOn {
	height: 120px;
}

.newsList .newsOn {
	background-image: url(../images/backgrounds/newsList.png);	
}

.newsList .image {
	width: 160px;
	height: 120px;
	float: left;
	margin-right:16px;
}
.newsList .image1 {
	width: 160px;
	height: 120px;
	float: left;
	margin-right:16px;
}
.newsList .text {
	padding: 12px 16px 0px;
	font-size: 9px;
	
}

.newsListSlider {
	margin-bottom: 15px;
}

.newsListSlider .banner {
	margin-top: 15px;
}

.newsListSlider .newsList {
	margin: 0px;
}

.noImage .newsList .news, .noImage .newsList .newsOn {
	height: 68px;
}

.newsListSlider .sliderWidget {
	background-color: #FFFFFF;
	color: #666666;
	line-height:16px;
	width: 615px;
}

.newsListSlider .sliderWidget .itemSet li {
	width: 615px;
}

.newsListSlider .bar {
	background-color: #dbdbdb;	
	height: 25px;
	padding-right: 15px;	
	vertical-align:middle;
}

.newsListSlider .bar img {
	float: left;
	cursor: pointer;
	position: relative;
	top: 8px;
}

.newsListSlider .numbers {
	padding: 0px 11px;
	float: left;
}

.newsListSlider .numbers div {
	width: 15px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #333333;
	font-size: 11px;
	font-family: arial black;
	float: left;
	cursor: pointer;
}

.newsListSlider .numbers div.on {
	background-color: #cc0000;
	color: #FFFFFF;
}

/* Company news */

.companyNews {
	margin-bottom: 15px;
	color: #333333;
	font-size: 11px;
}

.companyNews h2 {
	font-size: 17px;
	line-height: 18px;
	margin: 5px 0px 9px 0px;
}

.companyNews h2 a, .companyNews h2 a:link, .companyNews h2 a:visited {
	text-decoration: none;
	color: #666666;
}

.companyNews h2 a:hover {
	color: #CC0000;
	text-decoration: none;
}

.companyNews a, .companyNews a:link, .companyNews a:visited {
	text-decoration: none;
	color: #333333;
}

.companyNews a:hover {
	text-decoration: underline;
}

.companyNews p {
	font-size: 14px;
	line-height: 16px;
	font-family: georgia;
	color: #333333;
}

.companyNews .newsOn {
	background-image: url(../images/backgrounds/newsList.png);	
}

.companyNews .image {
	width: 160px;
	height: 120px;
	float: left;
}

.companyNews .text {
	float: left;
	width: 423px;
	padding: 17px 16px;
}


/* Banners */

.banner, .bannersSmall {
	margin-bottom: 15px;
}

.bannersSmall img {
	border: 0px solid #CCCCCC;
}


/* News slider */

.newsSlider {
	margin-bottom: 15px;
	height: 133px;
}

.newsSlider .arrowLeft, .newsSlider .arrowRight, .newsSlider .sliderWidget  {
	float: left;
}

.newsSlider .arrowLeft, .newsSlider .arrowRight {
	background-color: #333333;
	width: 12px;
	height: 61px;
	padding: 47px 0px 0px 3px;
	cursor: pointer;
}

.newsSlider .overlay, .newsSlider .overlayText {
	height: 108px;
	position: relative;
	display: none;
}

.newsSlider .overlay {
	opacity: 0.6;
	width: 144px;
	background-color: #000000;
}

.newsSlider .overlayText {
	width: 107px;
	padding: 12px 25px 0px 12px;
}

.newsSlider .overlayText a, .newsSlider .overlayText a:link, .newsSlider .overlayText a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: georgia;
	font-size: 14px;
}

.newsSlider .overlayText a b, .newsSlider .overlayText a:link b, .newsSlider .overlayText a:visited b {
	font-family: arial black;
	font-size: 11px;
}

.newsSlider .overlayText a:hover {
	text-decoration: underline;
}
	
.newsSlider .sliderWidget {
	width: 585px;
	height: 108px;
	background-color: #FFFFFF;
	color: #666666;
	line-height:16px;
}

.newsSlider .sliderWidget .itemSet li {
	width: 580px;
	height: 108px;
	padding: 0px 2px 0px 3px;
}

.newsSlider .sliderWidget .itemSet li img, .newsSlider .sliderWidget .itemSet li .text {
	float: left;
}

.newsSlider .sliderWidget .itemSet li img {
	margin-right: 1px;
	border: 1px solid #CCCCCC;
}

.newsSlider .sliderWidget .itemSet li .text {
	display: none;
}


/* News lists */

.newsLists {
	margin-bottom: 15px;
	height: 257px;
	overflow: hidden;
}

.newsLists .news {
	width: 307px;
	float: left;
}

.newsLists .link {
	height: 24px;
	line-height: 24px;
	padding-left: 15px;
	color: #333333;
	font-family: georgia;
	font-size: 10px;
}

.newsLists .back {
	height: 24px;
	line-height: 24px;
	color: #333333;
	font-family: arial;
	font-size: 10px;
	
}

.newsLists .back img {
	position: relative;
	top: 2px;
}

.newsLists .arrows {
	position: relative;
	left: 270px;
	top: -30px;
}

.newsLists .arrowLeft {
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

.newsLists .arrowRight {
	float: left;
	cursor: pointer;
}

.newsLists .link a, .newsLists .link a:link, .newsLists .link a:visited {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}

.newsLists .back a, .newsLists .back a:link, .newsLists .back a:visited {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

.newsLists .link a.selected, .newsLists .link a.selected:link, .newsLists .link a.selected:visited, .newsLists .link a:hover, .newsLists .back a:hover {
	color: #CC0000;
}

.newsLists .sliderWidget {
	width: 307px;
	height: 191px;
	background-color: #FFFFFF;
	background-image: url(../images/backgrounds/bar.jpg);
	background-repeat: repeat-y;
	color: #666666;
	line-height:16px;
	padding-top: 15px;
}

.newsLists .sliderWidget .itemSet li {
	width: 307px;
	height: 206px;
	color: #333333;
	font-size: 11px;
}

.newsLists .sliderWidget .itemSet li ol li {
	float: none;
	height: 18px;
	list-style-type: decimal;
}

.newsLists .sliderWidget a, .newsLists .sliderWidget a:link, .newsLists .sliderWidget a:visited {
	color: #333333;
	font-size: 11px;
	text-decoration: none;
}

.newsLists .sliderWidget a:hover {
	color: #CC0000;
}


/* Poll */

.poll {
	height: 60px;
}

.poll .arrowLeft, .poll .arrowRight, .poll .sliderWidget  {
	float: left;
}

.poll .arrowLeft, .poll .arrowRight {
	background-color: #333333;
	width: 12px;
	height: 36px;
	padding: 24px 0px 0px 3px;
	cursor: pointer;
}

.poll .sliderWidget, .poll .sliderWidget .itemSet li {
	width: 585px;
	height: 60px;
}

.poll .sliderWidget {
	background-color: #FFFFFF;
	color: #666666;
	line-height:16px;
}

.poll .sliderWidget .itemSet .item {
	float: left;
	padding: 15px 20px 0px 15px;
	width: 255px;
	height: 60px;
	background-image: url(../images/backgrounds/bar.jpg);
}

.poll .sliderWidget .itemSet .item a, .poll .sliderWidget .itemSet .item a:link, .poll .sliderWidget .itemSet .item a:visited {
	color: #000000;
	font-size: 14px;
	font-family: georgia;
	text-decoration: none;
}

.poll .sliderWidget .itemSet .item a:hover {
	color: #cc0000;
}


/* Article */

.article {
	margin-bottom: 15px;
}

.article .tabs {
	height: 26px;
}
.article .tab, .article .tabs .separator, .article .empty {
	border-bottom: 1px solid #cccccc;
}

.article .tab, .article .tabOn, .article .separator, .article .empty {
	float: left;
	height: 25px;
}	

.article .tab, .article .tabOn {
	text-align: center;
}

.article .tab {
	width: 99px;
	background-color: #8c8c8c;
	background-image: url(../images/backgrounds/articleTab.gif);
	background-repeat: repeat-x;
}

.article .tabOn {
	width: 98px;
	border: 1px solid #cccccc;
	border-bottom: 0px;
}

.article .tab a, .article .tab a:link, .article .tab a:visited,
.article .tabOn a, .article .tabOn a:link, .article .tabOn a:visited {
	font-size: 10px;
	font-family: arial black;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 24px;
}

.article .tab a, .article .tab a:link, .article .tab a:visited {
	color: #FFFFFF;
}

.article .tabOn a, .article .tabOn a:link, .article .tabOn a:visited {
	color: #999999;
}

.article .separator, .article .empty {
	font-size: 0px;
}

.article .separator {
	width: 1px;
}

.article .empty {
	width: 115px;
}
.empty1 {
	width: 99px;
	height:25px;
	border-bottom: 1px solid #cccccc;
	float:left;
}

.article .header {
	border: 1px solid #cccccc;
	border-bottom: 0px;
	border-top: 0px;
}

.article .header .top {
	height: 30px;
	margin-bottom: 20px;
}

.article .header .top .item {
	float: left;
	text-align: center;
	font-size: 11px;
	color: #333333;
	padding-top: 13px;
}

.article .header .top .item	a, .article .header .top .item a:link, .article .header .top .item a:visited {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

.article .header .top .date {
	width: 237px;
	text-align: left;
	padding-left: 15px;
}

.article .header .top .date span {
	font-size: 9px;
}

.article .header .top .date b {
	font-weight: normal;
	font-family: arial black;
}


.article .header .textSize {
	width: 44px;
}

.article .header .textSize img {
	cursor: pointer;
}

.article .header .print {
	width: 73px;
}

.article .header .send {
	width: 58px;
}

.article .header .comment {
	width: 87px;
}

.article .header .share {
	width: 121px;
	margin-left:8px;
}

.article .top .separator {
	height: 28px;
	background-image: url(../images/articleTopSeparator.png);
}




.article .header h1, .article .header h2 {
	padding-left: 15px;
}

.article .header h1 {
	font-size: 30px;
	padding-bottom: 12px;
}

.article .header h2 {
	font-size: 14px;
	color: #333333;
	padding-bottom: 15px;
}




.article .body {
	border: 1px solid #cccccc;
	border-top: 0px;
	padding: 0px 14px 15px;
}

.article .body p {
	font-size: 13px;
	color: #333333;
	line-height: 19px;
}

/* Article Testo */


/* Suggestions */

.suggestions {
	width: 300px;
	float: right;
	margin: 0px 0px 15px 15px;
}

.suggestions .author {
	color: #999999;
	font-size: 10px;
	text-align: right;
}


.suggestions .sliderWidget {
	width: 300px;
	height: 61px;
	background-color: #FFFFFF;
	background-image: url(../images/backgrounds/bar.jpg);
	background-repeat: repeat-y;
	color: #666666;
	line-height:16px;
	padding-top: 10px;
}

.suggestions .sliderWidget .itemSet li {
	width: 300px;
	height: 74px;
	color: #333333;
	font-size: 11px;
}

.suggestions .sliderWidget .itemSet li ol li {
	float: none;
	height: 18px;
	list-style-type: decimal;
}

.suggestions .sliderWidget a, .suggestions .sliderWidget a:link, .suggestions .sliderWidget a:visited {
	color: #333333;
	font-size: 11px;
	text-decoration: none;
}

.suggestions .sliderWidget a:hover {
	color: #CC0000;
}

.suggestions .arrows {
	position: relative;
	left: 250px;
	top: -37px;
}

.suggestions .arrowLeft {
	float: left;
	margin-right: 7px;
	cursor: pointer;
}

.suggestions .arrowRight {
	float: left;
	cursor: pointer;
}

.suggestions .download {
	background-color: #dbdbdb;
	height: 25px;
	text-align: right;
	margin-top: 5px;
	padding-right: 15px;
}

.suggestions .download img {
	position: relative;
	top: 3px;
}

.suggestions .download a, .suggestions .download a:link, .suggestions .download a:visited {
	color: #333333;
	font-size: 11px;
	text-decoration: none;
	line-height: 25px;
}


/* Poll box */

.article .pollBox {
	margin-bottom: 15px;	
	margin-top: 55px;
}

.article .pollBox .box {
	background-image: url(../images/backgrounds/pollBox.png);
	padding: 10px 15px;
}

.article .pollBox .title {
	color: #333333;
	font-family: georgia;
	font-size: 14px;
	margin-bottom: 10px;
}

.article .pollBox label {
	font-family: arial black;
	text-transform: uppercase;
	color: #333333;
	font-size: 11px;
	cursor: pointer;
}

.article .pollBox .left {
	width: 385px;
}


.article .pollBox .right {
	width: 170px;
	margin-top:45px;
	text-align: right;
}

.article .pollBox .right img {
	position: relative;
	top: 3px;
}

.article .pollBox .right .vote {
	position: relative;
	top: 7px;
	margin-right: 15px;
}

.article .pollBox a, .article .pollBox a:link, .article .pollBox a:visited {
	text-decoration: none;
	color: #333333;
	font-size: 11px;
}

.article .pollBox a:hover {
	text-decoration: underline;
}

/* Back */

.article .back, .article .backOn {
	height: 24px;
	padding-left: 15px;
}

.article .back {
	background-image: url(../images/backgrounds/back.png);
}

.article .backOn {
	background-image: url(../images/backgrounds/backOn.png);
}


.article .back img, .article .backOn img {
	position: relative;
	top: 2px;
}

.article .back a, .article .back a:link, .article .back a:visited,
.article .backOn a, .article .backOn a:link, .article .backOn a:visited {
	font-size: 11px;
	font-family: arial black;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 24px;
}


/* Articolo Video */ 

.article .videoBox {
	text-align:center;
	width:585px;
	padding-top: 10px;
	padding-bottom: 20px;
/* A	margin: 0px auto 100px; */
}

.article .videoOnAir {
	margin-top:1px;
}


/* Articolo Audio */ 

.article .audioBox {
	margin-bottom:100px;
}

.article .audioList {
	margin-top:1px;
}

.article .audioLink, .article .audioLinkOn {
	padding-left:30px;
	background-image:url(../images/arrows/redRightMini.gif);
	background-repeat:no-repeat;
	background-position:15px 8px;
}

.article .audioLinkOn {
 	background-color:#dbdbdb;	
}

.article .audioLink, .article .audioLinkOn, .article .audioLink a, .article .audioLinkOn a {
 	line-height:24px;
	color:#333333;
	font-size:11px;
}
	
.article .audioLink a, .article .audioLinkOn a {	
 	color#333333;
	text-decoration:none;
}

.article .audioLink a:hover, .article .audioLinkOn a:hover {	
 	color#333333;
	text-decoration:underline;
}

/* Articolo Gallery */

.article .newsSlider {
	margin: 0px -15px;
}

.article .newsSlider li img {
	cursor: pointer;
}

.article .galleryImage {
/*	width: 374px; */
	padding-top: 15px;
	margin: 0px auto 15px;
	text-align:center;	
	height: 600px;
}


/* Articolo Blog */

.article .blog {
	margin-bottom: 15px;
	padding-top: 15px;
}

.article .blog .top {
	height: 40px; 
	background-color: #dbdbdb;
	padding: 0px 15px;
	line-height: 40px;
}

.article .blog .middle {
	height: 40px; 
	background-color: #dbdbdb;
	padding: 0px 15px;
	line-height: 40px;
	 
}

.article .blog .top b {
	font-family: arial black;
	color: #333333;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	margin-right: 15px;
}

.boxlogin {
	background-image: url(../images/backgrounds/blogField.png);
	border: 0px;
	width: 102px;
	height: 17px;
	padding: 3px 0px 0px 8px;
	font-family: arial;
	font-size: 11px;
	color: #999999;
}

.article .blog .top input {
	background-image: url(../images/backgrounds/blogField.png);
	border: 0px;
	width: 102px;
	height: 17px;
	padding: 3px 0px 0px 8px;
	font-family: arial;
	font-size: 11px;
	color: #999999;
}

.article .blog .top .login 
{
    
	cursor: pointer;
	position: relative;
	top: 6px;
}
.article .blog .top .login 
{
    
	cursor: pointer;
	position: relative;
	top: 6px;
    margin-left:-8px;
	background-image:none;
}

.article .blog .label {
	float: left;
	padding: 0px 15px;
}

.article .blog .top .label a, .article .blog .top .label a:link, .article .blog .top .label a:visited {
	color: #333333;
	font-size: 11px;
	text-decoration: none;
}

.article .blog .top .label a:hover {
	text-decoration: underline;
}

.article .blog .top .separator {
	background-image:url(../images/articleBlogTopSeparator.png);
	height:28px;
	width: 1px;
}

.article .blog .messages {
	background-color: #666666;
	padding: 0px 15px;
}
.article .blog .messages .editor {
	background-color: white;
	text-align:left;
	padding: 0px 0px;
}

.article .blog .messages h3 {
	font-size: 17px;
	color: #FFFFFF;
	padding-top: 19px;
	margin-bottom: 13px;
}
	
.article .blog .messages h4 {
	font-size: 18px;
	color: #FFFFFF;
	margin: 25px 0px 10px 15px;
	font-weight: normal;
}

.article .blog .message, .article .blog .messageOn {
	width: 555px;
	
	margin-bottom: 6px;
}

.article .blog .message {
	background-color: #FFFFFF;
}

.article .blog .messageOn {
	background-image:url(../images/blog.png);
}

.article .blog .messages .left {
	width: 40px;
	text-align: center;
	padding-top: 15px;
}

.article .blog .messages .right {
	width: 500px;
	padding-top: 10px;
	
	padding-right: 15px;
}

.article .blog .messages .title {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

.article .blog .messages .date {
	color: #999999;
	font-size: 11px;
	margin-top: 4px;
	margin-bottom: 20px;
}

.article .blog .messageOn .date {
	color: #333333;
}

.article .blog .answer {
	height: 28px;
	float: right;
	padding-right: 15px;
}

.article .blog .answer a, .article .blog .answer a:link, .article .blog .answer a:visited {
	color: #666666;
	font-size: 11px;
	text-decoration: none;
	line-height: 28px;
}

.article .blog .answer .separator {
	width: 1px;
	height: 28px;
	background-image:url(../images/articleBlogMessageSeparator.png);
}

.article .blog .button {
	width: 58px;
	height: 32px;
	/*background-image:url(../images/buttons/send.png);
	background-repeat: no-repeat;*/
	margin: 10px 0px 0px 11px;
	padding-bottom: 10px;
	cursor: pointer;
}

/* Column */

#column {
	float: right;
	margin-left: 15px;
	width: 300px;
}


/* Advertising */

.advertising {
	margin-bottom: 15px;
}

.advertising .bar {
	padding: 9px 15px;
	height: 10px;
	background-image: url(../images/backgrounds/bar.jpg);
}

.advertising a, .advertising a:link, .advertising a:visited {
	color: #000000;
	font-size: 10px;
	text-decoration:none;
}

.advertising a:hover {
	color: #000000;
	text-decoration:underline;
}


/* Search box */

.searchBox {
	padding: 14px 12px 9px 11px;
	margin-bottom: 15px;
	color: #333333;
	font-size: 11px;
	background-image: url(../images/backgrounds/bar.jpg);
	border: 1px solid #cccccc;
	border-top: 0px;
}

.searchBox a, .searchBox a:link, .searchBox a:visited {
	color: #333333;
	font-size: 11px;
	text-decoration: none;
}

.searchBox a.selected, .searchBox a.selected:link, .searchBox a.selected:visited {
	text-decoration: underline;
}

.searchBox a:hover {
	text-decoration: underline;
}

.searchBox .left {
	width: 211px;
	font-size:9px;
}

.searchBox .right {
	width: 53px;
}

.searchBox .searchFields {
	margin-bottom: 7px;
}

.searchBox .searchFields .field {
	border: 1px solid #cccccc;
	height: 16px;
	float: left;
}

.searchBox .searchFields .button {
	height: 20px;
	width: 42px;
	border: 0px;
	float: left;
	background-image: url(../images/searchButton.jpg);
	cursor: pointer;
}


/* Economy */

.economy {
	/* background-image: url(../images/backgrounds/bar.jpg); */
	background-color:#64a3c6;
	padding: 5px 12px 3px 5px;
	margin-bottom: 15px;
}

.economy .left {
	margin-right: 10px;
}

.economy .sliderWidget {
	width: 176px;
	height: 40px;
	color: #666666;
	line-height:16px;
	float: left;
	padding-top:6px;
}

.economy .sliderWidget .itemSet li
{
   
    width: 176px;
    height: 40px;
    color: #FFFFFF;
    font-size: 11px;
}

.economy .sliderWidget a, .economy .sliderWidget a:link, .economy .sliderWidget a:visited
{
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
}

.economy .sliderWidget a:hover
{
    color: #FFFFFF;
}


/* News 24 */

.news24 {
	background-image: url(../images/backgrounds/bar.jpg);
	margin-bottom: 15px;
	padding: 15px 40px 15px 15px;
	height: 208px;
}

.news24 .row {
	margin-bottom: 10px;
}

.news24 .title {
	color: #333333;
	font-size: 11px;
}

.news24 .title b {
	font-family: arial black;
	text-transform: uppercase;
}

.news24 .arrows {
	position: relative;
	left: 250px;
	top: -30px;
}

.news24 .arrowLeft {
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

.news24 .arrowRight {
	float: left;
	cursor: pointer;
}

.news24 a, .news24 a:link, .news24 a:visited  {
	color: #333333;
	font-size: 11px;
	line-height: 15px;
	text-decoration: none;
}

.news24 a:hover {
	color: #cc0000;
}


.news24 .sliderWidget {
	width: 245px;
	height: 223px;
	color: #666666;
	line-height:16px;
}

.news24 .sliderWidget .itemSet li {
	width: 245px;
	height: 248px;
	color: #333333;
	font-size: 11px;
}

.news24 .sliderWidget a, .news24 .sliderWidget a:link, .news24 .sliderWidget a:visited {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

.news24 .sliderWidget a:hover {
	color: #CC0000;
}

/* Meteo */

.meteoBox {
	border: 1px solid #cccccc;
	border-top: 0px;
	margin-bottom: 15px;
	color: #666666;
	font-size: 11px;
	text-align: center;
}

.meteoBox b {
	color: #333333;
}

.meteoBox .meteo, .meteoBox .meteoOn {
	width: 74px;
	float: left;
	padding: 9px 0px 7px;
}

.meteoBox .meteoOn {
	background-image: url(../images/backgrounds/meteo.png);
}


/* News boxes */

.newsBox, .newsBoxSport, .newsBoxTeleticino {
	margin-bottom: 15px;
}

.newsBox .item, .newsBoxSport .item, .newsBoxTeleticino .item, .newsBoxRadio3iii .item, .newsBox .itemOn, .newsBoxSport .itemOn, .newsBoxTeleticino .itemOn, .newsBoxRadio3iii .itemOn {
	padding: 8px 15px;
	margin-bottom: 1px;
	height:35px;
}

.newsBox .item a, .newsBox .item a:link, .newsBox .item a:visited,
.newsBoxSport .item a, .newsBoxSport .item a:link, .newsBoxSport .item a:visited,
.newsBoxTeleticino .item a, .newsBoxTeleticino .item a:link, .newsBoxTeleticino .item a:visited,
.newsBoxRadio3iii .item a, .newsBoxRadio3iii .item a:link, .newsBoxRadio3iii .item a:visited {
	font-size: 14px;
	font-family: georgia;
	color: #333333;
	text-decoration: none;
}

.newsBox .itemOn a, .newsBox .itemOn a:link, .newsBox .itemOn a:visited,
.newsBoxSport .itemOn a, .newsBoxSport .itemOn a:link, .newsBoxSport .itemOn a:visited,
.newsBoxTeleticino .itemOn a, .newsBoxTeleticino .itemOn a:link, .newsBoxTeleticino .itemOn a:visited,
.newsBoxRadio3iii .itemOn a, .newsBoxRadio3iii .itemOn a:link, .newsBoxRadio3iii .itemOn a:visited {
	font-size: 14px;
	font-family: georgia;
	color: #FFFFFF;
	text-decoration: none;
}

.newsBoxSport .item b , .newsBoxTeleticino .item b , .newsBoxRadio3iii .item b , .newsBoxSport .itemOn b , .newsBoxTeleticino .itemOn b , .newsBoxRadio3iii .itemOn b {
	font-family: arial black;
	font-size: 11px;
	text-transform: uppercase;
}

.newsBox .item b, .newsBox .itemOn b {
	font-family: georgia;
	font-size: 12px;
}


/* News box */

.newsBox .item {
	background-color: #dbdbdb;
}

.newsBox .itemOn {
	background-color: #999999;
	background-image: url(../images/backgrounds/bars/grey.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* News box Sport */

.newsBoxSport .titleBar {
	background-image: url(../images/backgrounds/titles/green.gif);
	text-decoration:none;
}

.newsBoxSport .item {
	background-color: #d1e0c1;
}

.newsBoxSport .itemOn {
	background-color: #669933;
	background-image: url(../images/backgrounds/bars/green.png);
	background-repeat: repeat-x;
}


/* News box Teleticino */

.newsBoxTeleticino .titleBar {
	background-image: url(../images/backgrounds/titles/black.gif);
}

.newsBoxTeleticino .item {
	background-color: #707070;
}

.newsBoxTeleticino .item a, .newsBoxTeleticino .item a:link, .newsBoxTeleticino .item a:visited {
	color: #FFFFFF;
}

.newsBoxTeleticino .itemOn {
	background-color: #333333;
	background-image: url(../images/backgrounds/bars/black.png);
	background-repeat: repeat-x;
	background-position: bottom;
}


/* News box Radio 3iii */

.newsBoxRadio3iii .titleBar {
	background-image: url(../images/backgrounds/titles/red.gif);
	text-decoration:none;
}

.newsBoxRadio3iii .item {
	background-color: #ffe6ca;
}

.newsBoxRadio3iii .itemOn {
	background-color: #cc3333;
	background-image: url(../images/backgrounds/bars/red.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.newsBoxRadio3iii .item a, .newsBoxRadio3iii .item a:link, .newsBoxRadio3iii .item a:visited {
	color: #000000;
}


/* Fast link */

.fastLink {
	margin-bottom: 15px;
}

.fastLink .item, .fastLink .itemOn {
	margin-top: 1px;
	height: 38px;
	line-height: 38px;
	padding-left: 15px;
}

.fastLink .item {
	background-image: url(../images/backgrounds/fastLink.png);
}

.fastLink .itemOn {
	background-image: url(../images/backgrounds/fastLinkOn.png);
}

.fastLink .item a, .fastLink .item a:link, .fastLink .item a:visited,
.fastLink .itemOn a, .fastLink .itemOn a:link, .fastLink .itemOn a:visited {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: arial black;
	text-transform: uppercase;
}


/* News box center */

.newsBoxes .left, .newsBoxes .right {
	width: 300px;
}

/* Footer */

#footer {
	height: 128px;
	padding: 15px 15px 20px; 
	background-image: url(../images/backgrounds/footer.png);
}

#footer li {
	list-style: none;
	line-height:13px;
}

#footer h3 {
	font-size: 14px;
	line-height:14px;
}

#footer a, #footer a:link, #footer a:visited {
	color: #333333;
	text-decoration: none;
	font-size: 11px;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .columns {
	height: 120px;
}

#footer .column, #footer .lastColumn {
	float: left;
}

#footer .column {
	margin-right: 55px;
}

#footer .skip {
	float: left;
	width: 200px;
}

#footer .skip a, #footer .skip a:link, #footer .skip a:visited, #footer .skip a:hover {
	text-decoration: none;
	font-family: arial black;
	font-size: 11px;
	/*font-weight: bold;*/
	color: #333333;
	text-transform: uppercase;
}

#footer .sitemap {
	float: right;
	margin-right: 30px;
}

#footer .sitemap a, #footer .sitemap a:link, #footer .sitemap a:visited, #footer .sitemap a:hover
{
    text-decoration: none;
    color: #777777;
}

#footer .sitemap a:hover {
	text-decoration: underline;
}
.GeorgiaTitolo
{
    font-family: Georgia;
    font-size: 16px;
    color: #333333;
    text-decoration:none;
}
.GeorgiaTitolo:hover
{
    font-family: Georgia;
    font-size: 16px;
    color: #CC0000;
    text-decoration: none;
}
.ArialTesto
{
    font-family:Arial;
    font-size:14px;
    color:#666666;
    text-decoration:none;
}
.ArialTesto a
{
    font-family:Arial;
    font-size:14px;
    color:#CC0000;
    text-decoration:none;
}
.ArialTesto a:visited
{
    font-family:Arial;
    font-size:14px;
    color:#CC0000;
    text-decoration:none;
}
.ArialBlog
{
    font-family:Arial;
    font-size:12px;
    color:#333333;
}
.ArialTitolo
{
    font-family: Arial;
    font-size: 14px;
    color: #666666;
    text-transform: uppercase;
    padding-left: 15px;
	line-height: 25px;
 font-weight:bold;
    
}
.Bottone
{
    background-color:Red;
}
.GeorgiaTesto
{
    font-family:Georgia;
    font-size:14px;
    color:#333333;
    text-decoration:none;
}
.article .body a {
	color: #CC0000;
	
}
#dhtmlgoodies_slideshow{
		width:600px;	/* Total width of slideshow */


	}
	
	#previewPane{
		border:1px solid #CCCCCC;
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;

		position:relative;
		
		/* CSS HACK */
		height: 432px;	/* IE 5.x */
		height/* */:/**/420px;	/* Other browsers */
		height: /**/420px;
				
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	#galleryContainer{
		
		height:102px;	/* Height of the images + 2 */
		border:1px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/102px;	/* Other browsers */
		height: /**/102px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
	.tvBox {
	margin-bottom: 15px;
	background-image: url(../teleticinoimages/backgrounds/tvBox.png);
	width: 300px;
	height: 84px;
}

.tvBox .button, .tvBox .text {
	float: left;
}

.tvBox .button {
	width: 85px;
	height: 84px;
	/*background-image: url(../images/buttons/onAir.png);*/
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 0px;
	margin-right: 20px;
}

.tvBox .button.tv {
	background-image: url(../teleticinoimages/icons/tvBox/tv.png);
}

.tvBox .button.wire {
	background-image: url(../teleticinoimages/icons/tvBox/wire.png);
}

.tvBox .button.pc {
	background-image: url(../teleticinoimages/icons/tvBox/pc.png);
}

.tvBox .text {
	font-size: 14px;
	color: #FFFFFF;
	/*margin-top: 17px;*/
	width: 180px;
	padding: 20px 0px 20px 15px;
}

.tvBox .text a {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}

.tvBox .text h3 a {
	font-size: 20px;
	font-family: arial black;
	text-transform: uppercase;
}

.tvBox .text a:hover, .tvBox .text a.hover {
	color: #000000;
}
