.WeatherControl {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #DDDDDD;
    border-radius: 15px;
    margin: 10px 0;
}

.WeatherControl .WeatherHeader {
    background: url("Images/thongbao.png") no-repeat scroll left center #60AE04;
    border-radius: 15px 15px 0 0;
    height: 32px;
}

.WeatherControl .lblHeader {
    color: #FFFFFF;
    font: bold 10pt/32px arial;
    padding-left: 50px;
    text-transform: uppercase;
}

.WeatherControl .ToDay,
.NextDays {}

.WeatherControl .City {
    padding: 4px;
    text-align: center;
}

.WeatherControl .cobCity {
    width: 98%;
}

.WeatherControl .Forecast {
    display: inline-block;
    padding: 5px 0 10px 25px;
}

.WeatherControl .Forecast .image {
    display: block;
    float: right;
    height: 50px !important;
    margin-left: 15px;
    width: 50px !important;
}

.WeatherControl .Forecast .Detail {
    float: left;
}

.WeatherControl .Forecast .Detail div {
    max-width: 180px;
}

.WeatherControl .Forecast .Detail .lblHumidity {
    color: #222222;
    font-weight: bold;
    margin-right: 3px;
}

.WeatherControl .Forecast .lblCencius {
    color: #FF0000;
    font: bold 16px Arial;
    padding-bottom: 3px;
}

.WeatherControl .NextDays .NextForecast {
    display: inline-block;
    height: 60px;
    text-align: center;
    width: 100%;
}

.WeatherControl .NextDays .Day {
    float: left;
    margin-left: 3px;
    width: 30%;
}

.WeatherControl .NextDays .Day img {
    height: 25px;
    width: 25px;
}

.WeatherControl .NextDays .Day .Date {
    color: #222222;
    font-weight: bold;
}

.WeatherControl .NextDays .Day .temprature {
    color: #222222;
    font: 10px arial;
}