
.WeatherControl {
    margin-bottom: 10px;
}
.WeatherControl .WeatherHeader {
    background: url("images/logo.png") no-repeat scroll 8px 1px, rgba(0, 0, 0, 0) url("images/menutop.jpg") repeat scroll center center;
    border: 1px solid #e0e0e0;
    border-radius: 5px 5px 0 0;
    height: 26px;
    width: 100%;
}
.WeatherControl .lblHeader {
    color: #fff;
    font: bold 10pt/26px arial;
    padding-left: 32px;
}
.WeatherControl .ToDay {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}
.WeatherControl .NextDays {
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}
.WeatherControl .ToDay, .NextDays {
    background: #ffffff none repeat scroll 0 0;
}
.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;
}
