#weather_datas table {
    background: url("/common/images/global/blue_grad_bg.gif") repeat-x scroll 0 0 #FFFFFF;
    border-collapse: collapse;
    font-size: 1em;
    padding: 10px 0;
    text-align: center;
    width: 660px;
	margin-bottom:10px;
}

#weather_header {padding:0 0 15px 0}
#weather_header img{border:1px solid #e6e6e6; padding:4px;display:block; float:left; margin-right:10px;}
#weather_header ul{
    list-style: none outside none;
	padding: 5px 12px 10px 20px;
	display:block;
	float:left;
	width:400px;
	}
#weather_header ul li{
	display:block;
    text-align: left;
	float:left;
	line-height:18px;
	width:200px;	
	}
#weather_header ul li.title_text{clear:right; float:none; display:block; width:100%;}	
#weather_header ul li.title_text h4{font-weight:bold; font-size:12px;color:#000; padding-bottom:6px;}
#weather_header ul li a{font-weight:bold;}




#currentForecast {padding-bottom:20px;}
#currentForecast .col_left{padding-left:20px;float:left;width:260px;}
#currentForecast img#condicon {
    float: left;
    height: 80px;
    width: 100px;
}
#currentForecast #obs_currtemp {
    color:#1b297f;
    float: left;
    line-height: normal;
    margin: 8px 0 25px 10px;
    width: auto;
}
#currentForecast #obs_currtemp p{
    float: left;
    font-size:38px;
	line-height:38px;
	font-weight:bold;	
    letter-spacing: -1px;
}
#currentForecast #obs_currtemp p#tempunit {
    float: left;
    font-size:28px;
    letter-spacing: normal;
    margin: 4px 0 0 3px;
}
#currentForecast #obs_currtemp p#conddesc {
    clear: left;
    font-size:16px;
	line-height:16px;
	font-weight:bold;
    letter-spacing: normal;
	display:block;
	color:#666;
}
#currentForecast #obs_lists {
    float: right;
    width: 374px;
	margin-right:16px;
	color:#000;
}
#currentForecast #obs_lists ul {
    float: left;
    list-style: none outside none;
    padding: 10px 12px 10px 0;
    text-align: left;
	width:170px;
}
#currentForecast #obs_lists ul li {
    background: none repeat scroll 0 0 transparent;
    font-size: 1em;
    margin-left: 0;
}

#almanac #cond_lists {
	margin-right:16px;
	color:#000;
}
#almanac #cond_lists ul {
    float: left;
    list-style: none outside none;
    padding: 10px 40px 10px 20px;
    text-align: left;
	border-right:1px solid #e6e6e6;
}
#almanac #cond_lists ul li {
    background: none repeat scroll 0 0 transparent;
    font-size: 1em;
    margin-left: 0;
}

#weather_datas h3{display:block;background: -moz-linear-gradient(center top , #FFF, #F2F2F2) repeat scroll 0 0 transparent;background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#F2F2F2));border:1px solid #e9e9e9;border-top:3px solid #444; -moz-border-radius:0 0 6px 6px;  line-height:22px; font-size:18px;color:#000; position:relative;font-weight:bold; padding:6px 10px; margin-bottom:18px; margin-right:16px;}
#weather_datas h3 span{font-size:11px; color:#777; display:block; position:absolute; right:16px; top:6px;}
#shortTermForecast,#longTermForecast{margin-bottom:20px;}
#shortTermForecast table th,
#shortTermForecast table td,
#longTermForecast table th,
#longTermForecast table td{
    line-height: 1.25em;
    text-align: center;
    width: 90px;
	padding: 7px 5px;
	color:#000;
	/*background-color:#F6F6F6;*/
	border-right:4px solid #FFF;
}
#weather_datas table th {
    font-size: 16px;
    line-height: normal;
    padding-top: 10px;
	font-weight:bold;
	text-align:center;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
	/*background-color:#F2F2F2;*/
	border-bottom:1px solid #E9E9E9;
}
#weather_datas table th .session{font-size:12px;color:#666;display:block;}
#weather_datas table #stwind td,#weather_datas table #daypop td{-moz-border-radius:0 0 6px 6px;-webkit-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px; padding-bottom:10px;}

#shortTermForecast table th.desc,#shortTermForecast table td.desc, #longTermForecast table th.desc, #longTermForecast table td.desc{
    border-left: medium none;
	border-bottom:none;
    text-align: right;
}
#shortTermForecast table th.desc, #shortTermForecast table td.desc, 
#longTermForecast table th.desc, #longTermForecast table td.desc {
    width: 120px;
	background-color:#FFF; 
}
table th.desc, table td.desc {
    font-weight: bold;
    padding-right: 5px;
    text-align: right !important;
}
#weather_datas table td.temperature {
    font-weight: bold;
    vertical-align: bottom;
}
#shortTermForecast table td.temp {
    padding-top: 10px;
}
#shortTermForecast table td.temp, #longTermForecast table td.temp {
    font-weight: bold;
    vertical-align: top;
	
} 
#weather_datas .forecast_btns{text-align:right; padding-right:16px;}
#weather_datas .forecast_btns a{font-size:11px; font-weight:bold;padding:3px 8px 5px;-moz-border-radius:3px;}