body{
	margin:0;
	padding:0;
	
	line-height:16px;
	color:#474747;
font: 13px/1.231 arial,helvetica,clean,sans-serif;
	
	background:url(../images/bg.jpg) center top no-repeat;
}
.red{
	color:red;
}
.flash_button{
	cursor: pointer;
	border: 0px;
	padding:0px;
	margin:0px;
	background:#FFFFFF;
}
.big_button{
	width:374px;
	height:300px;
	z-index:-10001;
}
.small_button{
	width:158px;
	height:146px;
	z-index:-10001;
}

.mid_button{
	width:225px;
	height:148px;
	z-index:-10001;
}
.side_button{
	width:267px;
	height:100px;
	z-index:-10001;
}
.header_button{
	width:814px;
	height:90px;
	z-index:-10001;
}
.footer_button{
	width:970px;
	height:85px;
	z-index:-10001;
	
}
h1{
	font-size:20px;
}
h2{
	font-size:16px;

}
h3{
	font-size:14px;
}
form{
	display:inline;
}
/* ----- Generic Links ----- */
a:link, a:visited {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #666666;
}
a:link, a:visited,a:hover{
	text-decoration:none;
}
a.video_title:link, a.video_title:visited{
	text-decoration:none;
	color:#FFFFFF;
	font-size:11px;
}
a.video_title:hover{
	font-size:11px;
}
img {
	border:0px
}
.float_left{
	float:left;
}
.float_right{
	float:right;
}
.clear{
	clear:both;
}
.bold{
	font-weight:bold;
}
a.no_decor:link, a.no_decor:hover, a.no_decor:visited{
	text-decoration:none;
}
a.blue{
	color:#00a3ea;
}
a.blue_green:link, a.blue_green:visited, a.blue_green:hover{
	color:#1f7f7b;
	text-decoration:none;
}

a.grey_black:link, a.grey_black:visited, a.grey_black:hover{
	color:#1a1a1a;
	text-decoration:none;
}

a.orange:link, a.orange:visited, a.orange:hover{
	color:#ff3300;
}
a.grey:link, a.grey:visited, a.grey:hover{
	color:#666666;
}
.grey{
	color:#666666;
}
.white{
	color:#FFFFFF;
}
.light_grey{
	color:#666666;
}
a.white:link, a.white:visited, a.white:hover{
	color:#FFFFFF;
}

.border_page{
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
.info_top{
	width:950px;
	height:15px;
	background:url(../images/page_info_top.png) no-repeat scroll 0 0;
margin:0 auto;
}
.info{
	background:url(../images/page_info_bg.png) repeat-y scroll 0 0;
	padding:10px;
	margin:0 auto;
	width:930px;
	min-height:300px;
}
.info_bottom{
	width:950px;
	height:25px;
	background:url(../images/page_info_bottom.png) no-repeat scroll 0 0;
	margin:0 auto;
}
.center_auto{
	width:950px;
	margin:0 auto;
}
/*/////////////////// GENERAL ////////////////////////*/
#right_col_ad{
	margin-top:53px;
	width:200px;
	padding:10px;
	border:1px solid #ECEDED;
	float:left;
}

/*** navigation ***/
ul.inline{
	display:inline;
	list-style:none;
}
ul.inline li{
	float:left;
}
ul.nav {
	height:30px;
	margin:0px;
	padding:0px 0px 0px 7px;
	list-style-type:none;
	list-style-position:outside;
	font-size:11px;
	width:977px;
	margin:0px auto;
	background:url(../images/nav_bg.jpg) no-repeat;
}

ul.nav li {
	margin:0px 10px 0px 0px;
	padding:0px;
	display:inline;
}

ul.nav a:link, ul.nav a:visited {
	color:#4d4d4d;
	text-decoration:none;
}

ul.nav a:hover {
	color:#ff0000;
}

ul.footer {
	margin:0px;
	padding:0px;
	list-style-type:none;
	list-style-position:outside;
	display:inline;
	font-size:0.9em;
	color:#4d4d4d;
}

ul.footer li {
	margin:0px 2px 0px 0px;
	padding:0px;
	display:inline;
}
.align_center
{
	text-align:center;
}
.align_left{
	text-align:left;
}
.align_right{
	text-align:right;
}
.blue{
	color:#00a3ea;
}
.purple{
	color:#d60057;
}
/********************************** header ****************************/
#masthead{
	margin:0px auto;
	background:#FFFFFF;
}
#top_bar{
	height:5px;
	background-color:#B3B7B8;
}
#header_content{
	width:977px;
	height:130px;
	overflow:hidden;
	margin:3px auto;
}
#logo{
	float:left;
	margin:3px 0 3px 0;
	width:160px;
}

#top_right{
	width:815px;
	margin:0 0 3px 0;
	float: left;
	height:127px;
	text-align:right;
}
#top_right_top{
	width:814px;
	height:90px;
	margin:5px 8px 5px 8px;
	overflow:hidden;
	text-align:right;
}
#top_right_bottom{
	float:right;
	width:550px;
	height:37px;
	text-align:right;
}

#form_search{
	height:26px;
	width:475px;
}
#form_search #key{
	height:18px;
	margin-top:3px;
	padding-top:2px;
	width:233px;
	border:1px solid #CCCCCC;
}
#form_search #search_submit{
	background:url(../images/search_submit_button.gif) scroll 0 0 no-repeat;
	height:24px;
	width:28px;
	border:0;
	margin-left:5px;
}
#nav{
	margin:-3px auto;
	background:url(../images/nav_bar_bg_v2.png) repeat-x #FFFFFF;
	height:38px;
		z-index:10000;
		width:970px;
		

}
#nav_links{
	width:980px;
	margin:0 auto;
		z-index:10000;
}
.nav_item{
	background:transparent url(../images/nav_bar_v2.png) top no-repeat;
	cursor:pointer;
	float:left;
	height:34px;
		z-index:10000;
}
.nav_item_en{
	background:transparent url(../images/nav_bar_en_v2.png) no-repeat;
	cursor:pointer;
	float:left;
	height:34px;
		z-index:10000;
}
#nav_home{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background-position:0px 0px;
	width:113px;
}
#nav_home:hover{
	background-position:0px -34px;
}
#nav_home_hover{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	width:113px;
	background-position:0px -34px;
}


#nav_program{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	width:110px;
	background-position:-112px 0;
}
#nav_program:hover{
	background-position:-112px -34px;
}
#nav_program_hover{
	width:110px;
	background-position:-112px -34px;
}

#nav_channel{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	width:110px;
	background-position:-222px 0;
}
#nav_channel:hover{
	background-position:-222px -34px;
}
#nav_channel_hover{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	width:110px;
	background-position:-222px -34px;
}

#nav_event{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	width:111px;
	background-position:-332px 0;
}
#nav_event:hover{
	background-position:-332px -34px;
}
#nav_event_hover{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	width:111px;
	background-position:-332px -34px;
}
#nav_video{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	width:111px;
	background-position:-442px 0;
}
#nav_video:hover{
	background-position:-442px -34px;
}
#nav_video_hover{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	width:111px;
	background-position:-442px -34px;
}

#nav_news{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	width:112px;
	background-position:-552px 0;
}
#nav_news:hover{
	background-position:-552px -34px;
}
#nav_news_hover{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	width:112px;
	background-position:-552px -34px;
}



#nav_cs{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	width:110px;
	background-position:-664px 0;
}
#nav_cs:hover{
	background-position:-664px -34px;
}
#nav_cs_hover{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	width:110px;
	background-position:-664px -34px;
}

#nav_sub{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	width:106px;
	background-position:-775px 0;
}
#nav_sub:hover{
	background-position:-775px -34px;
}
#nav_sub_hover{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	width:105px;
	background-position:-775px -34px;
}



#nav_discuss{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	width:87px;
	background-position:-898px 0;
}
#nav_discuss:hover{
	background-position:-898px -34px;
}
#nav_discuss_hover{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	width:87px;
	background-position:-898px -34px;
}

#nav_tv_guide{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	width:100px;
	background-position:-473px 0;
}
#nav_tv_guide:hover{
	background-position:-473px -35px;;
}
#nav_tv_guide_hover{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	width:100px;
	background-position:-473px -35px;;
}
#menu_nav {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	z-index:10000;
}

#menu_nav ul{
	background: #686868;
	color:#FFFFFF;
	border: 2px solid #313131;
	list-style: none;
	z-index:10000;
	padding:0px;
	margin: 0;
	position: absolute;
	top: -999em;
	left:1px;
	min-width:110px;
	z-index:10000;
}
#menu_nav li{
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

#menu_nav li a, #menu_nav li a:link, #menu_navli a:active, #menu_nav li a:visited {
	font: bold 1.22em/25px Arial, Helvetica, sans-serif;
	background: #6f6f6f;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	font-weight:normal;font-size:12px;
	z-index:10000;
	
}
#menu_nav ul li a:hover{
	background-color:#bc5d27;font-size:12px;
}
#menu_nav ul li a{
	z-index:10000;
	font-size:12px;
	padding:0 5px 0 5px ;
}
#menu_nav ul li {
	z-index:10000;

	border: 0;
	float: none;
}

#menu_nav li:hover ul, #menu_nav ul li.sfHover ul {
  top: 33px;
}

#page_wrapping{
	margin:0 auto;
	width:977px;
	background:#FFFFFF;
}
/** HOME */

#home_lef_col{
	width:700px;
	float:left;
}
#home_right_col{
	z-index:-1000;
	width:267px;
	float:left;
}
#home_top_container{
	width:977px;
	margin:0 auto;
	z-index:-10;
}
#home_banner{
	width:700px;
	height:302px;
	float:left;
	background:#FFFFFF;
	z-index:-1000;
}
#home_banner_large{
	padding:0;
	margin-right:2px;
	height:300px;
	left:0;
	top:136px;
	width:374px;
	float:left;
	z-index:-1000;
}
#home_banner_small_1{
	overflow:hidden;
	padding:3px 1px 1px 1px;
	height:146px;
	left:395px;
	top:136px;
	width:158px;
	float:left;
	overflow:hidden;
}
.home_banner_small {
	cursor:pointer;
	opacity:1;
	z-index:1;
}
.home_banner_small:hover{
	opacity:0.8;
}
#home_banner_small_2
{
	padding:3px 1px 1px 1px;
	height:146px;
	left:553px;
	top:136px;
	width:158px;
	float:left;
	padding-left:1px;
	overflow:hidden;
}
#home_banner_small_3
{
	padding:1px 1px 1px 1px;
	height:145px;
	left:318px;
	top:272px;
	width:158px;
	float:left;
	overflow:hidden;
	
}
#home_banner_small_4
{
	padding:1px 1px 1px 1px;
	height:145px;
	left:477px;
	top:272px;
	width:158px;
	float:left;
	overflow:hidden;
}
#home_video{
	height:274px;
	width:248px;
	float:left;
}
#player{
	display:block;
	width:260px;
	height:275px;
}
#mid_banner_container{
	width:710px;
	height:148px;
	margin:5px auto;
	overflow:hidden;
	z-index:1;
}
.mid_banner{
	margin-top:8px;
	width:235px;
	height:148px;
	float:left;
	overflow:hidden;
	z-index:1;
}
.mid_banner:hover{
	opacity:0.8;
}
.mid_banner a{
	z-index:1;
}
.mid_banner img{
	z-index:1;
}

/** Main **/
#main{
	width:970px;
	margin:0px auto;
	background:#FFFFFF;
}
#home_left{
	float:left;
	margin-top:20px;
	margin-right:10px;
	width: 336px;
}
#home_weather{
	float:left;
	padding:0;
	width: 331px;
	height:180px;
	border:1px solid #CCCCCC;
	margin-bottom:5px;
}
#home_weather .today_weather{
	width:328px;
	height:70px;
	padding:0px;

}
#home_weather ul.current_weather{
	padding-top:0;
	margin-top:0;
}
#home_weather ul.current_weather li{
	line-height:2em;
}
#home_weather .today_weather_left{
	background:url(../images/today_weather_bg.gif) scroll 0 0 no-repeat;
	width:96px;
	height:68px;
	float:left;
	margin-top:0px;
	line-height:2em;
}
#home_weather .today_weather_left_en{
	background:url(../images/today_weather_bg_en.gif) scroll 0 0 no-repeat;
	width:96px;
	height:68px;
	float:left;
	margin-top:0px;
	line-height:2em;
}
#home_weather .today_weather_right {
	float:left;
	width:230px;
}
#home_weather .today_weather_right .today_weather_image{
	float:left;
	height:67px;
	width:82px;
}
#home_weather .today_weather_right .today_weather_desc{
	float:left;
	width:140px;
	height:22px;
	padding-top:5px;
}
#home_weather .today_weather_right .today_weather_desc h2{
	font-size:20px;
	color:#666666;
}
#home_weather .today_weather_left span{
	padding-left:5px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}
#home_weather .today_weather_left h3{
	line-height:1px;
	padding-left:15px;
	color:#FFFFFF;
	font-size:12px;
}
#home_weather .today_weather_left_en span{
	padding-left:5px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
}
#home_weather .today_weather_left_en h3{
	line-height:1px;
	padding-left:15px;
	color:#FFFFFF;
	font-size:12px;
}
#home_weather .weather_forcast_unit{
	height:63px;
	width:110px;
	float:left;
}

#home_weather .weather_forcast_unit_top{
	background:url(../images/weather_forcast_top_bg.gif) scroll 0 0 no-repeat;
	border-right:1px solid #CCCCCC;
	height:23px;
	padding:0;
	text-align:center;
	line-height:1.9em;
	width:111px;
}
#home_weather .last_weather_forcast_unit_top{
	background:url(../images/weather_forcast_top_bg.gif) scroll 0 0 no-repeat;
	border-right:1px solid #CCCCCC;
	height:23px;
	padding:0;
	text-align:center;
	line-height:1.9em;
	width:111px;
}
#home_weather .last_weather_forcast_unit_top span{
	color:#444444;
	font-weight:bold;
	font-size:14px;
}
#home_weather .weather_forcast_unit_top span{
	color:#444444;
	font-weight:bold;
	font-size:14px;
	
}
#home_weather .weather_forcast_unit_body{
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	height:40px;
	width:102px;
	padding:0;
	text-align:center;
	padding:4px;
}
#home_weather .last_weather_forcast_unit_body{
	border-top:1px solid #CCCCCC;
	height:63px;
	width:102px;
	padding:0;
	text-align:center;
	padding:4px;
}
#home_weather .last{
	border-right:0;
}

#home_weather .home_weather_cities{
	height:36px;
	width:100%;
	color:#FFFFFF;
	padding-left:0px;
}
#home_weather .home_weather_cities ul{
	height:18px;
}
#home_weather>ul>li{
	display: none;
	list-style-type: none;
	border: 0;
	padding: 0;
	margin-left: -40px;	
}

#home_weather>ul>li:first-child{
	display: block;
}


.home_weather_cities ul{
	background:url(../images/home_weather_bottom_bg.gif) scroll 0 -25px no-repeat;
	padding:0;
	margin: 0 0 2px 0;
}
.home_weather_cities li{
	list-style-type: none;
	font-size: 12px;	
	font-weight: bold;
	display: inline;
	padding-left: 10px;
}

.home_weather_cities li>a{
	color: #FFF;
	text-decoration: none;
}
.home_weather_cities li>a:hover{
	color: #FF6517;
	text-decoration: none;
}
#home_new{
	margin-left:5px;
	float:left;
	width: 332px;
}
#home_info_menu{
	margin:10px 0 0 10px;
	height:30px;
	width:340px;
}


#home_info{
	float:left;
	padding:0;
	margin-top:20px;
	margin-left:5px;
}
#tabs{
	margin:0;
	padding:0;
	width:328px;
}
#home_info #home_info_ul{
	height:29px;
	width:338px;
	padding:0;
	margin:0;
}
#home_info #home_info_ul li a{
	width:164px;
	height:29px;
}
#home_info .box_title{
	background:url(../images/home_content_bar.gif);
	width:338px;
	height:30px;
}
#home_info h1{
	color:#FFFFFF;
}
.home_info_menu_active{
	float:left;
	height:35px;
	width:168px;
	text-align:center;
	background-color:#FFFFFF;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	cursor:pointer;
}
.home_info_menu_hover{
	float:left;
	text-align:center;
	background-color:#CCCCCC;
	width:168px;
	height:35px;
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	cursor:pointer;
}
#home_info_content{
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	float:left;
	width: 336px;
}
/*//////////////////VIDEO//////////////////////////*/
.video_contents_top{
	height:50px;
	width:915px;
	margin:0 auto;
	background:url(../images/video_conents_top.gif) scroll 0 0 no-repeat;
}
.video_contents{
	width:913px;
	margin:0 auto;
	border-top:1px solid #8b8b8b;
	border-left:1px solid #8b8b8b;
	border-right:1px solid #8b8b8b;
}
.video_contents_bottom{
	height:50px;
	width:915px;
	margin:0 auto;
	background:url(../images/video_contents_bottom.gif) scroll 0 0 no-repeat;
}



#news_tab{
	border:1px solid #CCCCCC;
	margin-top:30px;
}

#nav-tabs-1{
	border:0;
	padding:0px;
	background-image:url(../images/home_program_tab_left.gif);
	background-repeat:no-repeat;
	height:29px;
	width:164px;
}


#nav-tabs-2{
	padding:0px;
	border:0;
	background-image:url(../images/tab_schedule_bg.gif);
	background-repeat:no-repeat;
	height:29px;
	width:164px;
}
.ui-corner-top{
	background-position:0 0;
}
#nav-tabs-2:hover{
	background-position:0 -29px;
}
.ui-tabs-selected {
	background-position:0 -29px;
}
.home_drama_entry{
	width:100%;
	height:55px;
	border-bottom:1px solid #CCCCCC;
}

.home_drama_entry img{
	border:1px solid #CCCCCC;
	height:40px;
}
.home_drama_entry a, .home_drama_entry a:visited{
	text-decoration:none;
}

.home_drama_entry .home_drama_contents{
	width:330px;
	height:55px;
}
.home_drama_pic{
	float:left;
	height:30px;
	width:70px;
	cursor:pointer;
	padding:10px 0 0 10px;

}
.home_drama_contents:hover{
	opacity:0.8;
}
.home_drama_des{
	float:left;
	height:15px;
	cursor:pointer;
	padding:20px 0 0 0px;
}
.home_news_entry{
	border-bottom:1px solid #CCCCCC;
	height:37px;
	
}
.home_news_entry span{
	background:url(../images/home_news_arrow.png) scroll 8px 0 no-repeat;
	padding-left:25px;
	line-height:2em;
	width:326px;
}
.home_news_entry a:link,.home_news_entry a:visited{
	text-decoration:none;
	width:326px;
	display:block;
}


#home_tv_guide{
	z-index:-1;
	margin-top:35px;
	width:267px;
	height:200px;
	float:left;
	border:1px solid #CCCCCC;
}
.home_tv_guide_image{
	z-index:-1;

}
.home_tv_guide_image img{
	z-index:-100;

}
.home_tv_guide_title {
	padding:0;
	margin-top:-203px;
	z-index:1000;
	width:196px;
	height:48px;
	float:left;
}
.home_tv_guide_title img{
	z-index:1000;
}
.tv_guide_pic{
}
#home_side_banner{
	width:267px;
	
	overflow:hidden;
 	text-align:left;
	padding:0;
	margin-top:8px;
}

.home_side_banner_img{
	width:280px;
	margin-bottom:10px;
}
.home_side_banner_img:hover{
	opacity:0.8;
}
#tabs ul{
	margin-top:0px;
}

.tab_content{
	border:1px solid #CCCCCC;

}
#home_news{
	float:left;
	padding:0;
}
#news_tabs{
	padding:0;
	width:338px;
}
#news_tabs #news_tab_ul{
	height:15px;
	width:338px;
	padding:0;
	margin:10px 0;
}
#news_tabs li{
	border:0;
	padding:0;
	float:left;
}
#news_tabs #news_tabs_tab1{
	background-image:url(../images/home_news_tab_left.gif);
	background-repeat:no-repeat;
	height:29px;
	width:164px;
}

#news_tabs #news_tabs_tab1 a{
	height:29px;
	width:164px;
}
#news_tabs #news_tabs_tab2 a{
	height:29px;
	width:164px;
}
#news_tabs #news_tabs_tab2{
	background-image:url(../images/home_news_tab_right.gif);
	background-repeat:no-repeat;
	height:29px;
	width:164px;
}
#news_tabs #home_tab_1{
	width:326px;
	height:215px;
	border:1px solid #CCCCCC;
	padding:0;
}
#news_tabs #home_tab_2{
	width:326px;
	height:215px;
	border:1px solid #CCCCCC;
	padding:0;
	overflow:hidden;
	
}

#news_date_form{
	float:right;
	margin-right:10px;
}
#home_tab_2 #home_tab_2_contents{
	overflow:hidden;
	padding:10px;
	height:169px;
	line-height:17px;
	margin-bottom:5px;
	border-bottom:1px solid #CCCCCC;
}
/******************* SCHEDULE***********/

#program_schedule_date 
{
	width:950px;
	margin:0 auto;
}
.day_display{
	
}
.day_display li{
	float:left;
	padding:10px;
	list-style:none;
	
}
.day_display a:link,.day_display a:visited,.day_display a:hover{
	font-size:14px;
}
#schedule_list .schedule_channel{
	float:left;
}

#schedule_list .channel_display{
	display:inline;
	padding:10px;
	list-style:none;
	font-weight:bold;
}
#schedule_list .channel_schedule{
	width:920px;
	margin:5px 1px 0 1px;
	
}
#schedule_list .channel_schedule_contents{
	border:1px solid #CCCCCC;
	width:920px;
	line-height:20px;
	padding-left:2px;
	padding-right:0px;
	padding-top:10px;
	margin-bottom:18px;
}
#schedule_content{
	/*background-image:url(../images/schedule_bg.gif);*/
	margin-top:0px;
}
.schedule_daytime{
	float:left;
	width:229px;
}
a.now:link,a.now:hover,a.now:visited{
	color:#ff671b;
	text-decoration:none;
	font-weight:bold;
}
/********************* CHANNEL *****************/
.channel_list
{
	float:left;
	width: 163px;
	padding: 10px;
	border:1px solid #CCCCCC;
	padding:5px;
	height:300px;
	overflow:hidden;
	margin:5px;
}

.channel_list img{
	border-bottom:1px solid #CCCCCC;
}
.channel_schedule_left_col{
	float:left;
	width:195px;
}
.channel_schedule_list{
	width:158px;
	padding:10px;
	min-height:894px;
	border:1px solid #CCCCCC;
	margin-top:20px;
}
.channel_schedule_list_top{
	background:url(../images/channel_bg_col_top.gif) scroll 0 0 no-repeat;
	width:180px;
	height:100px;
}
.channel_schedule_list_top .channel_schdule_logo{
	padding:0px 0 0 25px;
}
.channel_schedule_list_contents{
	
}

.channel_schedule_list_name{
	font-size:16px;
	line-height:2.3em;
	padding-left:6px;
}
.channel_schedule_list ul{
	list-style:none;
	padding:0;
}
.channel_program_top{
	background:url(../images/channel_program_top.gif) scroll 0 0 no-repeat;
	height:25px;
	width:450px;
}
.channel_program_div{
	float:left;
	width:450px;
	
}
.channel_program_list{
	
	border:1px solid #CCCCCC;
}
.channel_program_list h4{
	color:#00aeef;
	font-size:16px;
}
.channel_program_list a, .channel_program_list a:visited{
	text-decoration:none;
	color:#00aeef;
}
.channel_program{
	border-bottom:1px solid #CCCCCC;
	width:450px;
}
.channel_schedule_list h2{
	color:#00aeef;
	font-size:16px;
}
.channel_schedule_list h3{
	font-size:16px;
}
.channel_program_list h2{
	color:#ed1c24;
	font-size:16px;
}
.channel_program_content{
	padding:10px;
	width:430px;
}
.channel_channel_details_logo{
	padding:10px;
}
a.channel_discuss_topic{
	text-decoration:none;
	background:url(../images/forum_discuss.png) scroll 0 0 no-repeat;
	height:35px;
	padding-left:22px;
	display:block;
	width:60px;
	line-height:2em;
}
a.channel_details{
	text-decoration:none;
	background:url(../images/detail_button.gif) scroll 0 0 no-repeat;
	height:35px;
	padding-left:32px;
	display:block;
	width:60px;
	line-height:2em;
}
.program_entry{
	border:1px solid #ECEDED;
}
.program_entry td{
	padding:8px;
}
.page_banner{
	margin-top:20px;
	margin-left:10px;
	float:left;
	width:267px;
}
/***************** NEWS PAGE***********************/
.news_category{
	
	float:left;
	width:195px;
	padding:10px;
	border:1px solid #CCCCCC;
}

.news_category ul{
	line-height:2.5em;
}
.news_category ul li{
	border-bottom:dashed 1px #CCCCCC;
}

.news_content{
	float:left;
	width:600px;
	padding:10px;
}
.news_content ul{
	list-style:none;
	line-height:2.5em;
}
.news_content ul li{
	border-bottom:dashed 1px #CCCCCC;
}
.news_title{
	cursor:pointer;
}
.news_body{
	padding:5px;
	display:none;
}
.news_body p{
	line-height:1.5em;
}
/*************** FORUM*******************/
a.discuss_topic{
	margin-left:500px;
	color:green;
	text-decoration:none;
	background:url(../images/forum_discuss.png) scroll 0 0 no-repeat;
	height:35px;
	padding-left:22px;
	display:block;
	width:60px;
	line-height:2em;
}

.forum_title{
	background:url(../images/forum_title.png) scroll 0 0 no-repeat;
	padding-left:60px;
	height:70px;
	line-height:4.5em;
	width:200px;
}
.forum_title h2{
	font-size:16px;
	text-decoration:none;
}
a.forum_title_link:link,a.forum_title_link:visited{
	text-decoration:none;
}
.forum_topics{
	
	list-style:none;
}
.forum_topics li.normal{
	background:url(../images/forum_discuss.png) scroll 0 0 no-repeat;
	padding-left:25px;
	line-height:1.2em;
	margin-bottom:15px;
}
.forum_contents{
	float:left;
	width:940px;
}
.forum_category{
	float:left;
	width:450px;
	overflow:hidden;
}
.forum_right_col{
	float:left;
	width:251px;
	margin-left:5px;
	margin-right:5px;
	padding:3px;
	border:1px solid #CCCCCC;
}
.forum_topic_reply{
	line-height:40px;
	list-style:none;
	
}
.forum_topic_reply li.row_a{
	border-bottom:dashed 1px #CCCCCC;
	padding-left:35px;
	min-height:60px;
}
.forum_topic_reply li.row_b{
	background:#eeeeee;
	border-bottom:dashed 1px #CCCCCC;
	padding-left:35px;
	margin-bottom:10px;
	min-height:60px;
}
 .name_field{
	background:url(../images/forum_reply_icon.png) scroll 0 0 no-repeat;
}
.forum_reply{
	padding:20px;
}
/******************* FOOTER***********/
#footer_middle{
	font-size:9px;
	float:left;
	width:210px;
	padding-left:15px;
	padding-right:15px;
}
#footer_discuss{
	padding:5px;
	width:967px;
	margin:0px auto 10px auto;
	height:50px;
}

#footer_top{
	padding:5px;
	width:967px;
	margin:0px auto;
	height:50px;
	
}
#footer_bottom_video
{
	background-color:#FFFFFF;
}
#footer_top_video{
	padding:5px;
	width:967px;
	margin:0px auto;
	height:50px;
	background-color:#FFFFFF;
}
#footer_bottom{
	padding:10px;
	width:967px;
	margin:0px auto;
	height:20px;
	text-align:left;
}
#footer{
	height:50px;
}
#footer_div{
	height:2px;
	border-top:2px solid #CCCCCC;
	width:100%
}
.footer_content{
	padding:0px;
	width:970px;
	margin:0px auto;
	background:#FFFFFF;
}
.footer_content_bottom{
	padding:0px;
	width:100%;
	margin:0px auto;
	background:#FFFFFF;
}
.footer_content_video{
	padding:0px;
	width:970px;
	margin:0px auto;
	background:#333333;
}
.footer_content_video a{
	color:#FFFFFF;
}
#footer_logo{
	float:left;
}
#footer_right{
	padding:0px;
	float:right;

}
#footer_right a,#footer_right a:visited{

}
#footer_discuss_list ul li{
	float:left;
	list-style:square inside;
	line-height:2.0em;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:5px;
}
#footer_right ul{
	padding:0px;
	
}
#footer_right ul li{
	border-right:1px solid #A2A2A2;
	list-style:none;
	float:left;
	font-size:12px !important;
	line-height:1.2em;
	padding-left:3px;
	padding-right:3px;
	
}
#footer_right ul li.last{
	border-right:0;
}
#footer_discuss_list{
	margin-bottom:5px;
}


#footer_discuss_list_video ul li{
	float:left;
	list-style:square inside;
	line-height:2.0em;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:5px;
}

#footer_discuss_list_video{
	margin-bottom:5px;
	background-color:#333333
}



#footer_ad{
	width:970px;
	margin:0px auto;
	padding:0px;
	background-color:#ffffff;
	
}
#footer_sn{
	background:url(../images/footer_sn_bg.gif) 0 0 repeat-x;
	width:968px;
	border:1px solid #CCCCCC;
	height:60px;
	margin:0 auto;
}


.facebook{
	margin-top:10px;
	margin-left:10px;
	height:33px;
	width:33px;
	float:left;
}
.twitter{
	margin-top:10px;
	margin-left:5px;
	height:33px;
	width:33px;
	float:left;
}
/** event_index.php  **/
#home_left{
	float:left;
	margin-top:20px;
	margin-right:15px;
	/*width: 336px;*/
}
.even_link{
	margin:0;
}
.event_link li{
	margin-left:0;
	padding:5px 5px 5px 0;
	float:left;
	list-style:none;
}
.event_link a:link, .event_link a:visited{
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

.event_link a:hover{

}
#event_mid_nav{
	padding:5px;
	background:#FFFFFF;
}
#event_vote{
	padding:10px;
}
#event_nav{
	width:968px;
	height:42px;
	margin:0 auto;
	background-color:#FFFFFF;
	background:url(../images/event_nav_bg.jpg) scroll 0 0 repeat-x;
}
#event_nav_left{
	float:left;
	height:42px;
	width:100px;
}
#event_nav_right{
	float:left;
	height:42px;
	
	
}
#event_search{
	float:right;
	color:#000000;
	font-size:10px;
	line-height:2em;
	height:28px;
	padding:0;
	
}
#event_search form{
	height:28px;
	margin:0;
	
	
}
#event_search img{
	
	display:inline;
}
/**  service **/
#service{
	width:930px;
	padding:10px;
}
#service ul{
	padding:0px;
}
#service ul li{
	padding:0px;
}
#service #subcategory_bar{
	width:940px;
	background:#CCCCCC;
	height:27px;
	margin-left:-6px;
}
#service #subcategory_list
{
	float:right;
	margin-right:10px;
	display: inline;
	margin-bottom:20px;
	padding:0px;
	margin-top:-1px;
}
#service #subcategory_list li{
	list-style-type: none;
	display: inline;
	height:27px;
	float:left;
	padding-right:1px;
}
#service #subcategory_list a.service_button:link, a.service_button:visited{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	height:27px;
	background:url(../images/btn_bg.gif) scroll 0 0 repeat-x;
	line-height:2em;
	padding-left:5px;
	padding-right:5px;
}

/************* VIDEO ******************/
.video_title_text{
	width:100px;

	overflow:hidden;
}
#player{
	z-index:-1000;
}

#service #service_list li{
	list-style-type: none;	
}

#service #service_list>li{
	display: none;
}

#service #service_list  li:first-child{
	display: block;
}

/*  index.php 精彩频道*/

img.channel_logo{
	padding:10px 0 0 10px;
	height: 30px;
	margin: 0px;
	border: 0px;
	float: left;
}


/* video */
#ghd-body {
	background-color:#F5F5F5;
	height:20px;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	overflow-x:hidden;
	overflow-y:hidden;
	width:100%;
}
#ghd-body .gnav {
	float:left;
	height:20px;
	line-height:18px;
	color:#535353;
}
#ghd-body .top_menu_user{
	float:right;
	height:20px;
	line-height:18px;
	color:#535353;
	margin-right:10px;
}
#ghd-bottom {
	background-color:#F5F5F5;
	height:20px;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	overflow-x:hidden;
	overflow-y:hidden;
	width:100%;
}

#ghd-bottom .gnav {
	float:left;
	height:20px;
	line-height:18px;
	color:#535353;
}


#tv_top_nav_wrapping{
	height:45px;
}
#tv_top_nav{
	background:url("../images/tv_nav_bg.gif") repeat-x scroll 0 0;
}
#tv_nav_contents{
	margin:0 auto;
	width:970px;
}
#tv_logo{
	float:left;
}
#tv_nav_menu{
	float:left;
}
.tv_list{
	float:left;
	list-style:none outside none;
}
.tv_list li{
    float: left;
    padding-right: 20px;
}
#tv_top_banner{
	width:970px;
	margin:0 auto;
	background-color:#333333;
	text-align:center;
}
#tv_main{
	width:970px;
	margin:0 auto;
	background-color:#333333;
}
#tv_left_col,#tv_right_col{
	display: inline;
    float: left;
    margin-left: 18px;
    overflow: hidden;
	background-color:#333333;
}
#tv_left_col {
	margin-top:15px;
    width: 645px;
}
#tv_right_col {
	margin-top:15px;
    width: 287px;
	text-align:left;
}
#tv_large_banner{
	width:645px;
}
#tv_cat_bar{
	width:645px;
	height:40px;
	background:url(../images/tv_cat_bar.gif) no-repeat 0 0 scroll;
}
#tv_list{
	background-color: #141414;
    border-color: #4F4F4F;
    border-width: 0 1px 1px;
	width:645px;
	color:#ffffff;
}
.tv_list a{
	color:#ffffff;
}
.tv_cat_box{
    float: left;
    text-align: left;
	margin-right:2px;
	width:320px;
	margin-bottom:8px;
}
.tv_cat_box_title{
	background-color: #696969;
	background-image:url('../images/tv_icon.png');
	background-position:2px center;
	background-repeat:no-repeat;
	margin: 5px 5px 0;
	padding: 3px 5px;
	vertical-align: middle;
	width: 296px;
	color:#FFFFFF;
	height:20px;
	line-height:20px;
	font-size:12px;
}
.tv_category_name{
	padding-left:30px;
}
.tv_cat_box_title a{
	color:#FFFFFF;
}
.tv_cat_box_video{
	float:left;
	width:140px;
	padding:10px;
	cursor: pointer;
    display: inline;
	color:#82dbff;
	text-align:center;
	height:120px;
	line-height:15px;
}

.video_title_thum{
	text-align:center;
	margin-top:5px;
	width:135px;
}
a.tv_cat_box_title_a {
	width:235px;
	display:block;
}
.tv_video_thumbnail{
	width:150px;
	height:80px;
	text-align:center;
	color:#FFFFFF;
}
a.tv_video_thumbnail_link{
	background:url("../images/video_button.png") no-repeat scroll 30px 0px transparent;
	display:block;
	width:150px;
	height:100px;
	opacity: 0.8;
	display: block;
    text-decoration: none;
	margin-top:-80px;
 
}

.tv_thumbnail_pic{
	
	
}

.info_form{
    margin: 0 auto;
    min-height: 300px;
    padding: 10px;
    width: 930px;
}
#register_form{
	border: 1px solid #CCCCCC;
	width:700px;
}

#register_form ul{
	list-style: none outside none;
}

#register_form li{
	margin-bottom: 10px;
	list-style: none outside none;
}
#register_form label{
	color: #000000;
    display: block;
    float: left;
    font-size: 13px;
    line-height: 23px;
    padding-right: 7px;
    text-align: right;
    width: 208px;
}

#register_form li input.txt{
	border: 1px solid #CCCCCC;
    color: #000000;
    height: 23px;
    margin-right: 5px;
    padding-left: 3px;
    vertical-align: top;
    width: 200px;
}
.info_form h2{
	 color: #000000;
	 height: 45px;
    line-height: 45px;
	font:  24px arial,helvetica,clean,sans-serif;
}
#register_form h4
{
	border-bottom: 1px solid #CCCCCC;
    height: 45px;
    margin: 0 auto 20px;
    position: relative;
    width: 400px;
	line-height:45px;
	font-size:14px;
	font-weight:bold;
	
}

#form_terms{
	border: 1px solid #CCCCCC;
    float: left;
    height: 100px;
    overflow: scroll;
    width: 300px;
}


.info_user{
    margin: 0 auto;
    min-height: 300px;
    padding: 10px;
    width: 680px;
	float:left;
	margin-left:10px;
	
}
.sub_cats {
	border-color: #CCCCCC;
    border-style: solid;
    border-width: 0px 1px 0px 1px;
	padding: 10px;
    width: 680px;
	
}
.sub_cats a{
	color:#066da1;
	
}
.user_contents{
	border-color: #CCCCCC;
    border-style: solid;
	padding: 10px;
    width: 680px;
    border-width: 0px 1px 1px 1px;
}

.info_user h2{
	 color: #000000;
	 height: 35px;
    line-height: 35px;
	font:  24px arial,helvetica,clean,sans-serif;
}
ul.user_tabs{
	clear:both;
	border-bottom: 1px solid #CCCCCC;
    height: 40px;
    width: 100%;
	padding:0px 20px 0px 0px;
	margin:0px;
}
ul.user_tabs li{
	border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    height: 39px;
    line-height: 39px;
	float: left;
    padding: 0 15px;
	list-style:none;
	background:#e0e0e0;
}
ul.user_tabs li.selected{
	border-bottom-color: #FFFFFF;
	border-left-width: 1px;
	background:#ffffff;
}

.button{
	background-image:url(../images/btn/button.gif);
	width:60px;
	height:25px;
	padding:0;
	cursor:pointer;
	border:0;
	font-size:11px;
}
.button:hover{
	background-image:url(../images/btn/button.gif);
	background-position:0 25px;
	width:60px;
	height:25px;
	
}
.field{
 border-bottom:1px solid #CCCCCC;
 line-height:16px;
padding:10px;
}
.field_register{
	 line-height:16px;
	padding:10px;
}
.field a{
	line-height:16px;
	display:block;
}
.publisher_details{
	font-style:italic;
	color:#686868;
}
.forum_publish_title{
	border-bottom: 1px solid #CCCCCC;
	margin-bottom:5px;
}
.forum_details_entry{
	padding:18px;
	border-bottom: 1px solid #CCCCCC;
	background:#e9e9e9;
	margin-bottom:15px;
}
.em_font{
	color:#898989;
	font-size:10px;
	line-height:25px;
	/*float:right;
	margin-right:50px;*/
	margin-left:212px;
}
