div.modGoogleWeather {

}

div.modGoogleWeather div.headHTMLCode {

}

div.modGoogleWeather div.weather_current {
	margin-bottom: 6px;
}


div.modGoogleWeather div.weather_current div.weather_current_title {
    text-align: center;
	font-family: arial;
	font-size: 0.8em;
	font-weight: bold;
}


div.modGoogleWeather div.weather_current div.weather_current_condition_temperature {
	line-height: 30px; 
	text-align: center;
}


div.modGoogleWeather div.weather_current div.weather_current_condition_temperature img.weather_current_icon {
	vertical-align: middle; 
}


div.modGoogleWeather div.weather_current div.weather_current_condition_temperature span.weather_current_temperature {
	vertical-align: middle; 
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	margin-left: 8px;
	color: #00559C;    
}


div.modGoogleWeather div.weather_current div.weather_current_condition {
	text-align: center;
	font-family: arial;
	font-size: 0.8em;
	line-height: 1.1em;
	padding-left: 5px;
	padding-right: 5px;
}

div.modGoogleWeather div.weather_current div.weather_current_humidity {
    text-align: center;
	font-family: arial;
	font-size: 0.8em;
	font-weight: bold;     
}

div.modGoogleWeather div.weather_current div.weather_current_wind {
    text-align: center;
	font-family: arial;
	font-size: 0.8em;
	font-weight: bold;   
}


div.modGoogleWeather div.weather_forecast {
   
}

div.modGoogleWeather div.weather_forecast div.forecastHTMLCode {

}

div.modGoogleWeather div.weather_forecast div.weather_forecast_nextday {
   border-top: dashed 1px #ccc;
   margin-bottom: 6px;
}

div.modGoogleWeather div.weather_forecast div.weather_forecast_nextday div.weather_forecast_day_of_week_title {
    text-align: center;
	font-family: arial;
	font-size: 0.8em;
	font-weight: bold;
}

div.modGoogleWeather div.weather_forecast div.weather_forecast_nextday div.weather_forecast_nextday_condition_temperature {
	line-height: 30px; 
	text-align: center;
}



div.modGoogleWeather div.weather_forecast div.weather_forecast_nextday div.weather_forecast_nextday_condition_temperature img.weather_current_icon {
	vertical-align: middle; 
}

div.modGoogleWeather div.weather_forecast div.weather_forecast_nextday div.weather_forecast_nextday_condition_temperature span.weather_forecast_min_max {
	vertical-align: middle; 
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	margin-left: 8px;
	color: #00559C;     
}

div.modGoogleWeather div.weather_forecast div.weather_forecast_nextday div.weather_forecast_nextday_condition {
    text-align: center;
	font-family: arial;
	font-size: 0.8em;
	line-height: 1.1em;
	padding-left: 5px;
	padding-right: 5px;
}

div.modGoogleWeather div.footHTMLCode {

}
