
.WeatherControl {
    margin-bottom: 10px;
}
.WeatherControl .WeatherHeader {
    background: url("images/news_title_bg.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    border-radius: 5px 5px 0 0;
    height: 28px;
}
.WeatherControl .lblHeader {
    color: #ffffff;
    font: bold 10pt/28px arial;
    padding-left: 20px;
}
.WeatherControl .ToDay, .NextDays {
    background: none repeat scroll 0 0 #ffffff;
}
.WeatherControl .City {
    padding: 4px;
    text-align: center;
}
.WeatherControl .cobCity {
    width: 98%;
}
.WeatherControl .Forecast {
    display: inline-block;
    padding: 5px 0 10px 10px;
}
.WeatherControl .Forecast .image {
    float: right;
    height: 60px !important;
    margin-left: 10px;
    width: 60px !important;
}
.WeatherControl .Forecast .Detail {
    display: block;
    float: left;
}
.WeatherControl .Forecast .Detail div {
    max-width: 100px;
}
.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: 70px;
    text-align: center;
    width: 100%;
}
.WeatherControl .NextDays .Day {
    float: left;
    margin-left: 3px;
    width: 30%;
}
.WeatherControl .NextDays .Day img {
    height: 30px;
    width: 30px;
}
.WeatherControl .NextDays .Day .Date {
    color: #222222;
    font-weight: bold;
}
.WeatherControl .NextDays .Day .temprature {
    color: #222222;
    font: 10px arial;
}
