@charset "utf-8";
.menu_left {
	font-size: 12px;
	font-weight: bolder;
	cursor:hand;
}

.menu_pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
}

#header a{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
.txtInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 18px;
	width: 128px;
	border: 1px solid #000000;
}

#header a:hover{
	text-decoration: none;
	color: #FFFF00;
	font-size: 11px;
}
cite{
	font-style:normal;
	font-size:11px;
	color:#FFFFFF;
}
.menu_bg {
	background-image: url(/app/images/sub_subpage_menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 20px;
	padding-left: 12px;
	color: #333333;
}
.menu_bg_click {
	background-image: url(/app/images/sub_subpage_menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 20px;
	padding-left: 12px;
	color: #FFFFFF;
}
.menu_bg_1 {
	background-image: url(/app/images/sub_subpage_menu_1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 20px;
	padding-left: 12px;
}
.sub_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #970f00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c5c5c5;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.sub_menu_over {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0a50ff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c5c5c5;
	background-color: #ffffc5;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#sidebar1 a:link {
	color: #970f00;
	text-decoration: none;
}
#sidebar1 a:visited {
	text-decoration: none;
	color: #970f00;
}
#sidebar1 a:hover {
	text-decoration: underline;
	color: #0a50ff;
}
#sidebar1 a:active {
	text-decoration: none;
	color: #970f00;
}

.set_hidden {
	display: none;
}
.set_show {
	display: "";
}
.content_1{
	background:#f4f3f3;
	padding: 3px 35px 3px 35px;
	font-size:11px;
	height:40px;
	vertical-align: top;
}
.subpage_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bolder;
	color: #ba0000;
}

.content_2{
	background:#FFFFFF; padding: 3px 35px 3px 35px; font-size:11px; height:40px;
}
.right_adv{
	height:115px; text-align:center;
}


/* tree view */
 #tree_ul,#tree_ul ul{
	margin:0;
	padding:0;
	border:0;
	list-style-type: none;
	}
		
	#tree_ul li,#tree_ul ul li{
	margin:0;
	padding:0;
	border:0;
	list-style-type: none;
	}
	
	#tree_ul li.level_1{
			background-image: url(/app/images/sub_subpage_menu_bg.jpg);
			background-repeat: no-repeat;
			background-position:  0px 0px;
	}
	
	#tree_ul li.level_1_hover{
				background-image: url(/app/images/sub_subpage_menu_bg.jpg);
				background-repeat: no-repeat;
				background-position: 0px -20px;
				
	}
	
		#tree_ul li.no_ul_level_1{
			background-image: url(/app/images/sub_subpage_menu_1.jpg);
			background-repeat: no-repeat;
			background-position:  0px 0px;
	}
	
	#tree_ul h1{
			padding:0;
			margin:0;
			height:20px;
	}
	#tree_ul li.level_1 h1 a{	
			padding:0;
			margin:0;
			border:0;
			display:block;
			padding-left: 12px;			
			font-size: 12px;
			font-weight: bolder;
			cursor:hand;
			height: 20px;
	}
	
#tree_ul li.level_1_hover h1 a{	
			padding:0;
			margin:0;
			display:block;
			padding-left: 12px;			
			font-size: 12px;
			font-weight: bolder;
			cursor:hand;
			height: 20px;
			color: #FFFFFF;
	}
	
	#tree_ul a,
	#tree_ul a:link,
	#tree_ul a:visited,
	#tree_ul a:hover{	
			color: #FFFFFF;
			text-decoration:none;
	}
	
	#tree_ul li li{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #970f00;
			border-bottom-width: 1px;
			border-bottom-style: solid;
			border-bottom-color: #c5c5c5;
	}
	
	#tree_ul li li a{
			padding-left: 25px;
			padding-top: 3px;
			padding-bottom: 3px;
			display:block;
	}
	
	#tree_ul li li a:hover{
			background-color: #ffffc5;
			color: #0a50ff;
	}


.schedule_tbl th{
			background-color:#999966;
			color:#FFFF00;
}

.schedule_tbl td{
			background-color:#FFFFCC;
}
	
td{
	text-align:left;
}

u.nav_break{
	text-decoration:none;
}

#tree_ul u.nav_break,#tree_ul2 u.nav_break{
	text-decoration:none;
	display:block;
}

td.subpage_title_td{
	background-image:url(/app/images/sub_subpage_title_bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	vertical-align: middle;
	height: 29px;
	padding-left:30px;
}

.content_text select{
	margin:2px 2px;;
	margin-bottom:0px;
}

#footer_contact_info{
	margin-top:5px;
}
#footer_copyright{
	margin-top:10px;
	color:#FFA995;
}

.lang_cn #footer_copyright, .lang_gb #footer_copyright{
	margin-top:25px;
}

/* shedule */
.schudle_tbl{
 margin:auto;
 margin-bottom:15px;
 width:500px;
 empty-cells:show;
}

.schudle_tbl thead th{
 background: #999966;
 text-align:center;
 height:30px;
}

.schudle_tbl tbody tr.odd td{
 background: #ffffcc;
}

.schudle_tbl tbody tr.even td{
 background: white;
}
.schudle_tbl tbody td{
  padding:2px;
  height:30px;
  line-height:30px;
  border-bottom:1px solid #CCCCCC;
}

.schudle_tbl tbody td.col_play{
	width:10%;
	padding-left:5px;
	text-align:center;
	vertical-align:middle;
}
.schudle_tbl tbody td.col0,
.schudle_tbl tbody td.col1{
	width:10%;
	text-align:center;
	vertical-align:middle;
}

.schudle_tbl tbody td.col2{
	width:80%;
	padding-right:5px;
}


.schedule_title{
	font-size:16px;
	font-weight:bold;
	padding:30px;
	text-align:center;
}


/* sponsor */
.sponsor_group{
	width:535px;
	margin:auto;
	margin-bottom:15px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
.sponsor_item{
	width:535px;
	margin:auto;
	margin-bottom:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.sponsor_title{
	margin-bottom:20px;
	padding-left:50px;
	background: url(/gp54/images/linkicon.gif) no-repeat top left;
}

.sponsor_logo{
	text-align:center;
	margin-bottom:40px;
}

.pid406 .content_text table,
.pid716 .content_text table,
.pid715 .content_text table,
.pid717 .content_text table,
table.list_table {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
.pid406 .content_text table th,
.pid716 .content_text table th,
.pid715 .content_text table th,
.pid717 .content_text table th,
table.list_table th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	text-align:center;
	vertical-align:middle;
}
.pid406 .content_text table td,
.pid716 .content_text table td,
.pid715 .content_text table td,
.pid717 .content_text table td,
table.list_table td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	text-align:center;
	vertical-align:middle;
}


.list_content table.list_table{
	margin-left:auto;
	margin-right:auto;
}

.list_content{
	text-align:center;
}

.list_content h3{
}

/*show list*/


.show_list .item,.show_list .selected{
	margin-bottom:2px;
}

.show_list a.item:link{
	color:#FF6600;
	text-decoration:none;
}
.show_list .selected{
	color:#FF6600;	
	text-decoration:underline;
}

.show_list a.item:hover{
	color:red;
	text-decoration:underline;
}
.show_list a.item:visited{
	color:#FF6600;
	text-decoration:none;
}


