/****************************************/
/*	Restyling METEOGIORNALE.IT			*/
/*										*/
/*	CSS flash24							*/
/*										*/
/****************************************/

#news-container {
	width: 300px; 
	margin: auto;
	margin-top: 30px;
	border: 5px solid #333333;
}

#news-container ul li div {
	border: 1px solid #aaaaaa;
	background: #ffffff;
}
.side-flash24 {
	margin:20px 0px;
	width:300px;
	height:405px;
	position:relative;
	color:#fff;
	overflow:hidden;
	padding:5px;
	border:1px solid #E95D0F;
	-moz-box-shadow: 0px 0px 2px #E95D0F;
	-webkit-box-shadow: 0px 0px 2px #E95D0F;
	box-shadow: 0px 0px 2px #E95D0F;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	background: linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
.side-flash24 h3 {
	background: url('../bkg/bg_title_flash24.png') no-repeat;
	text-indent: -9999em;
	height: 35px;
	margin: 0 auto;
}
/* @Gruppo TABS */

#tabs_container {
	margin:15px 0px;
	width:300px;
	color:#fff;
	overflow:hidden;
	padding:5px;
}
#tabs_container ul.tabs {
	list-style: none;
	height: 35px;
	margin-left: 6px;
	margin-right: 6px;
	background-color: #efefef;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
}
.tab_1 {
	list-style: none;
	height: 34px;
	width: 130px;
	background: url('../bkg/bg_title_meteoflash24.png') no-repeat 5px 7px;
	text-indent: -9999em;
}
.tab_2 {
	list-style: none;
	height: 34px;
	width: 116px;
	background: url('../bkg/bg_title_most_reader.png') no-repeat 20px 7px;
	text-indent: -9999em;
}
#tabs_container ul.tabs li {
	float: left;
}
#tabs_container ul.tabs li a {
	display: block;
	text-decoration: none;
	margin: 0;
    padding-left: 20px;
}
#tabs_container ul.tabs li.active a {
	/* border: 1px solid #d4d4d4;
	border-bottom: 1px solid #fff;
	background-color: #fff;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px; */
}
div.tab_contents_container {
	border-top: none;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 85%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(85%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 85%,rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 85%,rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 85%,rgba(237,237,237,1) 100%);
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 85%,rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
div.tab_contents {
	display: none;
}
div.tab_contents_active {
	display: block;
}

/* @Gruppo NEWS */

.row {
    margin: 6px;
}
.row p {
    color: #000000;
    font-size: 12px;
    margin-bottom: 3px;
	border-bottom: 1px dotted #d4d4d4;
	padding-bottom: 7px;
	display: block;
	font-family: 'Open Sans', sans-serif;
}
.row p a:link, .row p a:visited, .row p a:active {
	color: #09539d;
	/* color: #00547a; */
	text-decoration: none;
}
.row p a:hover {
    color: #003762;
	text-decoration: none;
}
.row p strong {
    color: #CC3300;
    text-transform: uppercase;
}
.row .follow a:link,.row .follow a:visited, .row .follow a:active {
    color: #CC3300;
    font-size: 14px;
    margin-left: 6px;
}
.row .follow a:hover {
    color: #CC3300;
    font-size: 14px;
    margin-left: 6px;
}
.time-24 {
    color: #fff;
    margin-right: 5px;
	padding: 0 3px;
	background: #0089e0;
	/* -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 11px; */
}
.tags {
    color: #fff;
    margin-right: 5px;
	padding: 0 3px;
	background: #E2001A;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 11px;
}

/* @Gruppo FLASH24 HOMEPAGE */

#tabs_container_home {
	margin: 10px 0px 5px 0px;
	width:300px;
	position:relative;
	color:#fff;
	overflow:hidden;
	border: 1px solid #ccc;
	padding: 4px 4px 1px 4px;
}
#tabs_container_home ul.tabs {
	list-style: none;
	height: 35px;
	/* -moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 2px 2px 0px 0px;
	border-radius: 2px 2px 0px 0px; */
}
#tabs_container_home .tab_1 {
	list-style: none;
	height: 34px;
	width: 288px;
	background: url('../bkg/bg_title_meteoflash24.png') no-repeat 5px 7px;
	text-indent: -9999em;
}
#tabs_container_home ul.tabs li {
	float: left;
}
#tabs_container_home ul.tabs li a {
	display: block;
	text-decoration: none;
	margin: 0;
    padding-left: 20px;
}
#tabs_container_home ul.tabs li.active a {
	/* border: 1px solid #d4d4d4;
	border-bottom: 1px solid #fff; */
	background-color: #fff;
	/* -moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 2px 2px 0px 0px;
	border-radius: 2px 2px 0px 0px; */
}
div.tab_contents_container_home {
	/* border-top: none;
	border: 1px solid #d4d4d4; */
	background: rgb(255,255,255);
	background: -moz-linear-gradient(-45deg,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 75%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(75%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));
	background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 75%,rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 75%,rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 75%,rgba(237,237,237,1) 100%);
	background: linear-gradient(-45deg,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 75%,rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 );
}
div.tab_contents {
	display: none;
}
div.tab_contents_active {
	display: block;
}
.all-news-home {
	padding: 0 3px 2px 3px;
	background: #0089e0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 11px;
	/* margin: -2px 0 2px 187px; */
	margin: -2px 0 2px 2px;
	width: 110px;
}
.all-news-home a:link, .all-news-home a:visited {
	color:#eee;
	text-decoration: none;
}
.all-news-home a:hover {
	color:#fff;
	text-decoration: none;
}

.all-news {
	padding: 0 3px 2px 3px;
	background: #0089e0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 11px;
	margin: -2px 0 2px 180px;
	width: 108px;
}
.all-news a:link, .all-news a:visited {
	color:#eee;
	text-decoration: none;
}
.all-news a:hover {
	color:#fff;
	text-decoration: none;
}
.all-post {
	padding: 0 3px 2px 3px;
	background: #e2001a;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 11px;
	margin: -2px 0 2px 173px;
	width: 115px;
}
.all-post a:link, .all-post a:visited {
	color:#eee;
	text-decoration: none;
}
.all-post a:hover {
	color:#fff;
	text-decoration: none;
}

/* @Gruppo FLASH 24 PAGINA DEDICATA */

p {
	font-size:13px;
	line-height:1.3;
	margin-top:10px;
}
img.img-news {
	display: block;
	margin: 10px auto;
	background: #fff;
    border: 1px solid #ABAAA6;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    display: block;
    padding: 2px;
}
p.data {
	font-size: 11px;
	color: #e2010a;
}
.rss {
	float: right;
	display: block;
	margin-top: 20px;
}
.box-sn-24 {
	margin: 5px 10px;
	text-align: center;
	padding: 4px 4px 1px 4px;
	width: 300px;
	float: left;
}
.box-sn-24-right {
	margin: 5px 10px;
	text-align: center;
	padding: 4px 4px 1px 4px;
	width: 300px;
	float: left;
}
.dida-24 {
	min-height: 100px;
	margin-top: 8px;
}
.picture-24 .dida-24 h6 a:link, .picture-24 .dida-24 h6 a:visited {
    color: #FF6600;
    text-decoration: none;
	font-family: 'Open Sans', sans-serif;
}
.picture-24 .dida-24 p a:link, .picture-24 .dida-24 p a:visited {
    color: #333333;
    text-decoration: none;
	font-size: 12px;
}
.picture-24 {
    padding: 0 0 5px;
	background: url("../bkg/bg_articoli_related.jpg") repeat-x left top white;
    border-top: 1px solid #F2F2F2;
}
.picture-24 .medio { padding: 5px 0;}
.picture-24 .ultimo {
    border: medium none;
    margin-bottom: 2px;
    padding: 5px 0 0;
}
.picture-24 img {
	float:left;
	width: 80px;
	height:65px;
	margin-right:8px;
	margin-left: 8px;
	background: #fff;
    border: 1px solid #ABAAA6;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    display: block;
    padding: 2px;
	float: left;
}
.dispari .dida-24 { background: #fff;}
.pari .dida-24 .picture-24 { background: url('../bkg/dida-sup.gif') repeat-x scroll left top #FEFEFE;}
.picture-24 .dida-24 h6 {
    border: medium none;
    font-size: 13px;
    margin: 0 0 5px 10px;
    /*padding-top: 5px;*/
    text-transform: uppercase;
}
.picture-24 .dida-24 h6 a:link, .picture-24 .dida-24 h6 a:visited {
    color: #0043A2;
    text-decoration: none;
}
.picture-24 .dida-24 h6 a:hover, .picture-24 .dida-24 h6 a:focus, .picture-24 .dida-24 h6:active {
    color: #0066cc;
    text-decoration: none;
}
.picture-24 .dida-24 p {
    font-size: 12px;
    padding: 0 3px 12px 10px;
}
.picture-24 .dida-24 p a:link, .picture-24 .dida-24 p a:visited {
    color: #575757;
    text-decoration: none;
}
.picture-24 .dida-24 p a:hover, .picture-24 .dida-24 p a:focus, .picture-24 .dida-24 p a:active {
    color: #575757;
    text-decoration: none;
}

/* @Gruppo PAGINAZIONE FLASH 24 */

ul.paginazione  {
	margin:10px auto;
	width:500px;
}
ul.paginazione span {
	color: #E95D0F;
	font-size: 13px;
	font-weight: bold;
}
ul.paginazione li {
	display: inline;
	font-size: 13px;
	color: #E95D0F;
}
ul.paginazione a:link,ul.paginazione a:visited {
	padding: 2px 3px;
	font-size: 13px;
	color: #E95D0F;
	text-decoration: none;
}
ul.paginazione a:hover, ul.paginazione a:active, ul.paginazione a:focus {
	color: #8d8d8d;
	text-decoration: none;
}
ul.paginazione li.current { color: #8d8d8d;}


/* @Gruppo NETWORK HOMEPAGE */

.tab_3 {
	list-style: none;
	height: 34px;
	width: 130px;
	background: url('../bkg/bg_title_mtgnetwork.png') no-repeat 5px 7px;
	text-indent: -9999em;
}

#tabs_container_network_home {
	margin: 10px 0px 5px 0px;
	width:300px;
	position:relative;
	color:#fff;
	overflow:hidden;
	border: 1px solid #ccc;
	padding: 4px 4px 1px 4px;
}
#tabs_container_network_home ul.tabs {
	list-style: none;
	height: 35px;
}
#tabs_container_network_home .tab_3 {
	list-style: none;
	height: 34px;
	width: 288px;
	background: url('../bkg/bg_title_mtgnetwork.png') no-repeat 5px 7px;
	text-indent: -9999em;
}
#tabs_container_network_home ul.tabs li {
	float: left;
}
#tabs_container_network_home ul.tabs li a {
	display: block;
	text-decoration: none;
	margin: 0;
    padding-left: 20px;
}
#tabs_container_network_home ul.tabs li.active a {
	background-color: #fff;
}

.all-news-network-home {
	float: left;
	padding: 0 3px 2px 3px;
	background: #0089e0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 11px;
	margin: -2px 0 2px 7px;
}
.all-news-network-home a:link, .all-news-network-home a:visited {
	color:#eee;
	text-decoration: none;
}
.all-news-network-home a:hover {
	color:#fff;
	text-decoration: none;
}
