﻿/* ---------------------------------- */

#PageWrapper
{
	
	color:white;
	font-family: Verdana, Georgia, Arial, "Times New Roman";
	font-size: 11px;		
}


#MeteoResultsPanel
{
	
	color:white;
	font-family: Verdana, Georgia, Arial, "Times New Roman";
	font-size: 11px;		
}

#WeatherForecast
{
	width:222px;
	color:white;
	font-family: Verdana, Georgia, Arial, "Times New Roman";
	font-size: 11px;		
}

#weatherCity
{
	width:200px;
	padding-left:22px;
	text-align:left;
	padding-bottom:12px;
}

.weatherIcon
{
	width:64px;
	height:64px;
	padding-left:5px;
}

.weatherInfo
{
	width:148px;
	padding-left:5px;
	padding-bottom:6px;
	text-align:left;
}

.weatherDay
{
	font-weight:bold;
}

.weatherText
{
	color:white;
}

.weatherTemp
{
	color:white;
}

.weatherHumidity
{
	color:white;
}

#WeatherNoResults
{
	width:185px;
	padding-left:37px;
	padding-bottom:12px;
	text-align:left;
	font-weight:bold;
	color:white;
}

