/* Use following rules for loading weather icons on table */
.gameSection table.data tr.weather td{
	border-top:thin solid white;
	border-left:thin solid white;
	background-color:#F2F0E6;
	text-align:center;
}

.gameSection table.data tr.weather td.time{
	padding-top:3px;
	padding-bottom:2px;
	font-size:9px;
	background-color:#f7e3b1;
	text-align:left;
}

.PARTLYCLOUDY {
	background-image: url(../images/content/weather/partlycloudy.png); 
	background-repeat: no-repeat;
	background-position:center;
	width:88px;
	height:55px;
}
.RAIN {
	background-image: url(../images/content/weather/showers.png); 
	background-repeat: no-repeat;
	background-position:center;
	width:88px;
	height:55px;
}

.SHOWERS {
	background-image: url(../images/content/weather/showers.png); 
	background-repeat: no-repeat;
	background-position:center;
	width:88px;
	height:55px;
}
.CLOUDY {
	background-image: url(../images/content/weather/cloudy.png); 
	background-repeat: no-repeat;
	background-position:center;
	width:88px;
	height:55px;	
}

.MOSTLYCLOUDY {
	background-image: url(../images/content/weather/mostlycloudy.png); 
	background-repeat: no-repeat;
	background-position:center;
	width:88px;
	height:55px;	
}

.SUNNY {
	background-image: url(../images/content/weather/mostlysunny.png); 
	background-repeat: no-repeat;
	background-position:center;
	width:88px;
	height:55px;
}

.MOSTLYSUNNY {
	background-image: url(../images/content/weather/mostlysunny.png); 
	background-repeat: no-repeat;
	background-position:center;
	width:88px;
	height:55px;
}