/* Classi meteo */ 
#forecast-spot {
	margin: 2px 0 2px 0;
	padding: 2px;
	}

#forecast-spot #spot {
	font: 700 .95em arial, sans-serif;
	margin: 2px 0 2px 0;
	padding: 2px;
	background: #369;
	color: #fff;
	}

#forecast {
	border-collapse: collapse;
	width: 250px;
	margin: 0 0 0 1px;
	padding: 0;
	font: .8em normal arial, sans-serif;
	text-align: center;
	background: #fff;
	color: #036;
	}
#forecast img {
	border: 0px;
	}
	
#forecast th {
	margin: 0;
	padding: 2px;
	border: 1px solid #036;
	background: #d7dfea;
	color: #264177;
	}

#forecast th.day, #forecast th.spots {
	background: #89b;
	color: #eff3f6;
	}

#forecast th.time, #forecast th.spot {
	text-align: left;
	}
	
#forecast .min-max {
	 border-bottom: 3px solid #036;
	 }

#forecast td {
	margin: 0;
	padding: 2px;
	border: 1px solid #036;
	}
	
#forecast td.img {
	padding: 2px;
	}

#forecast td.tmin {
	white-space: nowrap;
	}

#forecast td.tmax {
	white-space: nowrap;
	}

#forecast th a {
	text-decoration: underline;
	}
	
#forecast th a:link, #forecast th a:visited {
	background: #d7dfea;
	color: #264177;
	}
	
#forecast th a:hover, #forecast th a:active {
	background: #d7dfea;
	color: #89b;
	}
	
#ti_forecast {
	font: 500 .7em arial, sans-serif;
	margin: 1px 0;
	padding: 1px;
	/*background: #ffffff;*/
	/*color: #fff;*/
	}
	
#ti_forecast a {
	font-weight: 700;
	}
	
#ti_forecast a:link, #ti_forecast a:visited {
	/*background: #ffffff;*/
	/*color: #fff;*/
	}
	
#ti_forecast a:hover {
	/*background: #ffffff;*/
	color: #f60;
	}

#ti_forecast a:active {
	/*background: #ffffff;*/
	color: #f30;
	}

#copyright {
	font: 500 .7em arial, sans-serif;
	margin: 1px 0;
	padding: 1px;
	/*background: #ffffff;*/
	/*color: #fff;*/
	}
	
#copyright a {
	font-weight: 700;
	}
	
#copyright a:link, #copyright a:visited {
	/*background: #ffffff;*/
	/*color: #fff;*/
	}
	
#copyright a:hover {
	/*background: #ffffff;*/
	color: #f60;
	}

#copyright a:active {
	/*background: #ffffff;*/
	color: #f30;
	}

.advertising {
	font: 500 .7em arial, sans-serif;
	margin: 1px 0;
	padding: 2px;
	/*background: #ffffff;*/
	/*color: #fff;*/
	}
	
.advertising a {
	font-weight: 700;
	}
	
.advertising a:link, .advertising a:visited {
	/*background: #ffffff;*/
	/*color: #fff;*/
	}
	
.advertising a:hover {
	/*background: #ffffff;*/
	color: #f60;
	}

.advertising a:active {
	/*background: #ffffff;*/
	color: #f30;
	}


table.meteo {
	width:100%;
}	

table.meteo tr th {
	text-align:center;
}

table.meteo tr td.time {
	text-align:center;
}

table.meteo tr td.forecast {
	text-align:center;
}

table.meteo tr td.temp {
	text-align:center;
	font-size: 1.36em;
	font-weight: bold;
}

table.meteo tr td.prec {
	text-align:center;
}

table.meteo tr td.wind {
	text-align:center;
}

table.meteo tr td.press {
	text-align:center;
}

/* Fine Classe meteo */ 

