 .divWeatherDayDetail{
            float:left;
            -moz-border-radius:10px;
            -webkit-border-radius:10px;
            border-style: solid;
            border-width: 1px;
            width:150px;
            height:130px; margin-left: 20px;
        }
        .divWeatherDayDetailCurrent{
             float:left;
            -moz-border-radius:10px;
            -webkit-border-radius:10px;
            border-style: solid;
            border-width: 1px;
            width:150px;
            height:130px;
            background-color: #000000;
            color:#ffffff;
        }
        #divWeatherHeader{
            font-size: 18px;
            font-weight: bold;
        }
        #divWeatherEntry{
            font-size:16px;margin-top: 20px;
        }
        
        .weatherButton{
             -moz-border-radius:5px;
            -webkit-border-radius:5px;
            background-color: #8A74CD; 
            color:white;
            padding:2px;
            width:90px;
            font-weight: bold;
        }
        
        .weatherButton:hover{
             background-color: #C4C4FF; 
             color: #FF0000; 
        }
        
        .weatherButton:focus{
             background-color: #8A74CD; 
            color:white;
        }
        
        
        #divWeatherOut{
            float:left; margin-top: 20px; padding-left: 50px;
        }
        
        #divWeatherResult{
           margin-top: 20px; 
        }
        #divLocation{
            font-size:16px;float:left; font-weight: bold;
        }
        #currentTemp{
            font-size: 20px;
            font-weight: bold;
        }
        
        .divWeatherDayDetail table{
             width:100%;  
        }
        .divWeatherDayDetail td{
             width:100%;
             text-align: center;
        }
        
        .hrefWeatherSelectedUnit{
            background-color:#003875; padding:3px; margin: 10px;  
        }
        a.hrefWeatherSelectedUnit:link{
           color:#FFFFFF; font-weight: bold;
        }
         a.hrefWeatherSelectedUnit:hover{
           color:#FFFFFF; font-weight: bold;
        }
         a.hrefWeatherSelectedUnit:visited{
           color:#FFFFFF; font-weight: bold;
        }
        
        .hrefWeatherUnSelectedUnit{
            background-color: #CCD7E3;padding:3px; margin: 10px;
        }
         a.hrefWeatherUnSelectedUnit:link{
           color:#FFFFFF; font-weight: bold;  
        }
         a.hrefWeatherUnSelectedUnit:hover{
           color:#FFFFFF; font-weight: bold;  
        }
         a.hrefWeatherUnSelectedUnit:visited{
           color:#FFFFFF; font-weight: bold;  
        }
        #divWeatherWhole{
           padding-top: 10px;
           padding-bottom: 10px;
           display:none;
        }
        
        #divWeatherHeaderCurrent{
             -moz-border-radius:5px;
            -webkit-border-radius:5px;
            background-color: #000000;
            display:none;
        }
        
        #divWeatherHeaderCurrent a:link{
            color:#FFFFFF;font-weight: bold;
        }
         #divWeatherHeaderCurrent a:hover{
            color:#FFFFFF;font-weight: bold;
        }
         #divWeatherHeaderCurrent a:visited{
            color:#FFFFFF;font-weight: bold;
        }
        #tmpWeatherContent{
            text-align: left;
        }
