/* CSS Document */

/* Impostazioni situazione attuale meteo */

#meteo-container {
	margin: 5px auto;
	width: 572px;
	text-align:left;
}

div.meteo-header {
	color: #336699;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	padding-top:0;
	/*margin-top:15px;*/
	padding-bottom:0;
	margin-bottom:5px;
}
div.meteo-values {
	color: #672917;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	padding-top:0;
	/*margin-top:15px;*/
	padding-bottom:0;
	margin-bottom:5px;
}

div.meteo-desc {
	/*color: #336699;*/
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	padding-top:0;
	/*margin-top:15px;*/
	padding-bottom:0;
	margin-bottom:5px;
}
div.meteo-today {
   	padding: 3px; 
    /*margin-right: 8px;*/
    margin-top: 5px;
	margin-left: 2px;
	height: 180px;
	/*border-left : 3px solid #733019; */
	/*border-top : 3px solid #733019; */
	/*border-right: 3px solid #733019; */
	/*border-bottom: 3px solid #733019; */
	/*border-right-style: outset;*/
	/*border-bottom-style: outset;*/
	background: url(images/meteo_oggi.jpg) no-repeat top left;
}
h2 {
	padding-top:0;
	margin-top:0;
}
h3 {
   color: #0066ff;
	padding-top:0;
	margin-top:0;
	padding-bottom:0;
	margin-bottom:5px;
}

input.text{
	font-family:Verdana, Arial;
	font-size:11PX;
	color:#334456;
	padding:4PX;
	border:1PX solid #A4A4A4;
	border-bottom-color:#e6e6dc;
	border-right-color:#e6e6dc;

}

div.week {
	margin: auto auto;
}

div.day {
	padding-bottom: 10px;
	width: 135px;
	height: 200px;
	float:left;
	text-align: center;
	margin: 2px;
	background: url(images/meteo_domani.jpg) no-repeat top left;
}

div.dettaglio {
   border: 1px solid #336699;
   padding-bottom: 5px;
}

input.submit {
   font-family:tahoma;
	font-size:11PX;
	padding:2PX 4PX 2PX 4PX;

}

.meteo_tableheader {

	padding: 2px;
    color: #FFFFFF;
	/*background: #d5eeeb;*/

	font-weight: bold;

	text-align: center;

}

.meteo_tableentry1 td {

	padding: 2px;

	border-bottom: 1px dashed #cccccc;

	vertical-align: middle;

}

