#ww_fullwidget {
    position: absolute;
    height: 50px;
    top: 0px;
    right: 270px;
}
#ww_weather_widget {
    font-size: 9px;
    font-weight: bold;
    line-height: 1.3;
    text-transform: uppercase;
}
#ww_weather_widget a {
    color: #6699CC;
    float: left;
    text-decoration: none;
}
#ww_weather_widget a:hover {
    text-decoration: underline;
}
#ww_content_container {
    float: left;
    margin-top: 9px;
}
#ww_left {
    float: left;
    text-align: right;
}
#ww_right {
    float: left;
    margin-left: 6px;
}
#ww_current_img {
    float: left;
    margin-right: 6px;
    height: 50px;
    width: 50px;
    background-size: 50px 50px;
    background-repeat: no-repeat;
}
#ww_current_img.clear, #ww_current_img.sunny  {
    background-image:url('../images/weather/clear.gif');
}
#ww_current_img.nt_clear, #ww_current_img.nt_sunny {
    background-image:url('../images/weather/nt_clear.gif');
}
#ww_current_img.partlysunny {
    background-image:url('../images/weather/partlysunny.gif');
}
#ww_current_img.nt_partlysunny {
    background-image:url('../images/weather/nt_partlysunny.gif');
}
#ww_current_img.mostlysunny {
    background-image:url('../images/weather/mostlysunny.gif');
}
#ww_current_img.nt_mostlysunny {
    background-image:url('../images/weather/nt_mostlysunny.gif');
}
#ww_current_img.rain {
    background-image:url('../images/weather/rain.gif');
}
#ww_current_img.nt_rain {
    background-image:url('../images/weather/nt_rain.gif');
}
#ww_current_img.sleet {
    background-image:url('../images/weather/sleet.gif');
}
#ww_current_img.nt_sleet {
    background-image:url('../images/weather/nt_sleet.gif');
}
#ww_current_img.fog {
    background-image:url('../images/weather/fog.gif');
}
#ww_current_img.nt_fog {
    background-image:url('../images/weather/nt_fog.gif');
}
#ww_current_img.hazy {
    background-image:url('../images/weather/hazy.gif');
}
#ww_current_img.nt_hazy {
    background-image:url('../images/weather/nt_hazy.gif');
}
#ww_current_img.cloudy {
    background-image:url('../images/weather/cloudy.gif');
}
#ww_current_img.nt_cloudy {
    background-image:url('../images/weather/nt_cloudy.gif');
}
#ww_current_img.partlycloudy {
    background-image:url('../images/weather/partlycloudy.gif');
}
#ww_current_img.nt_partlycloudy {
    background-image:url('../images/weather/nt_partlycloudy.gif');
}
#ww_current_img.mostlycloudy {
    background-image:url('../images/weather/mostlycloudy.gif');
}
#ww_current_img.nt_mostlycloudy {
    background-image:url('../images/weather/nt_mostlycloudy.gif');
}
#ww_current_img.tstorms {
    background-image:url('../images/weather/tstorms.gif');
}
#ww_current_img.nt_tstorms {
    background-image:url('../images/weather/nt_tstorms.gif');
}
#ww_current_img.snow {
    background-image:url('../images/weather/snow.gif');
}
#ww_current_img.nt_snow {
    background-image:url('../images/weather/nt_snow.gif');
}
#ww_report_city {
    line-height: 1.3;
}
#ww_report {
    color: #999;
}
#ww_city {
    color: #333;
    font-size: 13px;
}
#ww_temp {
    color: #333;
    font-size: 30px;
    line-height: 0.9;
    text-align: right;
}
#ww_sponsor {
    clear: both;
    position: absolute;
    left: 56px;
    bottom: 5px;
    white-space: nowrap;
    font-size: 8px;
    line-height: 1.7;
    text-align: left;
    text-transform: uppercase;
} 
#ww_sponsor a {
    color: #6699CC;
    font-weight: bold;
    text-decoration: none;
}
#ww_sponsor a:hover {
    text-decoration: underline;
}
