body{
    background-color: white;
    margin: 0;
    padding: 0;
    border:0 none;
    font-family: arial, sans-serif;    
}

a:focus, a:hover, a:active {
    outline:none;
}

#forecastcontainer{

position:absolute;
left: 50%; 
top:50%;
    height: 190px;
    max-height: 190px;
    width: 190px;

margin-left: -95px; /* half of the width */
margin-top: -95px; /* half of theheight */
}

#forecastheadercontainer{
    padding: 0px 5px;
    height: 20px;
    font-weight: bold;
    margin: 0px auto 4px;
}

#header{
    font-size: 12px;
    float: left;
    padding-top: 2px;
    margin-right: 10px;
}

#advlink{
    /*font-size: 8px;*/
 font-size: 9px;
    padding-top: 5px;
}

#advlink a{
    display: inline;
    color: white;
    text-decoration: none;

}

#forecastsearch{
    padding-left: 8px;
    padding-top: 2px;
}

#nameletters{
    height: 21px;
    display: block;
/*    width: 130px;*/
    width: 174px;
    float: left;
    margin-right: 10px;
}

#namelettersOkButton{
    height: 21px;
    width: 35px;
    display: block;   
}

#weathermenu a,
#todaymenu a{
    display: block;
    float: left;
    width: 58px;
    color: #cccccc;
    text-decoration: none;
    border-width: 1px;
    padding: 0px;
    text-align: center;
}

#todaymenu{
    margin: auto;
    padding: 2px 5px;
    font-size: 11px;
    font-weight: bold;
}

#templink,
#cloudslink{
    width: 30px;
    border-right: solid;       
}

#templink.active,
#cloudslink.active{
    color: #FF3300;
    border-color: #cccccc;       
}

#weathermenu{
    margin: auto;
    padding: 2px 5px;
    font-size: 11px;
    font-weight: bold;
}

#forecastmain{
    clear: both;
    padding: 0 5px;
    font-size: 11px;
    font-stretch: ultra-condensed;
}

#nowlink{
    width: 30px;
    border-right: solid;
    border-bottom: solid;    
}

#todaylink,
#outlooklink{
    border-left: solid;
    border-right: solid;
    border-bottom: solid;
}

#nowlink.active,
#todaylink.active,
#outlooklink.active{
    border: none;
    color: #FF3300;
}

#temperaturedate{
    padding-left: 5px;
    color: gray;
/*    font-weight: bold;*/
}

#temperaturetime{
    padding-left: 5px;
    color: gray;
    font-size: 9px;
}

#forecastitemscontainer{
    padding-left: 10px;
    font-weight: bold;
}

.nowitem{
    display: inline;
    color: #8C8C8C;
    font-size: 11px;
}
.nowitemdata{
    font-style: italic;
    font-size: 11px;
    display: inline;
}

#temp{    
    color: #FF3300;
}

#bar{
    color: #4DA620;
}

#wind{
    color: #70109F;
}

#humidity,
#visibility,
#rain{
    color: #3366CC;
}

#capitalcities{
    margin: 0 auto;
    border-collapse: collapse;
    font-size: 11px;
    font-weight: bold;
    padding: 1px;
    line-height: 11px;
    width: 180px;
}

#capitalcities tr td{
    border-bottom:  solid 1px #D8D8D8;
}

#forecastmain table tr td.curt{
    color: red;
    text-align: center;
    padding: 0 5px;
    border-right: solid 1px #D8D8D8;
}

#forecastmain table tr td.mint{
    color: #409FFF;
    text-align: right;
    padding: 0 5px;
}

#forecastmain table tr td.maxt{
    color: red;
    text-align: right;
    padding: 0 5px;
}

a.capitalname{
    display: inline;
    color: #797979;
    text-decoration: none;
}

#capitalcities tr td.headtd,
#capitalcities tr td.separatorrow{
    border-bottom:  0 none;
    text-align: center;
    color: #797979;
    font-size: 10px;
}
#capitalcities tr td.separatorrow{
    line-height: 5px;
}


#outlooktable{
    margin-top: 5px;
    border:  none;
}

#forecastmain table tr td.omint{
    color: #409FFF;
    text-align: right;
}

#forecastmain table tr td.omaxt{
    color: red;
    text-align: right;
}
#forecastmain table tr td.omaxt,
#forecastmain table tr td.omint,
#forecastmain table tr td.oday{
    width: 20px;
}

#forecastmain table tr td.odescription{
    text-align: left;
}

#forecastmain table tr td.opic{
    width: 10px;
}

#outlooktable tr td img{
    height: 10px;
    width: 10px;
}

#capitalcities tr td img{
    height: 10px;
    width: 10px;
}

#outlooktable{
    color: #797979;
    margin: 10px auto 0px 10px;
    border-collapse: collapse;
    font-size: 12px;
    padding: 1px;
    line-height: 13px;
    width: 180px;
    font-weight: bold;
}

#noinfo{
    border-collapse:collapse;
    color:#797979;
    font-size:12px;
    font-weight:bold;
    line-height:13px;
    padding: 10px;
}
#todayclouds{	
	padding: 1px 10px 0px 10px;
	width: 180px;
	height: 110px;
  	background: url(../img/progress.gif) no-repeat center center;	
}
#tempGraph{
	padding-top: 1px;
	width: 180px;
	height: 110px;
  	background: url(../img/progress.gif) no-repeat center center;
}
#todaymenu{
    margin: auto;
    padding: 2px 5px;
    font-size: 11px;
    font-weight: bold;
    top: 173px; 
}
.bottomadvlink{
	color:#8C8C8C;
}