.WeatherContainer{
    width:234px;
    margin-bottom:4px;
}
.WeatherTitle{
    width:208px;
    padding:3px 0px 10px 25px;
    color:White;
    font-size:16px;
    font-family:Arial;
    background-color:#bab6a0;
    position:relative;
    border-right:White 1px solid;
}
.WeatherAbove{
    width:234px;
    height:8px;
}
.WeatherLong{
    width:226px;
    height:7px;
    border-top:White 1px solid;
    background-color:#bab6a0;
    float:left;
}
.WeatherCorner{
    width:8px;
    height:8px;
    background-image:url('../images/weatherTR.png');
    background-repeat:no-repeat;
    font-size:1px;
    float:left;
}
.WeatherMiddleCorner{
    width:8px;
    height:8px;
    position:absolute;
    bottom:0px;
    right:0px;
    background-image:url('../images/weatherMR.png');
    background-repeat:no-repeat;
    font-size:1px;
}
.WhiteDecor
{
	background-color:White;
	height:351px;
	padding-left:10px;
	padding-right:10px;
	padding-top:30px;
	color:#433E3D;
	font-size:11px;
	font-family:Verdana;
	line-height:18px;
}
.temp{
    font-size:22px;
    font-family:Tahoma;
    }

.cc{
    font-size: 11px;
    font-family:Tahoma;
    }

.fcastWeekDay{
    font-weight: bold;
    }
    
.ccLoc{
    font-weight: bold;
    margin-bottom:50px;
    font-size:13px;
    font-family:Arial;
    }

.fcastDate{
    font-size: 11px;
    font-family:Tahoma;
    }

.curWind{
    font-size: 11px;
    font-family:Tahoma;
    }

.weatherTable{
    padding:5px 5px 0px 5px;
    background-color:white;
    text-align: center;
}
    
.weatherTable TABLE
{
	width:100%;
}
    
.fcastTable
{
	width:auto;
	margin:0px auto;
    padding:3px;
    background-color:white;
    text-align:center;
    border:solid 1px #c3c3c3;
}
