
.WeatherControl {
    margin-bottom: 10px;
}
.WeatherControl .WeatherHeader {
    background: none repeat scroll 0 0 #1D982D;
    border-radius: 5px 5px 0 0;
    height: 28px;
}
.WeatherControl .lblHeader {
    color: #FFFFFF;
    font: bold 10pt/28px arial;
    padding-left: 20px;
    text-transform: uppercase;
}
.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 26px;
}
.WeatherControl .Forecast .image {
    display: block;
    float: right;
    height: 70px !important;
    margin-left: 10px;
    width: 70px !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;
}
