/* CSS Document */

/*public style*/
* 
	{
	margin: 0;
	padding: 0;
	}
img
	{
   border:0;
   	}
html 
	{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	}
body 
	{
	width: 100%;
	height: 100%;
	font-size: 12px; 
	}
div, td  
	{
	word-wrap: break-word;
	word-break: break-all;
	font-size: 12px;
	}
em 
	{
	font-style: normal;
	}
a 
	{
	color: #3366bb;
	text-decoration: none;
	}
a:hover 
	{
	color: #F60;
	text-decoration: underline;
	}
table 
	{
	border: 0;
	border-collapse: collapse;
	}
.tab_tv  
	{
	border:0; 
	float:left;
	}

h2, h3, h4, h5, h6 
	{
	font-size: 12px;
		}
li  
	{
	list-style: none;
	}

.weatherfoot h2, .weatherfoot h3, .weatherfoot h4, .weatherfoot h5, .weatherfoot h6 
	{
	text-align: center;
	}
em, i 
	{
	font-style: normal;
	}
.nav_weatherheader ul li a.current, .nav_weatherheader ul li a.current:hover
 
	{
	color: #fff;
	background-color: #c00;
	}

.weatherwapper 
	{
	width: 960px;
	margin: 0 auto;
	}
/*weatherheader */
.weatherheader 
	{
	width: 960px;
	float: left;
	}
.weatherheader p 
	{
	width: 220px;
	float: left;
	}
.weatherheader dl 
	{
	width: 730px;
	float: right;
	}
.weatherheader dt 
	{
	width: 730px;
	float: left;
	border-bottom: 1px solid #dddddd;
	line-height: 30px;
	padding-top: 10px;
	font-weight: bolder;
	}
.weatherheader dt span 
	{
	float: right;
	}
.weatherheader dt span input.weather_sch 
	{
	background: url(/m2/i/public/weather_sch.jpg) no-repeat;
	width: 40px;
	height: 21px;
	border: none;
	line-height: 22px;
	overflow: hidden;
	text-align: center;
	color: white;
	cursor: pointer;
	line-height: 21px;
	}
.weatherheader dt input 
	{
	vertical-align: middle;
	}
.weatherheader dd 
	{
	width: 730px;
	float: left;
	line-height: 25px;
	color: #999999;
	text-align: center;
	letter-spacing: 0;
	}
.nav_menu a 
    {
	margin:0 -1px;
	}
.weathertitle 
	{
	width: 960px;
	float: left;
	margin-top: 5px;
	line-height: 30px;
	border-bottom: 1px solid #dddddd;
	}
.weathertitle a 
	{
	font-weight: bolder;
	}
.foot_weather
	 {
	 width:960px;
	 float:left;
	 text-align:center;
	 overflow:hidden;
	 }
.foot_weather h2
	 {
	 width:960px;
	 float:left;
	 margin-top:10px;
	 background:#3366bb;
	 color:white;
	 line-height:25px;
	 }
.foot_weather h2 a
	 {
	 color:white;
	 }
.foot_weather h3
	 {
	 width:960px;
	 float:left;
	 margin-top:10px;
	 line-height:1.5;
	 }
.foot_weather h3 img
	 {
	 vertical-align:middle;
	 }
