/****************************************/
/*	Restyling METEOGIORNALE.IT			*/
/*										*/
/*	CSS rivelazioni						*/
/*										*/
/****************************************/

/* @Gruppo FORM */

form#luogo {
	margin: 15px 0 10px 0;
	padding-bottom: 10px;
}
form#luogo .campo { margin: 0 auto;}

form#luogo .campo label {
	font-size: 13px;
	color:#2273b2;
	margin-right: 5px;
	font-weight: bold;
}
form#luogo .campo select {
	font-size: 13px;
	color: #626262;
	margin-right: 5px;
	width: 205px;
}
form#luogo .campo input {
	margin-right: 5px;
	background: url('../bkg/rv-vai.gif') no-repeat;
	/* background: url('../bkg/bg_menu_6.png') repeat; */
	/* background-color: #0089e0; */
	width: 31px;
	height: 19px;
	border: none;
	color: #00325b;
	font-size: 12px;
	padding-bottom: 2px;
	padding-top:2px;
}

form#luogo2 {
	margin: 15px 0 10px 0;
	padding-bottom: 10px;
}

form#luogo2 .campo { margin: 0 auto;}

form#luogo2 .campo select {
	font-size: 13px;
	color: #626262;
	margin-right: 5px;
	width: 205px;
}


/* Banner */
.rv-banner {
	text-align: center;
	margin: 0;
	border-top: 2px solid #d1dde3;
	border-bottom: 2px solid #d1dde3;
	padding: 0;
}

/* @Gruppo TITOLO H2 */

.top {
	font-style: 'Opens Sans', sans-serif;
	font-size: 18px;
	/* font-weight: normal; */
	font-weight: bolder;
	/* color: #039; */
	color: #0264d4;
	margin-top: 10px;
	/* padding: 5px 5px 10px 5px; */
	padding: 5px;
	/* background: #fff url('../bkg/bg-first.gif') repeat-x left bottom; */
	border-bottom: 1px solid #c8cbcd;
}

h2.citta { font-size: 18px; }

h2.citta span {
	font-size: 16px;
	font-weight: normal;
	}
	
h2.citta span.town {
	/* font-size: 22px; */
	font-size: 18px;
	color: #e2001a;
	font-weight: bolder;
}
.slm {
	margin-top: 5px;
	font-size: 14px;
	font-style: italic;
}

/* @Gruppo SCELTA ZONA METEO DIRETTA */

.zona {
	padding: 10px 0 0 5px;
	margin: 10px 0 20px 0;
}
.zona p {
    background: url("../bkg/rv-freccineblu.gif") no-repeat scroll right 66% transparent;
    float: left;
    font-size: 13px;
    line-height: 5px;
    margin-right: 5px;
    padding-bottom: 4px;
    padding-right: 10px;
    width: 106px;
}

.zona ul {
	float: right;
	padding: 0;
	margin: 0;
}
.zona ul li {
	float:left;
	margin-top: 2px;
}
.zona ul li a {
	display: inline-block;
	zoom: 1;
	display: inline;
	vertical-align: baseline;
	margin: 0 4px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .2em 0.7em .22em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	
	background: #0089e0;
	background: -moz-linear-gradient(top,  #0089e0 0%, #0172b9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0089e0), color-stop(100%,#0172b9));
	background: -webkit-linear-gradient(top,  #0089e0 0%,#0172b9 100%);
	background: -o-linear-gradient(top,  #0089e0 0%,#0172b9 100%);
	background: -ms-linear-gradient(top,  #0089e0 0%,#0172b9 100%);
	background: linear-gradient(top,  #0089e0 0%,#0172b9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089e0', endColorstr='#0172b9',GradientType=0 );
}
.zona ul li a:hover {
	background: #0089e0;
	background: -moz-linear-gradient(top,  #0089e0 0%, #01619d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0089e0), color-stop(100%,#01619d));
	background: -webkit-linear-gradient(top,  #0089e0 0%,#01619d 100%);
	background: -o-linear-gradient(top,  #0089e0 0%,#01619d 100%);
	background: -ms-linear-gradient(top,  #0089e0 0%,#01619d 100%);
	background: linear-gradient(top,  #0089e0 0%,#01619d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089e0', endColorstr='#01619d',GradientType=0 );
}
.zona ul li a:active {
	position: relative;
	top: 1px;
	color: #80bed6;
	background: #01619d;
	background: -moz-linear-gradient(top,  #01619d 0%, #0089e0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#01619d), color-stop(100%,#0089e0));
	background: -webkit-linear-gradient(top,  #01619d 0%,#0089e0 100%);
	background: -o-linear-gradient(top,  #01619d 0%,#0089e0 100%);
	background: -ms-linear-gradient(top,  #01619d 0%,#0089e0 100%);
	background: linear-gradient(top,  #01619d 0%,#0089e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01619d', endColorstr='#0089e0',GradientType=0 );
}
.zona ul li a:link, .zona ul li a:visited {
	color: #eee;
	text-decoration: none;
}
.zona ul li a:hover {
	color: #fff;
	text-decoration: none;
}

/* @Gruppo TABELLA DATI DIRETTA METEO */

table.rv {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	margin-bottom:10px;
}
table.rv th {
	/* background: #e3e9ef; */
	background-color: #b2d1e5;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	/* color: #336699; */
	color: #003366;
	/* padding: 4px; */
	padding: 3px;
	font-weight: bold;
	text-align: center;
	-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;
}
table.rv th.citta, table.rv tr td.citta {
	text-align: left;
	border-left: none;
	padding:4px;
	font-size:15px;
}
table.rv th.vento,table.rv tr td.vento { border-right: none;}
table.rv tr td {
	/* border-bottom: 1px solid #d4d4d4; */
	padding: 2px 2px;
	/* color: #858585; */
	color: #09539d;
	/* font-weight: bold; */
	text-align: center;
	text-transform: capitalize;
}
table.rv tr.pari {
	font-size:13px;
	font-weight: normal !important;
	background-color: #f5f7fa;
	border-bottom: 1px solid #ededed;
}
table.rv tr.dispari {
	font-size:13px;
	font-weight: normal !important;
	/* background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 60%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(60%,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) 60%,rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 60%,rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 60%,rgba(237,237,237,1) 100%);
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 60%,rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); */
	background-color: #e7f0f8;
	border-bottom: 1px solid #e1ecf5;
}
table.rv tr.pari.ultima td { border: none;}
table.rv tr.dispari td { 
	color: #09539d;
	/* color: #236188; */
	/* color: #1b6b98; */
}

/*
 * Tutti i link
 * 
 */

.dispari  .citta a:link, .dispari  .citta a:visited, .dispari  .citta a:active
{
	font-size:13px;
	/* color: #004094; */
	color: #09539d;
	text-decoration: none;
}

.dispari  .citta a:hover
{
	font-size:13px;
	/* color: #004094; */
	color: #e2001a;
	text-decoration: none;
}


.pari  .citta a:link, .pari  .citta a:visited, .pari  .citta a:active
{
	font-size:13px;
	/* color: #858585; */
	color: #09539d;
	text-decoration: none;
}

.pari  .citta a:hover
{
	font-size:13px;
	/* color: #858585; */
	color: #e2001a;
	text-decoration: none;
}


p.mappe-diretta {
margin: 20px 0;
padding-bottom: 2px;
border-bottom: 1px solid #f60;
}

p.mappe-diretta a {
color: #f60;
text-decoration: none;
font-weight: bold;
font-size: 13px;
background: url(https://www.meteogiornale.it/content/bkg/rv-freccinearancio.gif) no-repeat right 60%;
padding-right: 10px;
}

p.rv-testo {
margin-top: 10px;
border: 1px solid #d1dde3;
font-size: 10px;
padding: 5px;
font-weight: bold;
color: #666;
}

/* @Gruppo RIVELAZIONI (RIASSUNTO DIRETTA METEO)*/

.rilevazioni {
	width: 655px;
	margin:10px 0 10px 5px;
	padding-bottom:22px;
	border-bottom: 2px solid #e6eaec;
}
.rilevazioni .icona {
	width: 75px;
	float: left;
}
.rilevazioni .t-oggi {
	width: 135px;
	float: left;
	margin-right: 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #d4d4d4;
	-webkit-box-shadow: 0px 0px 4px 0px #d2d2d2;
	-moz-box-shadow: 0px 0px 4px 0px #d2d2d2;
	box-shadow: 0px 0px 4px 0px #d2d2d2;
}
.rilevazioni .t-oggi p.temp {
	font-size: 32px;
	color: #0089E0;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-weight: bold;
	letter-spacing: -1px;
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 10px;
}
.rilevazioni .t-oggi p.def{
	color: #666;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	margin-top: 7px;
	padding-bottom: 3px;
}
.rilevazioni .t-24 {
	width: 120px;
	min-height: 61px;
	float: left;
	margin-right: 15px;
	font-family: 'Open Sans', sans-serif;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #d4d4d4;
	-webkit-box-shadow: 0px 0px 4px 0px #d2d2d2;
	-moz-box-shadow: 0px 0px 4px 0px #d2d2d2;
	box-shadow: 0px 0px 4px 0px #d2d2d2;
}
.rilevazioni .t-24 h4,.rilevazioni .dir-vento h4 {
	color: #666;
	font-weight: bold;
	font-size: 13px;
	border-bottom: 1px solid #d4d4d4;
	margin-top: 2px;
	padding-bottom: 3px;
	text-align: center;
}
.rilevazioni .t-24 p.min {
	background: url('../bkg/rv-tmin.gif') no-repeat;
	float: left;
	padding: 11px 0 0 10px;
	color: #09539d;
	margin: 8px 0 0 6px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
}
.rilevazioni .t-24 p.max {
	background: url('../bkg/rv-tmax.gif') no-repeat;
	float: right;
	padding: 11px 0 0 10px;
	color: #d65c33;
	margin: 8px 6px 0 0;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
}
.rilevazioni .dir-vento {
	float: left;
	width: 132px;
	height: 60px;
	margin-right: 15px;
	font-family: 'Open Sans', sans-serif;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #d4d4d4;
	-webkit-box-shadow: 0px 0px 4px 0px #d2d2d2;
	-moz-box-shadow: 0px 0px 4px 0px #d2d2d2;
	box-shadow: 0px 0px 4px 0px #d2d2d2;
}
.rilevazioni .dir-vento p {
	padding: 15px 0 0 45px;
	color: #09539d;
	font-weight: bold;
	line-height: 18px;
	font-size: 12px;
}
.rilevazioni .dir-vento p span { display: block;}

.rilevazioni .N-1 { background: url(https://www.meteogiornale.it/meteo/public/weather-icons/wind/25/1_N.png) no-repeat bottom left;}
.rilevazioni .N-2 { background: url(https://www.meteogiornale.it/meteo/public/weather-icons/wind/25/2_N.png) no-repeat bottom left;}
.rilevazioni .N-3 { background: url(https://www.meteogiornale.it/meteo/public/weather-icons/wind/25/3_N.png) no-repeat bottom left;}
.rilevazioni .N-4 { background: url(https://www.meteogiornale.it/meteo/public/weather-icons/wind/25/4_N.png) no-repeat bottom left;}
.rilevazioni .NE-1 { background: url(https://www.meteogiornale.it/meteo/public/weather-icons/wind/25/1_NE.png) no-repeat bottom left;}
.rilevazioni .NE-2 { background: url(https://www.meteogiornale.it/meteo/public/weather-icons/wind/25/2_NE.png) no-repeat bottom left;}
.rilevazioni .NE-3 { background: url(https://www.meteogiornale.it/meteo/public/weather-icons/wind/25/3_NE.png) no-repeat bottom left;}
.rilevazioni .NE-4 { background: url(https://www.meteogiornale.it/meteo/public/weather-icons/wind/25/4_NE.png) no-repeat bottom left;}
.rilevazioni .E-1 { background: url(https://www.meteogiornale.it/meteo/public/weather-icons/wind/25/1_E.png) no-repeat bottom left;}
.rilevazioni .E-2 { background: url(https://www.meteogiornale.it/meteo/public/weather-icons/wind/25/2_E.png) no-repeat bottom left;}
.rilevazioni .E-3 { background: url(https://www.meteogiornale.it/meteo/public/weather-icons/wind/25/3_E.png) no-repeat bottom left;}
.rilevazioni .E-4 { background: url(https://www.meteogiornale.it/meteo/public/weather-icons/wind/25/4_E.png) no-repeat bottom left;}
.rilevazioni .SE-1 { background: url(https://www.meteogiornale.it/meteo/public/weather-icons/wind/25/1_SE.png) no-repeat bottom left;}
.rilevazioni .SE-2 { background: url(https://www.meteogiornale.it/meteo/public/weather-icons/wind/25/2_SE.png) no-repeat bottom left;}
.rilevazioni .SE-3 { background: url(https://www.meteogiornale.it/meteo/public/weather-icons/wind/25/3_SE.png) no-repeat bottom left;}
.rilevazioni .SE-4 {
	background: url(https://www.meteogiornale.it/meteo/public/weather-icons/wind/25/4_SE.png) no-repeat bottom left;
	margin-top: 20px;
}
.rilevazioni .S-1 { background: url(https://www.meteogiornale.it/meteo/public/weather-icons/wind/25/1_S.png) no-repeat bottom left;}
.rilevazioni .S-2 { background: url(https://www.meteogiornale.it/meteo/public/weather-icons/wind/25/2_S.png) no-repeat bottom left;}
.rilevazioni .S-3 { background: url(https://www.meteogiornale.it/meteo/public/weather-icons/wind/25/3_S.png) no-repeat bottom left;}
.rilevazioni .S-4 { background: url(https://www.meteogiornale.it/meteo/public/weather-icons/wind/25/4_S.png) no-repeat bottom left;}
.rilevazioni .SO-1 { background: url(https://www.meteogiornale.it/meteo/public/weather-icons/wind/25/1_SO.png) no-repeat bottom left;}
.rilevazioni .SO-2 { background: url(https://www.meteogiornale.it/meteo/public/weather-icons/wind/25/2_SO.png) no-repeat bottom left;}
.rilevazioni .SO-3 { background: url(https://www.meteogiornale.it/meteo/public/weather-icons/wind/25/3_SO.png) no-repeat bottom left;}
.rilevazioni .SO-4 { background: url(https://www.meteogiornale.it/meteo/public/weather-icons/wind/25/4_SO.png) no-repeat bottom left;}
.rilevazioni .O-1 { background: url(https://www.meteogiornale.it/meteo/public/weather-icons/wind/25/1_O.png) no-repeat bottom left;}
.rilevazioni .O-2 { background: url(https://www.meteogiornale.it/meteo/public/weather-icons/wind/25/2_O.png) no-repeat bottom left;}
.rilevazioni .O-3 { background: url(https://www.meteogiornale.it/meteo/public/weather-icons/wind/25/3_O.png) no-repeat bottom left;}
.rilevazioni .O-4 {
background: url(https://www.meteogiornale.it/meteo/public/weather-icons/wind/25/4_O.png) no-repeat bottom left;
}
.rilevazioni .NO-1 { background: url(https://www.meteogiornale.it/meteo/public/weather-icons/wind/25/1_NO.png) no-repeat bottom left;}
.rilevazioni .NO-2 { background: url(https://www.meteogiornale.it/meteo/public/weather-icons/wind/25/2_NO.png) no-repeat bottom left;}
.rilevazioni .NO-3 { background: url(https://www.meteogiornale.it/meteo/public/weather-icons/wind/25/3_NO.png) no-repeat bottom left;}
.rilevazioni .NO-4 { background: url(https://www.meteogiornale.it/meteo/public/weather-icons/wind/25/4_NO.png) no-repeat bottom left;}
.rilevazioni .vento-zero { background: url(https://www.meteogiornale.it/meteo/public/weather-icons/wind/25/vento_zero.png) no-repeat bottom left;}

.rilevazioni .altri{
	width: 140px;
	min-height: 60px;
	float: left;
	font-family: 'Open Sans', sans-serif;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #d4d4d4;
	-webkit-box-shadow: 0px 0px 4px 0px #d2d2d2;
	-moz-box-shadow: 0px 0px 4px 0px #d2d2d2;
	box-shadow: 0px 0px 4px 0px #d2d2d2;
}
.rilevazioni .altri p {
	color: #666;
	line-height: 18px;
	font-size: 13px;
	margin: 1px 0 0 8px;
}
.rilevazioni .altri p span {
	color: #09539d;
	font-weight: bold;
}

/* @Gruppo ALBA-TRAMONTO */

.sole {
	width: 500px;
	margin: 0 auto 25px;
}
p.giorno {
	background: url('../bkg/rv-giorno.gif') no-repeat left top;
	padding-left: 30px; 
	width: 190px;
	float: left;
	display: inline;
	line-height: 25px;
}
p.notte {
	background: url('../bkg/rv-notte.gif') no-repeat left top;
	padding-left: 30px; 
	width: 220px;
	float: right;
	display: inline;
	line-height: 25px;
}

/*---------------- side ----------------*/

#side {
width: 310px;
margin: 5px 10px 0 10px;
float: right;
}

#banner-lat {
width: 290px;
}

#banner-latsn {
float: left;
width: 100px;
}

#banner-latds {
float: right;
width: 120px;
}
/*
 * Lettere in linea
 * Per le rilevazioni usa
 */

.lettera
{
	margin:15px 0px;
	
}

.lettera p
{
    color: #666666;
    float: left;
    font-size: 12px;
    line-height: 0;
    padding-bottom: 15px;
    width: 160px;
}

.lettera ul
{
	margin-top:-3px;
	float:left;
	width:500px;
	
}

.lettera ul li
{
	display:inline;
	color:#ff6702;
	font-size:12px;
	padding:0px 5px;
	border-left:1px solid #b2b2b2;
	
}
.lettera ul li a:link, .lettera ul li a:visited,.lettera ul li a:active
{
	/* color:#00325b; */
	color:#003366;
	text-decoration:none;
}

.lettera ul li a:hover 
{
	color:#6699cc;
	text-decoration:none;
}

/*-------------------------------------------- commenti ---------------------------------*/

.commenti {
margin: 15px 0 10px 0;
color: #333;
border: 4px solid #e6eaec;
}

.interno {
background: #fff url(../
bkg/commento.gif);
background-repeat: repeat-x;
width: 648px; 
border: 2px solid #fff;
}

.commenti h4 {
color: #005ea6;
text-transform: uppercase;
padding: 10px;
font-size: 12px;
font-weight: bold;
}

p.c-nav {
padding: 0 0 10px 0;
border-bottom: 1px dashed #f60;
margin: 0 10px 10px 10px;
font-size: 13px;
line-height: 18px;
}

/* SEZIONE METEOSAT */
p.fonte {
background: #e6eaec;
color: #8091c3;
border: 2px solid #f0f2f4;
margin: 10px 0 20px 10px;
padding: 2px;
width: 220px;
font-size: 12px;
}