/*
  Webshare weather Project
  CSS file
  @26-5-08
*/
#main_container , #main_container td { color:#333; FONT-SIZE:13px; }
.left_column_div ,  .right_column_div{ font-size:13px; border:1px solid #EEE; padding:2px; }
h3{ background:#007300; font-size:13px; line-height:22px; color:#FFF; height:22px; padding-left:5px; }
.item_content{ padding:5px; }
#area_weather .even_tr{ background:#EEE; }
#area_weather .weather_area{ text-align:left; }
#area_weather .weather_area_tmp{ text-align:right; }
#area_weather p{ margin-top:10px; text-indent:2em; }

#weather_update_info{ border:0px; border-top:1px dotted #DDD; padding:5px; text-align:right; }
#weather_update_info p{ text-align:right; }

#next_weather p{ margin-top:5px; }

#future_weather #future_tb{ background:#DDDDDD; }
#future_weather #future_tb td{ background:#FFF; text-align:center; }
