﻿#weather{
	padding-top:5px;
	padding-bottom:5px;
	
	text-align:center;
}
table.weather {
	font-size: 11px;
	color: #FFFFFF;
	background-color:#0A4988;
}
table.weather td{
	padding-left:5px;
	padding-right:5px;
}
td.wloc {
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	color: #FFFFFF;
}
.max {
	
	font-weight: bold;
}
.now {
	
	font-weight: bold;
}
.wtemp {
	
}
.wdes {
	border-bottom: thin solid #CCCCCC;
}
.rain{
	background: url(/weather/images/heavy-rain.png) no-repeat right;
}
.cloudy{
	background: url(/weather/images/cloudy.png) no-repeat right;
}
.storm{
	background: url(/weather/images/storm.png) no-repeat right;
}
.fine{
	background: url(/weather/images/sunny.png) no-repeat right;
}