/* Begin Layout Divs and Tables */

#WeatherDiv{
    font-size:11px;
    color: #666666;
    font-family: verdana;
    background-color: transparent;
    text-align:center;
    height:250px;
    width:175px;
    padding: .5em 0 0 6px;
    }

#CurrentForecast 
{
    width:100%;
    margin-left:auto;
    margin-right:auto;
   }

#lblLocation 
{
    text-align:center;
}

#CurrentConditions 
{
    width:100%;
}
   
#tblForecast 
{
    text-align:center;
} 


.weatherTable{
    padding:5px;
    background-color:white;
    text-align: center;
  border:solid 1px #c3c3c3;
    margin-left:auto;
    margin-right:auto;
    }
    
.fcastTable{
    padding:3px;
    background-color:white;
    text-align:center;
    border:solid 1px #c3c3c3;
    margin-left: auto;
    margin-right: auto;
    }

.weatherError{
   color: #ff0000;
   font-size: 12px;
   margin: 5px 0 5px 0;
} 
/* End Layout Divs and Tables */

/* Begin Font Classes */

.temp{
    font-size:22px;
    font-family:verdana;
    }

.cc{
    font-size: 11px;
    font-family:Tahoma;
    color:#666666;
    }

.fcastWeekDay{
    font-weight: bold;
    font-size:11px;
    color:#666666;
    font-family:Verdana;
    }
    
.ccLoc{
    font-weight: bold;
    }

.fcastDate{
    font-size: 11px;
    font-family:verdana;
    color:#666666;
    }

.curWind{
    font-size: 11px;
    font-family:verdana;
    }
