@CHARSET "UTF-8";

.weather, 
.weatherNow			{ width: 98%; border: solid 1px #ccc; }
.weatherNow			{ background-repeat: repeat-x; background-position: center top; }
.weatherNow p 		{ padding-left: 5px; margin-bottom: 0;}
.weatherNow p span img 	{ margin-bottom: 3px; }

#weatherLoadCont 	{ width: 128px;  margin: 100px auto; text-align: center; font-weight: bold;}

#wIconNow			{ float: left; margin-right: 10px;}
#wDescNow,#wTempNow	{ font-size: 12px; font-weight: bold;  }

.weatherNow span	{ font-weight: bold;  }

.weather p			{  }
.weather span		{ font-size: 11px; font-weight: normal; margin-left: 3px;}

#weatherTable		{ width: 100%;  margin:0; }
.weatherTable		{ width: 100%; }
.weatherTable td	{ padding: 5px; margin: 5px; font-weight: bold;}

.weatherTable 
	.wTitle			{ font-weight: bold; font-size: 16px; }

.weatherTable 
	.wTempDay		{ font-weight: bold; font-size: 16px;  border: solid 1px #bbb; width: 80px; margin: auto auto; color: #000; background: #fcf9ce url(../img/widget_bar.png); background-repeat: repeat-x; background-position: center top;}
	
.weatherTable 
	.wTempNgt		{ font-weight: bold; font-size: 16px;  border: solid 1px #aaa; width: 80px; margin: auto auto; color: #fff; background: #333 url(../img/widget_bar.png); background-repeat: repeat-x; background-position: center top;}


.weatherTable 
	.wColHead		{ width: 20%;  text-align: left; }

.weatherTable 
	.wRowHead		{ width: 20%; background: transparent url(../img/widget_bar.png); background-repeat: repeat-x; background-position: center top;}
	
.weatherTable	
	.wTodd			{ text-align: center; border-left: solid 1px #ccc; border-right: solid 1px #ccc; }
.weatherTable	
	.wTLodd			{ text-align: center; border-left: solid 1px #ccc; border-right: solid 1px #ccc; }

.weatherTable	
	.wTeven			{ text-align: center; }
.weatherTable	
	.wTLeven		{ text-align: center; }

.weatherTable	
	.wColOdd		{ font-weight: bold;}
.weatherTable	
	.wColEven		{ font-weight: bold;}
	
#widgetWeatherIcon0, #widgetWeatherIcon1, #widgetWeatherIcon2, #widgetWeatherIcon3 {
	display: none;
}

.widgetWeather .c-grid_12 {
	text-align: left !important;
}