@charset "utf-8";
/* CSS Document */

/* Weather */

.weather-img-treatment {
	box-shadow: 0px 4px 4px 0px #888888;
	border: 1px solid #000;
	border-radius: 3px;
	width:60px;
	height:inherit;
}

.weather-alert {
	color: #900;
	background-color: #FEF1F1;
	border: 1px solid #900;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 1em 3.1em;
	margin: 0 0 5px 0;
	padding:5px;
}
.weather-alert h6 { background:#900; color:#FFF; padding: 5px; }
.weather-alert p { padding: 1em 0 0 3em; line-height:1em;  }
	
.treatment-weather td:first-child {vertical-align: middle; text-align:right; font-weight:bold;}
.treatment-weather tr:nth-child(odd) { background:#E8E8E8; }

#satellite-img a { padding:3px;}
#satellite-img img { box-shadow: 0px 4px 4px 0px #888888; border: 1px solid #000; border-radius: 3px;}

#content-weather { display:none; }

.day-forcast-item { text-align: center; padding: 5px 10px; margin: 0 5px; }

#feed-loading { background:url(../images/ajax-loader.gif) no-repeat center top; width:300px; height:300px;}

.light-blue { color: #0675B0; }

