<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* { margin: 0; padding: 0; outline: 0 }

body {
	background-color: #E3E3DE;
	font: 15px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #666666;
	text-align: left;
	background-image: url(../images/bg_body.gif);
}
/* links */
a{	
	color: #0066FF;
	background: inherit;
	text-decoration: none;
}
a:visited {
	color: #0066FF;
	background: inherit;
	text-decoration: none;
}
a:hover, a:active {
	color: #FF6600;
	background: inherit;
}
img {
   border: 0px;	
}

/*-------------------------------------------
   LAYOUT
--------------------------------------------*/ 
#wrap {
	position: relative;
	width: 1260px;
	margin: 0px auto 0px auto;
	border: 1px solid #ffffff;
}
input.enter {
	width: 50px;
	height: 20px;
	border-width: 0px;
	padding: 0px;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	background: url(../images/enter_off.gif) no-repeat;	
}
input.enter:hover  {
	width: 50px;
	height: 20px;
	border-width: 0px;
	padding: 0px;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	background: url(../images/enter_on.gif) no-repeat;
}
input.button {
	width: 82px;
	height: 23px;
	border-width: 0px;
	padding: 0px;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	background: url(../images/btn_of.gif) no-repeat;
}
input.button:hover  {
	width: 82px;
	height: 23px;
	border-width: 0px;
	padding: 0px;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	background: url(../images/btn_on.gif) no-repeat;
}
input.search {
	width: 50px;
	height: 25px;
	border-width: 0px;
	padding: 0px;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	background: url(../images/btn_search_off.gif) no-repeat;
}
input.search:hover  {
	width: 50px;
	height: 25px;
	border-width: 0px;
	padding: 0px;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	background: url(../images/btn_search_on.gif) no-repeat;
}
input.record {
	width: 200px;
	height: 35px;
	border-width: 0px;
	padding: 0px;
	margin: 10px;
	text-align: center;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	background: url(../images/btn_record_off.gif) no-repeat;
}
input.record:hover  {
	width: 200px;
	height: 35px;
	border-width: 0px;
	padding: 0px;
	margin: 10px;
	text-align: center;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	background: url(../images/btn_record_on.gif) no-repeat;
}
input.arrow {
	width: 25px;
	height: 25px;
	border-width: 0px;
	padding: 0px;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	background: url(../images/btn_down_off.gif) no-repeat;
}
input.arrow:hover  {
	width: 25px;
	height: 25px;
	border-width: 0px;
	padding: 0px;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	background: url(../images/btn_down_on.gif) no-repeat;
}
.input_a {
	border-style: solid;
	border-width: 1px;
	height: 22px;
	border-color: #aaaa94 #dfdfd6 #dfdfd6 #aaaa94;
	vertical-align: middle;
	color: #696969;
	background-color: #f1f1ed;
	font-size: 15px;
}
#page_top {
	position: relative;
	width: 1260px;
	height: 31px;
	padding: 0;
	overflow:hidden;
	background-image: url(../images/bg_top1260.jpg);
	background-repeat: no-repeat;
}
#page_top1 {
	position: relative;
	width: 1260px;
	height: 31px;
	padding: 0;
	background: url(../images/bg_top01260.jpg) no-repeat;
	overflow:hidden;
}
#page_banner {
	position: relative;
	width: 1260px;
	height: 85px;
	padding: 0;
}

#top-menu {
	position: absolute;
	top: 3px;
	right: 2px;
	margin: 0px; padding:0px;
	color: #FFFFFF;
	width: auto;
	height: 32px;
	visibility: visible;
	font-size: 15px;
	line-height: 22px;
	text-align:center;
	background-color:#0066a8;
-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
z-index:99;
 }
#top-menu p { 	
	margin: 0; padding: 0;	
 }
#top-menu a {
	font-weight: normal;
	color: #FFFFFF;
 }
#top-menu a:hover {
	font-weight: normal;
	color: #003366;
 }
#time_code {
	position: absolute;
	top: 20px;
	right: 40px;
	width: 220px;
	height: 54px;
	padding: 3px 0px;
	color: #003366;
	font-weight: normal;
	font-size: 15px;
	text-align: center;
	background-image: url(../images/bg_time.gif);
	background-repeat: no-repeat;
	line-height: 28px;
 }
#grade {
	position: absolute;
	top: 43px;
	right: 4px;
	width: 260px;
	height: 20px;
	padding: 3px;
	color: #003366;
	font-weight: normal;
	font-size: 15px;
	text-align: center;
	visibility: visible;
 }
/* nav */
#nav {
	position: relative;
	width: 1260px;
	height: 30px;
	padding: 0;
	background-image: url(../images/bg_menu1260.jpg);
	background-repeat: no-repeat;
}
#nav img {
	padding: 0;
	vertical-align: sub;
}
#nav ul {
	float: left;
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}
#nav ul li {
	float: left;
	margin: 0;
	padding: 0;	
	width: 120px;
	height: 30px;
   text-indent: -9999px;		
}
#nav ul li a {
	float: left;
	margin: 0;
	padding: 0;	
	color: #FFFFFF;
	width: 120px;
	height: 30px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	padding: 0;	
	width: 120px;
	height: 30px;
}
/* â–&nbsp;mouse offæ™‚çš„è¨­å®š
---------------------------------------------------- */
#nav li#intro      {
	background-image: url(../images/nav0_off.gif);
	background-repeat: no-repeat;
}
#nav li#channel      {
	background-image: url(../images/nav1_off.gif);
	background-repeat: no-repeat;
}
#nav li#day      {
	background-image: url(../images/nav2_off.gif);
	background-repeat: no-repeat;
}
#nav li#personal      {
	background-image: url(../images/nav3_off.gif);
	background-repeat: no-repeat;
}
#nav li#report      {
	background-image: url(../images/nav4_off.gif);
	background-repeat: no-repeat;
}
#nav li#topiccontent      {
	background-image: url(../images/nav5_off.gif);
	background-repeat: no-repeat;
}
#nav li#back      {
	background-image: url(../images/nav6_off.gif);
	background-repeat: no-repeat;
}
#nav li#test      {
	background-image: url(../images/nav7_off.gif);
	background-repeat: no-repeat;
}
#nav li#course      {
	background-image: url(../images/nav8_off.gif);
	background-repeat: no-repeat;
}
#nav li#group     {
	background-image: url(../images/nav9_off.gif);
	background-repeat: no-repeat;
}
#nav li#vsearch     {
	background-image: url(../images/nav10_off.gif);
	background-repeat: no-repeat;
}
/* â–&nbsp;mouse overæ™‚çš„è¨­å®š
---------------------------------------------------- */
#nav li#intro  a:hover    {
	background-image: url(../images/nav0_on.gif);
	background-repeat: no-repeat;
}
#nav li#channel  a:hover    {
	background-image: url(../images/nav1_on.gif);
	background-repeat: no-repeat;
}
#nav li#day   a:hover    {
	background-image: url(../images/nav2_on.gif);
	background-repeat: no-repeat;
}
#nav li#personal   a:hover    {
	background-image: url(../images/nav3_on.gif);
	background-repeat: no-repeat;
}
#nav li#report   a:hover    {
	background-image: url(../images/nav4_on.gif);
	background-repeat: no-repeat;
}
#nav li#topiccontent   a:hover    {
	background-image: url(../images/nav5_on.gif);
	background-repeat: no-repeat;
}
#nav li#back   a:hover    {
	background-image: url(../images/nav6_on.gif);
	background-repeat: no-repeat;
}
#nav li#test   a:hover    {
	background-image: url(../images/nav7_on.gif);
	background-repeat: no-repeat;
}
#nav li#course   a:hover    {
	background-image: url(../images/nav8_on.gif);
	background-repeat: no-repeat;
}
#nav li#group   a:hover    {
	background-image: url(../images/nav9_on.gif);
	background-repeat: no-repeat;
}
#nav li#vsearch   a:hover    {
	background-image: url(../images/nav10_on.gif);
	background-repeat: no-repeat;
}
/* â–&nbsp;mouse downæ™‚çš„è¨­å®š
---------------------------------------------------- */
#nav li#intro_current      {
	background-image: url(../images/nav0_down.gif);
	background-repeat: no-repeat;
}
#nav li#channel_current      {
	background-image: url(../images/nav1_down.gif);
	background-repeat: no-repeat;
}
#nav li#day_current      {
	background-image: url(../images/nav2_down.gif);
	background-repeat: no-repeat;
}
#nav li#personal_current      {
	background-image: url(../images/nav3_down.gif);
	background-repeat: no-repeat;
}
#nav li#report_current      {
	background-image: url(../images/nav4_down.gif);
	background-repeat: no-repeat;
}
#nav li#topiccontent_current      {
	background-image: url(../images/nav5_down.gif);
	background-repeat: no-repeat;
}
#nav li#back_current      {
	background-image: url(../images/nav6_down.gif);
	background-repeat: no-repeat;
}
#nav li#test_current      {
	background-image: url(../images/nav7_down.gif);
	background-repeat: no-repeat;
}
#nav li#course_current      {
	background-image: url(../images/nav8_down.gif);
	background-repeat: no-repeat;
}
#nav li#group_current      {
	background-image: url(../images/nav9_down.gif);
	background-repeat: no-repeat;
}
#nav li#vsearch_current      {
	background-image: url(../images/nav10_down.gif);
	background-repeat: no-repeat;
}
/* ä¸»é¡Œé¢‘é“å€å¡Š */
#navtopic {
	position: relative;
	width: 1260px;
	height: 35px;
	padding: 0;
	background-color: #333;
}
/* â–&nbsp;å…§å®¹
---------------------------------------------------- */
#Layer2 {
	position:absolute;
	left:240px;
	top:210px;
	width: 550px;
	height: 300px;
	visibility:visible;
}
#page_content {
	position: relative;
	width: 1260px;
	height:400px;
	margin: 10px auto 10px auto; 
	background-color: #FFFFFF;
}
#page_intro {
	position: relative;
	width: 1230px;
	height: auto;
	padding: 10px 10px 10px 20px;
	background-image: url(../images/bg_intro.gif);
	background-repeat: repeat;
}
#page_intromid{
	position: relative;
	width: 1230px;
	height:730px;
	padding: 10px 10px 10px 20px;
	background-image: url(../images/bg_intro.gif);
	background-repeat: repeat;
}
#page_introlong {
	position: relative;
	width: 1230px;
	height:950px;
	padding: 10px 10px 10px 20px;
	background-image: url(../images/bg_intro.gif);
	background-repeat: repeat;
}
#page_introtoolong {
	position: relative;
	width: 1230px;
	height:2950px;
	padding: 10px 10px 10px 20px;
	background-image: url(../images/bg_intro.gif);
	background-repeat: repeat;
}
#daily {
	position: relative;
	float: left;
	width: 385px;
	height:220px;
	margin:10px 5px 2px 5px;
	padding: 5px;
}
#daily_topic {
	position: relative;
	float: left;
	width: 1195px;
	height:135px;
	margin: 2px 5px;
	padding: 2px 5px;
}
#channelad_lt {
	position: relative;
	float: left;
	width: 385px;
	height:190px;
	margin:10px 5px;
	padding: 5px;
	background-color: #ffffff;
}
#channelad_sc {
	position: relative;
	float: left;
	width: 385px;
	height:190px;
	margin:10px 5px;
	padding: 5px;
	background-color: #ffffff;
}
#channelad_ad {
	position: relative;
	float: left;
	width: 385px;
	height:190px;
	margin:10px 5px;
	padding: 5px;
	background-color: #ffffff;
}
#channelad_book {
	position: relative;
	float: left;
	width: 200px;
	height:200px;
	margin:10px 1px;
}
#white_a {
	width: 1220px;
	margin: 0px;
	height: 2000px;
	background: #ffffff;		
}
#function_intro {
	position: relative;
	float: left;
	width: 290px;
	height:190px;
	margin:2px 2px 10px 2px;
	padding: 5px;	
}
#function_intro_big {
	position: relative;
	float: left;
	width: 870px;
	height:190px;
	margin:2px 2px 10px 2px;
	padding: 5px;	
}
#function_subintro {
	position: relative;
	float: left;
	width: 280px;
	height:150px;
	border: 1px solid #a5a5a5;
	background-color: #fff;	
	padding:3px;	
}
#function_subintro_big {
	position: relative;
	float: left;
	width: 860px;
	height:150px;
	border: 1px solid #a5a5a5;
	background-color: #fff;	
	padding:3px;	
}
.function_stult_1_big a { position: relative; background-image: url(../images/intro_lt_BT_off.jpg); background-repeat: no-repeat; display: block; text-indent:-9999px;
	width: 860px; height: 150px;}
.function_stult_1_big a:hover {	position: relative;	background-image: url(../images/intro_lt_BT_on.jpg);	background-repeat: no-repeat; display: block; text-indent:-9999px;
	width: 860px; height: 150px;}	
.function_stusc_1_big a { position: relative; background-image: url(../images/intro_sc_BT_off.jpg); background-repeat: no-repeat; display: block; text-indent:-9999px;
	width: 860px; height: 150px;}
.function_stusc_1_big a:hover {	position: relative;	background-image: url(../images/intro_sc_BT_on.jpg);	background-repeat: no-repeat; display: block; text-indent:-9999px;
	width: 860px; height: 150px;}	
.function_stuad_1_big a { position: relative; background-image: url(../images/intro_ad_BT_off.jpg); background-repeat: no-repeat; display: block; text-indent:-9999px;
	width: 860px; height: 150px;}
.function_stuad_1_big a:hover {	position: relative;	background-image: url(../images/intro_ad_BT_on.jpg);	background-repeat: no-repeat; display: block; text-indent:-9999px;
	width: 860px; height: 150px;}

.function_stult_1 a { position: relative; background-image: url(../images/introstu_dayLT_off.gif); background-repeat: no-repeat; display: block; text-indent:-9999px;
	width: 275px; height: 150px;}
.function_stult_1 a:hover {	position: relative;	background-image: url(../images/introstu_dayLT_on.gif);	background-repeat: no-repeat; display: block; text-indent:-9999px;
	width: 275px; height: 150px;}
.function_stusc_1 a { position: relative; background-image: url(../images/introstu_daySC_off.gif); background-repeat: no-repeat; display: block; text-indent:-9999px;
	width: 275px; height: 150px;}
.function_stusc_1 a:hover {	position: relative;	background-image: url(../images/introstu_daySC_on.gif);	background-repeat: no-repeat; display: block; text-indent:-9999px;
	width: 275px; height: 150px;}
.function_stuad_1 a { position: relative; background-image: url(../images/introstu_dayAD_off.gif); background-repeat: no-repeat; display: block; text-indent:-9999px;
	width: 275px; height: 150px;}
.function_stuad_1 a:hover {	position: relative;	background-image: url(../images/introstu_dayAD_on.gif);	background-repeat: no-repeat; display: block; text-indent:-9999px;
	width: 275px; height: 150px;}
.function_stu_2 a { position: relative; background-image: url(../images/introstu_learnLT_off.gif); background-repeat: no-repeat; display: block; text-indent:-9999px;
	width: 275px; height: 150px;}
.function_stu_2 a:hover { position: relative; background-image: url(../images/introstu_learnLT_on.gif); background-repeat: no-repeat;	display: block; text-indent:-9999px;
	width: 275px; height: 150px;}
.function_stu_3 a { position: relative; background-image: url(../images/introstu_evaLT_off.gif); background-repeat: no-repeat; display: block; text-indent:-9999px;
	width: 275px; height: 150px;}
.function_stu_3 a:hover { position: relative; background-image: url(../images/introstu_evaLT_on.gif); background-repeat: no-repeat; display: block; text-indent:-9999px;
	width: 275px; height: 150px;}
.function_stu_4 a { position: relative; background-image: url(../images/introstu_searchLT_off.gif); background-repeat: no-repeat; display: block; text-indent:-9999px;
	width: 275px; height: 150px;}
.function_stu_4 a:hover { position: relative; background-image: url(../images/introstu_searchLT_on.gif); background-repeat: no-repeat; display: block; text-indent:-9999px;
	width: 275px; height: 150px;}

.function_tealt_1_big a { position: relative; background-image: url(../images/intro_lt_BT_off.jpg); background-repeat: no-repeat; display: block; text-indent:-9999px;
	width: 860px; height: 150px;}
.function_tealt_1_big a:hover {	position: relative;	background-image: url(../images/intro_lt_BT_on.jpg);	background-repeat: no-repeat; display: block; text-indent:-9999px;
	width: 860px; height: 150px;}	
.function_teasc_1_big a { position: relative; background-image: url(../images/intro_sc_BT_off.jpg); background-repeat: no-repeat; display: block; text-indent:-9999px;
	width: 860px; height: 150px;}
.function_teasc_1_big a:hover {	position: relative;	background-image: url(../images/intro_sc_BT_on.jpg);	background-repeat: no-repeat; display: block; text-indent:-9999px;
	width: 860px; height: 150px;}	
.function_teaad_1_big a { position: relative; background-image: url(../images/intro_ad_BT_off.jpg); background-repeat: no-repeat; display: block; text-indent:-9999px;
	width: 860px; height: 150px;}
.function_teaad_1_big a:hover {	position: relative;	background-image: url(../images/intro_ad_BT_on.jpg);	background-repeat: no-repeat; display: block; text-indent:-9999px;
	width: 860px; height: 150px;}

.function_tealt_1 a { position: relative; background-image: url(../images/introtea_dayLT_off.gif); background-repeat: no-repeat; display: block; text-indent:-9999px;
	width: 275px; height: 150px;}
.function_tealt_1 a:hover {	position: relative;	background-image: url(../images/introtea_dayLT_on.gif);	background-repeat: no-repeat; display: block; text-indent:-9999px;
	width: 275px; height: 150px;}
.function_teasc_1 a { position: relative; background-image: url(../images/introtea_daySC_off.gif); background-repeat: no-repeat; display: block; text-indent:-9999px;
	width: 275px; height: 150px;}
.function_teasc_1 a:hover {	position: relative;	background-image: url(../images/introtea_daySC_on.gif);	background-repeat: no-repeat; display: block; text-indent:-9999px;
	width: 275px; height: 150px;}
.function_teaad_1 a { position: relative; background-image: url(../images/introtea_dayAD_off.gif); background-repeat: no-repeat; display: block; text-indent:-9999px;
	width: 275px; height: 150px;}
.function_teaad_1 a:hover {	position: relative;	background-image: url(../images/introtea_dayAD_on.gif);	background-repeat: no-repeat; display: block; text-indent:-9999px;
	width: 275px; height: 150px;}
.function_tea_2 a { position: relative; background-image: url(../images/introtea_learnLT_off.gif); background-repeat: no-repeat; display: block; text-indent:-9999px;
	width: 275px; height: 150px;}
.function_tea_2 a:hover { position: relative; background-image: url(../images/introtea_learnLT_on.gif); background-repeat: no-repeat;	display: block; text-indent:-9999px;
	width: 275px; height: 150px;}
.function_tea_3 a { position: relative; background-image: url(../images/introtea_evaLT_off.gif); background-repeat: no-repeat; display: block; text-indent:-9999px;
	width: 275px; height: 150px;}
.function_tea_3 a:hover { position: relative; background-image: url(../images/introtea_evaLT_on.gif); background-repeat: no-repeat; display: block; text-indent:-9999px;
	width: 275px; height: 150px;}
.function_tea_4 a { position: relative; background-image: url(../images/introtea_searchLT_off.gif); background-repeat: no-repeat; display: block; text-indent:-9999px;
	width: 275px; height: 150px;}
.function_tea_4 a:hover { position: relative; background-image: url(../images/introtea_searchLT_on.gif); background-repeat: no-repeat; display: block; text-indent:-9999px;
	width: 275px; height: 150px;}

		
#second_large {
	position: relative;
	float: left;
	width: 520px;
	height:190px;
	margin:2px 2px 10px 2px;
	padding: 5px;
}
#second_small {
	position: relative;
	float: left;
	width: 330px;
	height:180px;
	margin:2px 2px 10px 2px;
	padding: 5px;
}
#second_sublarge {
	position: relative;
	width: 510px;
	height:150px;
	border: 1px solid #a5a5a5;
	background-color: #fff;
	padding:3px;	
}
#second_subsmall {
	position: relative;
	width: 320px;
	height:150px;
	border: 1px solid #a5a5a5;
	background-color: #fff;	
	padding:3px;	
}
#group1 {
	position: relative;
	width: 1180px;
	height: 570px;
	padding: 10px 10px 0px 40px;
	background-image: url(../images/intro_ltgroup_bg.gif);
	background-repeat:repeat-y;
}

#group1 .cat01 a {width: 210px; height:180px; background-image:url(../images/intro_lt_group1_off.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px; }
#group1 .cat02 a {width: 210px; height:180px; background-image:url(../images/intro_lt_group2_off.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px; }
#group1 .cat03 a {width: 210px; height:180px; background-image:url(../images/intro_lt_group3_off.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px; }
#group1 .cat04 a {width: 210px; height:180px; background-image:url(../images/intro_lt_group4_off.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px; }
#group1 .cat05 a {width: 210px; height:180px; background-image:url(../images/intro_lt_group5_off.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px; }
#group1 .cat06 a {width: 210px; height:180px; background-image:url(../images/intro_lt_group6_off.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px; }
#group1 .cat07 a {width: 210px; height:180px; background-image:url(../images/intro_lt_group7_off.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px; }
#group1 .cat08 a {width: 210px; height:180px; background-image:url(../images/intro_lt_group8_off.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px; }
#group1 .cat09 a {width: 210px; height:180px; background-image:url(../images/intro_lt_group9_off.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px; }
#group1 .cat10 a {width: 210px; height:180px; background-image:url(../images/intro_lt_group10_off.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px; }
#group1 .cat11 a {width: 210px; height:180px; background-image:url(../images/intro_lt_group11_off.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px; }
#group1 .cat12 a {width: 210px; height:180px; background-image:url(../images/intro_lt_group12_off.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px; }
#group1 .cat13 a {width: 210px; height:180px; background-image:url(../images/intro_lt_group13_off.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px; }
#group1 .cat01 a:hover,#group1 .cat01.current a {width: 210px; height:180px; background-image:url(../images/intro_lt_group1_on.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px; }
#group1 .cat02 a:hover,#group1 .cat02.current a {width: 210px; height:180px; background-image:url(../images/intro_lt_group2_on.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px; }
#group1 .cat03 a:hover,#group1 .cat03.current a {width: 210px; height:180px; background-image:url(../images/intro_lt_group3_on.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px; }
#group1 .cat04 a:hover,#group1 .cat04.current a {width: 210px; height:180px; background-image:url(../images/intro_lt_group4_on.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px; }
#group1 .cat05 a:hover,#group1 .cat05.current a {width: 210px; height:180px; background-image:url(../images/intro_lt_group5_on.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px; }
#group1 .cat06 a:hover,#group1 .cat06.current a {width: 210px; height:180px; background-image:url(../images/intro_lt_group6_on.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px; }
#group1 .cat07 a:hover,#group1 .cat07.current a {width: 210px; height:180px; background-image:url(../images/intro_lt_group7_on.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px; }
#group1 .cat08 a:hover,#group1 .cat08.current a {width: 210px; height:180px; background-image:url(../images/intro_lt_group8_on.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px; }
#group1 .cat09 a:hover,#group1 .cat09.current a {width: 210px; height:180px; background-image:url(../images/intro_lt_group9_on.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px; }
#group1 .cat10 a:hover,#group1 .cat10.current a {width: 210px; height:180px; background-image:url(../images/intro_lt_group10_on.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px; }
#group1 .cat11 a:hover,#group1 .cat11.current a {width: 210px; height:180px; background-image:url(../images/intro_lt_group11_on.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px; }
#group1 .cat12 a:hover,#group1 .cat12.current a {width: 210px; height:180px; background-image:url(../images/intro_lt_group12_on.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px; }
#group1 .cat13 a:hover,#group1 .cat13.current a {width: 210px; height:180px; background-image:url(../images/intro_lt_group13_on.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px; }

#group2 {
	position: relative;
	width: 1180px;
	height: 570px;
	padding: 10px 10px 0px 40px;
	background-image: url(../images/intro_ltgroup_bg.gif);
	background-repeat:repeat-y;
}
#group2 .cat01 a {width: 210px; height:180px; background-image:url(../images/intro_sc_group1_off.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group2 .cat02 a {width: 210px; height:180px; background-image:url(../images/intro_sc_group2_off.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group2 .cat03 a {width: 210px; height:180px; background-image:url(../images/intro_sc_group3_off.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group2 .cat04 a {width: 210px; height:180px; background-image:url(../images/intro_sc_group4_off.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group2 .cat05 a {width: 210px; height:180px; background-image:url(../images/intro_sc_group5_off.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group2 .cat06 a {width: 210px; height:180px; background-image:url(../images/intro_sc_group6_off.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group2 .cat07 a {width: 210px; height:180px; background-image:url(../images/intro_sc_group7_off.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group2 .cat08 a {width: 210px; height:180px; background-image:url(../images/intro_sc_group8_off.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group2 .cat09 a {width: 210px; height:180px; background-image:url(../images/intro_sc_group9_off.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group2 .cat10 a {width: 210px; height:180px; background-image:url(../images/intro_sc_group10_off.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group2 .cat11 a {width: 210px; height:180px; background-image:url(../images/intro_sc_group11_off.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group2 .cat12 a {width: 210px; height:180px; background-image:url(../images/intro_sc_group12_off.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group2 .cat13 a {width: 210px; height:180px; background-image:url(../images/intro_sc_group13_off.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group2 .cat14 a {width: 210px; height:180px; background-image:url(../images/intro_sc_group14_off.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}

#group2 .cat01 a:hover,#group2 .cat01.current a {width: 210px; height:180px; background-image:url(../images/intro_sc_group1_on.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group2 .cat02 a:hover,#group2 .cat02.current a {width: 210px; height:180px; background-image:url(../images/intro_sc_group2_on.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group2 .cat03 a:hover,#group2 .cat03.current a {width: 210px; height:180px; background-image:url(../images/intro_sc_group3_on.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group2 .cat04 a:hover,#group2 .cat04.current a {width: 210px; height:180px; background-image:url(../images/intro_sc_group4_on.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group2 .cat05 a:hover,#group2 .cat05.current a {width: 210px; height:180px; background-image:url(../images/intro_sc_group5_on.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group2 .cat06 a:hover,#group2 .cat06.current a {width: 210px; height:180px; background-image:url(../images/intro_sc_group6_on.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group2 .cat07 a:hover,#group2 .cat07.current a {width: 210px; height:180px; background-image:url(../images/intro_sc_group7_on.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group2 .cat08 a:hover,#group2 .cat08.current a {width: 210px; height:180px; background-image:url(../images/intro_sc_group8_on.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group2 .cat09 a:hover,#group2 .cat09.current a {width: 210px; height:180px; background-image:url(../images/intro_sc_group9_on.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group2 .cat10 a:hover,#group2 .cat10.current a {width: 210px; height:180px; background-image:url(../images/intro_sc_group10_on.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group2 .cat11 a:hover,#group2 .cat11.current a {width: 210px; height:180px; background-image:url(../images/intro_sc_group11_on.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group2 .cat12 a:hover,#group2 .cat12.current a {width: 210px; height:180px; background-image:url(../images/intro_sc_group12_on.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group2 .cat13 a:hover,#group2 .cat13.current a {width: 210px; height:180px; background-image:url(../images/intro_sc_group13_on.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group2 .cat14 a:hover,#group2 .cat14.current a {width: 210px; height:180px; background-image:url(../images/intro_sc_group14_on.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}


#group3 {
	position: relative;
	width: 1180px;
	height:570px;
	padding: 10px 10px 0px 40px;
	background-image: url(../images/intro_ltgroup_bg.gif);
	background-repeat:repeat-y;
}
#group3 .cat01 a {width: 210px; height:180px;  background-image:url(../images/intro_ad_group1_off.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group3 .cat02 a {width: 210px; height:180px;  background-image:url(../images/intro_ad_group2_off.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group3 .cat03 a {width: 210px; height:180px;  background-image:url(../images/intro_ad_group3_off.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group3 .cat04 a {width: 210px; height:180px;  background-image:url(../images/intro_ad_group4_off.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group3 .cat05 a {width: 210px; height:180px;  background-image:url(../images/intro_ad_group5_off.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group3 .cat06 a {width: 210px; height:180px;  background-image:url(../images/intro_ad_group6_off.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group3 .cat07 a {width: 210px; height:180px;  background-image:url(../images/intro_ad_group7_off.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group3 .cat08 a {width: 210px; height:180px;  background-image:url(../images/intro_ad_group8_off.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group3 .cat09 a {width: 210px; height:180px;  background-image:url(../images/intro_ad_group9_off.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group3 .cat10 a {width: 210px; height:180px;  background-image:url(../images/intro_ad_group10_off.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group3 .cat11 a {width: 210px; height:180px;  background-image:url(../images/intro_ad_group11_off.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}

#group3 .cat01 a:hover,#group3 .cat01.current a {width: 210px; height:180px;  background-image:url(../images/intro_ad_group1_on.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group3 .cat02 a:hover,#group3 .cat02.current a {width: 210px; height:180px;  background-image:url(../images/intro_ad_group2_on.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group3 .cat03 a:hover,#group3 .cat03.current a {width: 210px; height:180px;  background-image:url(../images/intro_ad_group3_on.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group3 .cat04 a:hover,#group3 .cat04.current a {width: 210px; height:180px;  background-image:url(../images/intro_ad_group4_on.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group3 .cat05 a:hover,#group3 .cat05.current a {width: 210px; height:180px;  background-image:url(../images/intro_ad_group5_on.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group3 .cat06 a:hover,#group3 .cat06.current a {width: 210px; height:180px;  background-image:url(../images/intro_ad_group6_on.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group3 .cat07 a:hover,#group3 .cat07.current a {width: 210px; height:180px;  background-image:url(../images/intro_ad_group7_on.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group3 .cat08 a:hover,#group3 .cat08.current a {width: 210px; height:180px;  background-image:url(../images/intro_ad_group8_on.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group3 .cat09 a:hover,#group3 .cat09.current a {width: 210px; height:180px; ; background-image:url(../images/intro_ad_group9_on.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group3 .cat10 a:hover,#group3 .cat10.current a {width: 210px; height:180px;  background-image:url(../images/intro_ad_group10_on.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}
#group3 .cat11 a:hover,#group3 .cat11.current a {width: 210px; height:180px;  background-image:url(../images/intro_ad_group11_on.gif); float:left; display: block; text-indent:-9999px; margin-bottom:15px;}


#search_large {
	position: relative;
	float: left;
	width: 985px;
	height:200px;
	padding:3px;
	margin: 2px;			
}
#search_small {
	position: relative;
	float: left;
	width: 220px;
	height:200px;
	background-image:url(../images/bg_search_small2.gif);
	padding:3px;
	margin: 3px;
}
#playlist_right {
	float: right;
	width: 225px;
	height: 660px;
    display: inline;
	margin-right: 0px;	
	background-color: #FFFFFF;
    padding:0px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #666666;
}
#playlist_right_daily {
	float: right;
	width: 225px;
	height: 890px;
    display: inline;
	margin-right: 0px;	
	background-color: #FFFFFF;
    padding:0px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #666666;
}
#daily_student {
	float: left;
	width: 1230px;
	height: auto;
	margin: 0px;	
    padding:0px;
	overflow: auto;
	background-color: #FFFFFF;	
}
#searchresult_student {
	float: left;
	width: 1230px;
	height: 650px;
	margin: 0px;	
    padding:0px;
	overflow: auto;
	background-color: #FFFFFF;	
}
#searchresult_student_daily {
	float: left;
	width: 1230px;
	height: 900px;
	margin: 0px;	
    padding:0px;
	overflow: auto;
	background-color: #FFFFFF;	
}
#result_video_student {
	float: left;
	width: 600px;
	padding: 2px;
	background-repeat: no-repeat;
	display: inline;
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #999900;
}
#result_video_student_left {
	float: left;
	width: 600px;
	padding: 2px;
	background-repeat: no-repeat;
	display: inline;
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #999900;
}
#result_video_student_right {
	float: right;
	width: 600px;
	padding: 2px;
	background-repeat: no-repeat;
	display: inline;
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #999900;
}
#daily_teacher {
	float: left;
	width: 1000px;
	height: auto;
	margin: 0px;	
    padding:0px;
	overflow: auto;
	background-color: #FFFFFF;	
}
#searchresult_left {
	float: left;
	width: 1000px;
	height: 650px;
	margin: 0px;	
    padding:0px;
	overflow: auto;
	background-color: #FFFFFF;	
}
#searchresult_left_daily {
	float: left;
	width: 1000px;
	height: 900px;
	margin: 0px;	
    padding:0px;
	overflow: auto;
	background-color: #FFFFFF;	
}
#result_video {
	float: left;
	width: 485px;
	padding: 2px;
	background-repeat: no-repeat;
	display: inline;
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #999900;
}
#result_video_left {
	float: left;
	width: 485px;
	padding: 2px;
	background-repeat: no-repeat;
	display: inline;
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #999900;
}
#result_video_right {
	float: right;
	width: 485px;
	padding: 2px;
	background-repeat: no-repeat;
	display: inline;
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #999900;
}
.topic_bg {
	position: relative;
	width: 1220px;
	height: 240px;	
	margin: 0px;
	background-color: #FFFFFF;	
}
.topic_pic {
	position: relative;
	width: 320px;
	height: 240px;	
	margin: 0px 25px;
	border: 0px;
}
#eva {
	position: relative;
	float: left;
	width: 740px;
	height:180px;
	margin:3px;
	padding: 5px;
	background-color: #ffffff;
}
#content {
	clear: both;
	float: left;
	width: 1260px;
	padding-top: 6px; 
	background-color: #FFFFFF;
}
#search {
	width: 1260px;
	background-color: #FFFFFF;
	padding-top: 20px;
}
#search img {
	float:left;
	margin-right: 40px;
	vertical-align: bottom;	
}
#main {
	float: left;
	width: 435px;
	padding: 5px;
	background-repeat: no-repeat;
	display: inline;
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #999900;
}
#record {
	width: 1220px;
	height: 550px;
	background-color: #FFFFFF;
	padding: 10px;
	text-align: center;
}
.note_text {
    font-weight: bold
	font-size: 15px;
	color: #FF6000;
	text-align: left;
}
table#product {
	width: 1240px;
	border-collapse: collapse;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 10px;
}
table#product th {
	 background: #f1f1ed;
}
table#product th, table#product td {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #C0C32A;
	padding-top: 0.3em;
	padding-right: 0.6em;
	padding-bottom: 0.3em;
	padding-left: 0.6em;
}
table#product th img {
    float:left;
	margin-right: 15px;
}
table#product td img {
    float:left;
	margin-right: 15px;
}
table#learn_student {
	width: 595px;
    height: 160px;
	background-image: url(../images/table_bg5.jpg);
}
table#learn_student td {
	padding: 5px;
}
table#learn {
	width: 480px;
    height: 160px;
	background-image: url(../images/table_bg4.jpg);
}
table#learn td {
	padding: 5px;
}
.td_text {
	color: #666666;
	text-align:left;
	font-weight: normal;
	font-size: 13px;
}
.td_text2 {
	font-size: 14px;
	font-weight: normal;
	color: #0066FF;
	text-align: left;
	line-height: 16px;
	cursor: pointer;
}
.td_text3 {
	font-size: 15px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	line-height: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.td_keyword {
	font-size: 13px;
	color: #FF6600;
	text-align: left;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	padding-top: 3px;
	padding-bottom: 3px;
}
.td_date {
	font-size: 13px;
	color: #003399;
	text-align: center;
	line-height: 18px;
}
.td_article {
	font-size: 13px;
	color: #999999;
	text-align: left;
	line-height: 18px;
}
.td_line {
	font-size: 13px;
	color: #FF6600;
	text-align: left;
	line-height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-bottom: 10px;
}
table#video_list {
	width: 1240px;
	border-collapse: collapse;
	margin-right: 0;
	margin-left: 10px;
	background-image: url(../images/table_bg.gif);
}
table#video_list th, table#video_list td {
	height: 120px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0.6em;
}
table#video_play {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #666666;
}
table#video_play th {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0.6em;
	background-color: #CCCCCC;
	border: 1px dashed #999999;
	background-image: url(../images/table_bg2.gif);
}
table#video_play td {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0.6em;
}
#videoframe {
	clear:both
	width: 1240px;
	padding: 0;
}
table#topic {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border: 1px solid #FFFFFF;
}
table#topic th {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	text-align: center;
	background-color: #595B5E;
}
table#topic td {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 0px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	text-align: left;
}
table#topic .black {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
	padding-right: 0px;
	border: 1px solid #FFFFFF;
	background:#666666;
}
table#topic .gray {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 0px;
	border: 1px solid #FFFFFF;
	background:#EEEEEE;
}
table#topic td img {
	float:left;
	padding: 3px;
}
h2 {
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(../images/h2_bg.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 194px;
	text-align: center;
	padding: 3px;
}
#degree {
	width: 205px;
	height: 245px;
	padding: 2px;
	overflow: auto;
}
#help_left {
	float: left;
	width: 200px;
	padding: 2px;
	background-repeat: no-repeat;
	display: inline;
	background-color: #FFFFFF;
}
#help_right {
	float: right;
	width: 770px;
	padding: 2px;	
	display: inline;
	background-color: #FFFFFF;
}
.step {
	font-size: 15px;
	font-weight: normal;
	color: #990000;
	text-align: left;
	line-height: 17px;
}
table#item {
	width: 100%;
	margin: 0px;
	border: 1px solid #A9A94A;
}
table#item th {
	background-color: #D5D58C;
	font-size: 15px;	
	color: #666600;
}
table#item td {
	font-size: 15px;
	color: #666666;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 0.1em;
	padding-right: 0.1em;
	line-height: 28px;
}
table#item th, table#item td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A9A94A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A9A94A;
}
table#course {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 1px solid #666;
}
table#course th {
	background-color: #666;
	font-size: 15px;
	color: #fff;
	padding: 0px;
	text-align: center;
}
table#course td {
	font-size: 15px;
	color: #666666;
	padding: 3px 0px;
	line-height: 28px;
	background-color: #fff;	
}
table#course th, table#course td {	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A9A94A;
}
table#item2 {
	width: 98%;
	margin-left:10px;
	border: 1px solid #ddd;
	border-collapse: collapse;
}
table#item2 th {
	background-color: #d2d2d2;
	font-size: 13px;	
	color: #222;
	text-align:center;
	padding:0px;
}
table#item2 td {
	font-size: 13px;
	color: #222;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	line-height: 21px;
}
table#item2 th, table#item2 td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}

table#item2 tr:hover { background-color: #cbddf1;}

/*-------------------------------------------
   é&nbsp;ç±¤
--------------------------------------------*/ 
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.abgne_tab {
	clear: left;
	width: 980px;
	margin: 2px 0;
	font-family: "å¾®è»Ÿæ­£é»‘é«”";	
}
ul.tabs {
	width: 100%;
	height: 32px;
	border-bottom: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;	
	}
ul.tabs img{
	border:0;
	}	
ul.tabs li {
	float: left;
	height: 31px;
	line-height: 31px;
	overflow: visible;
	position: relative;
	margin-bottom: -1px;	/* è®“ li å¾€ä¸‹ç§»ä¾†é®ä½ ul çš„éƒ¨ä»½ border-bottom */
	border: 1px solid #c9c9c9;
	border-left: none;
	background: #dddcdc;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;				
}
ul.tabs li a {
	display: block;
	padding: 0px;
	color: #000;
	border: 1px dotted #c9c9c9;	
	text-decoration: none;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;			
}
ul.tabs li a:hover {
	background: #e6e6e6;
}
ul.tabs li.active  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
ul.tabs li.active a:hover {
	background: #fff;
}
div.tab_container {
	clear: left;
	width: 980px;
	height: 170px;	
	border: none;
	background-image:url(../images/bg_search_small.gif);
	overflow: hidden;
}
div.tab_container .tab_content {
	padding: 0px;
}
    #list {
    	position: relative;
    }  
    #list.current {
	color: #0066FF;
	display: inline-block;
	text-decoration: none;
	background-color: #FFDD77;
    }
/*-------------------------------------------
   ç”¢å“é&nbsp;ç±¤
--------------------------------------------*/ 
.abgne_tab2 {
	clear: left;
	width: 100%;
	margin: 0px;	
	font-family: "å¾®è»Ÿæ­£é»‘é«”";	
}
div.tab_container2 {
	clear: left;
	width: 100%;
	height: 1550px;
	border: none;
	background-color: #FFF;	
}
div.tab_container2 .tab_content2 {
	padding: 0px;
}
.tabtext {
	font-size: 15px;
	font-weight: bold;
	color: #36C;
	padding: 0px 20px 0px 20px;
}
#delete_topic {
	position: reletive;	
	width: 940px;
	height: 200px;
	padding: 3px;
	color: #003366;
	text-align: center;
	visibility: visible;
	background-image: url(../images/delete_bg.png);
	background-repeat: no-repeat;
 }
#delete_topic img{
	margin:0px;
	padding-top:130px;
	padding-left: 600px;
    border-width: 0px;
	border-style: none;
}
#enter_topic {
	position: absolute;
	bottom: 0px;
	right: 5px;
	width: 310px;
	height: 200px;
	padding: 0px;
	color: #003366;
	text-align: center;
	visibility: visible;
 }
#enter_topic img{
	margin:0px;
	padding-top:0px;
	padding-left: 5px;
    border-width: 0px;
	border-style: none;
}
/*-------------------------------------------
   image
--------------------------------------------*/ 
.image_right{
	float: right;	
}
.image_left{
	float: left;	
}
.image_leftmargin{
	float: left;
	margin: 0px 5px;
}
/*-------------------------------------------
   å­—åž‹
--------------------------------------------*/ 
.dark_gray{
	font-size: 15px;
	line-height: 22px;
	color: #333;
	text-align: justify;
	padding-top: 5px;
}
.redwithline{
	display: inline;
	width: 350px;
	font-family: "å¾®è»Ÿæ­£é»‘é«”";
	font-size: 15px;
	line-height: 25px;
	color: #900;
	text-align: justify;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #900;
}
.red{
	display: inline;
	width: 350px;
	font-size: 15px;
	color: #900;
	line-height: 35px;
}
.dark_gray_right{
	font-family: "å¾®è»Ÿæ­£é»‘é«”";
	font-size: 15px;
	line-height: 17px;
	color: #333;
	text-align: right;
	padding: 3px 0px;
}
/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 50%;
		margin-left: -450px;
		width: 800px;
		height: 500px;
		background: #eee url(../images/modal-gloss.png) no-repeat -200px -80px;
		position: absolute;
		z-index: 101;
		padding: 30px 5px 20px 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		}
		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		}
#revelcontent {
	width: 780px;
	height: 480px;
	overflow: auto;
}		

A.ResultElementTitle {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 8pt; PADDING-BOTTOM: 0px; VERTICAL-ALIGN: top; COLOR: #3948ad; BORDER-TOP-STYLE: none; PADDING-TOP: 0px; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none; 
}
.playerList{width:100%;}
.playerListHead{BACKGROUND-IMAGE: url(../images/M2_01.jpg); height:29px; width:100%}
.playerListHead ul{ float:right; display:block;width:93px; height:20px; margin:0px; padding-top:5px;}

.playerListCon{ width:205px; height:520px; border-bottom:1px solid #ccc; border-left:1px solid #ccc; border-right:1px solid #ccc; padding:2px 0px 5px 5px; overflow:auto; scrollbar-face-color: #ededed;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #f7f7f7;
	scrollbar-3dlight-color: #ccc;
	scrollbar-arrow-color:  #bbb;
	scrollbar-track-color: #fff;
	scrollbar-darkshadow-color: #ccc;
}
a:hover{ color:#ff5900;}
.playerListCon a{ color:#000;}
.playerSortListCon{ height:30px;  float:left; width:195px;; margin-top:10px; margin-left:1px; margin-bottom:10px;}
.playerSortListCon ul{ float:left; margin:0px;}
.playerSortListCon ul li{ float:left; margin:0px; display:block; list-style:none;}
.playerSortPic{ width:40px; height:30px;}
.playerSortContent{width:148px; padding-left:5px; overflow:hidden; height:46px;}
a.playerDel{ color:#FF6600;  text-decoration:none;}

.divideborder2 { border-bottom:#CCC solid 1px; margin: 5px 0px;}	
.btn_01 {
	margin-right: 10px;
	font-size:16px;
	font-family: Microsoft JhengHei, SimSun, Arial, Helvetica, sans-serif;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #03a8db;
	padding:6px 30px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #91ddf4), color-stop(100%, #08b2e7) );
	background:-moz-linear-gradient( center top, #91ddf4 5%, #08b2e7 100% );
	background:-ms-linear-gradient( top, #91ddf4 5%, #08b2e7 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#91ddf4', endColorstr='#08b2e7');
	background-color:#91ddf4;
	color:#ffffff !important;
	display:inline-block;
	text-shadow:1px 1px 0px #287ace;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #cae3fc;
 	-moz-box-shadow:inset 1px 1px 0px 0px #cae3fc;
 	box-shadow:inset 1px 1px 0px 0px #cae3fc;
}.btn_01:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #08b2e7), color-stop(100%, #91ddf4) );
	background:-moz-linear-gradient( center top, #08b2e7 5%, #91ddf4 100% );
	background:-ms-linear-gradient( top, #08b2e7 5%, #91ddf4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08b2e7', endColorstr='#91ddf4');
	background-color:#08b2e7;
	color:#fff;
}.btn_01:active {
	position:relative;
	top:1px;
}
/* ~~ è¡¨å–®æŒ‰éˆ• ~~ */
form.type1 { padding:10px; border:solid 1px #ccc; background-color:#e9e9e9; }
input.type1 {border:0; padding:5px; font-size:1em; color:#3b5835; border:solid 1px #ccc; margin:0 0 10px; width:300px; font-family: å¾®è»Ÿæ­£é»‘é«”;
-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5); -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5); box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);}
select.type1 {border:0; padding:5px; font-size:1em; color:#3b5835; border:solid 1px #ccc; margin:0 0 10px; width:150px; font-family: å¾®è»Ÿæ­£é»‘é«”;
-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5); -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5); box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);}
.blue{ color: #005982;}</pre></body></html>