@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------------
!!! 僅適用於  !!!
visual & css design by 
2013 / 
----------------------------------------------------------------*/


/*  全站共用
----------------------------------------------------------------------------------------------------*/
body{ overflow-y: scroll; background: #fff url(../images/bg.jpg) top left repeat-x;}

body, h1, h2, h3, h4, div{ padding:0;  margin:0;}
body,table,tr,button,th,form,select, input , input, textarea {
    padding:0;  margin:0; color: #706c68;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Verdana,Helvetica,Arial;
}
input , select{
    vertical-align: middle;}
input { padding: 2px 2px;}

textarea{
	vertical-align:middle;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 0 #eee,#fff 0 1px 0;
	box-shadow: inset 0 1px 0 #eee,#fff 0 1px 0;
	border-radius: 3px;
	font-family: Arial,sans-serif;
	padding: 4px;
	outline: 0;
}

img{ border:0; vertical-align: bottom;} /** vertical-align: bottom; 用於圖片產生一些空隔高度的bug */

table {
	border: 0px;
	border-collapse: collapse;
}

a:link         {color: #4f4f4f; text-decoration: none;}
a:visited      {color: #4f4f4f; text-decoration: none; outline:none;/* ● 去除Firefox會在鏈接周圍產生一個虛線外框 */}
a:active       {color: #4f4f4f; text-decoration: none;}
a:hover        {color: #ff33CC; text-decoration: underline;}


/* 清除浮動 */
.clear{ display: block; visibility: hidden; clear: both; height: 0px; margin:0px; padding:0px; font-size: 0px;}

/* 清除 p 上下 的原產生值 */
.p_none p{ padding-top: 0px; padding-bottom: 0px; margin-bottom: 0px; margin-top: 0px;}


/* 不繼承使用 */
#none p, #none div, #none ul, #none span{ text-align: left; line-height: 100%;}



/*  各式文字
----------------------------------------------------------------------------------------------------*/
.text_red_b { color: #F36; font-weight: bold;}
.text_blue_b { color: #39F; font-weight: bold;}
.in_30 { margin-left: 30px; text-indent: -30px;}
.in_45 { margin-left: 45px; text-indent: -45px;}
.in_70 { margin-left: 70px; text-indent: -70px;}
.in_93 { margin-left: 93px; text-indent: -93px;}

/*表格*/
table#content_main_A table.sTable th { font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 150%; padding: 5px; color: #000;}
table#content_main_A table.sTable td { font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 150%; padding: 5px; color: #000;}



/*  表單
----------------------------------------------------------------------------------------------------*/
.text-input {
	height: 18px;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 0 #eee,#fff 0 1px 0;
	box-shadow: inset 0 1px 0 #eee,#fff 0 1px 0;
	border-radius: 3px;
	font-family: Arial,sans-serif;
	padding: 4px;
	outline: 0;
}
input.icon_Go { margin-top: 8px; margin-left: 45%; }







/*  主架構
----------------------------------------------------------------------------------------------------*/
#wrapper {
	position: relative;
	margin: 0px auto;
}
#header {
	position: relative;
	width: 982px;
	margin: 0 auto;
	z-index: 10;
}
#footer {
	background: url(../images/bg_footer_01.png) left bottom repeat-x;
}
#footer div#footer_cont { margin: 25px auto; width: 982px; background: url(../images/bg_footer_02.jpg) left bottom no-repeat; height: 78px;}
#footer div#footer_cont table td { padding: 0; margin: 0;}
#footer div#footer_cont table td.PL { width: 290px; vertical-align: top;}
#footer div#footer_cont table td.PL ul { margin: 51px 0 0 50px; padding: 0;}
#footer div#footer_cont table td.PL ul li {
	list-style: none; float: left;
	background: url(../images/icon_dot_01.png) right 4px no-repeat;
	font-size: 12px; padding-right: 15px; margin-right: 18px;
}

#footer div#footer_cont table td.PR { vertical-align: top;}
#footer div#footer_cont table td.PR ul { margin: 12px 0 0 0; padding: 0;}
#footer div#footer_cont table td.PR ul li {
	float: left; margin-left: 20px;
	font-size: 13px; color: #8c5207;
}
#footer div#footer_cont table td.PR ul li a { color: #8c5207;}
#footer div#footer_cont table td.PR div#address { clear: both; padding-top: 5px; font-size: 12px; font-family: Arial, Helvetica, sans-serif; line-height: 155%; letter-spacing: 1px;}






/*  topPic
----------------------------------------------------------------------------------------------------*/
table#top_pic, table#top_pic td { margin: 0; padding: 0; width: 982px;}
table#top_pic td.logo { background: url(../images/logo.png); width: 325px;}
table#top_pic td.logo a {
	display: block;
	font-size: 0px;
	width: 325px;
	height: 80px;
	text-indent: -5000px;
}

table#top_pic td.top_menu { text-align: right; vertical-align: top; padding-top: 15px;}
table#top_pic td.top_menu table { float: right;}

table#top_pic td.top_menu td:first-child {
	background: url(../images/top_menu_01.png);
	width: 15px; height: 25px; display: block;
}
table#top_pic td.top_menu td {
	background: url(../images/top_menu_02.png) repeat-x;
	width: auto; height: 25px;
	font-size: 12px; letter-spacing: 2px;
}
table#top_pic td.top_menu td:last-child {
	background: url(../images/top_menu_03.png);
	width: 15px; height: 25px; display: block;
}
table#top_pic td.top_menu td a { color: #0a257d;}

table#top_pic td.top_menu div.count {
	clear: both;
	font-size: 13px; letter-spacing: 2px;
	color: #0a257d;
	padding: 20px 15px 0 0;
	font-family: "Times New Roman", Times, serif;
}











/*  content_A
----------------------------------------------------------------------------------------------------*/
table#content_A { margin-top: 10px;}
table#content_A td { padding: 0;}

table#content_A td.content_login { width: 213px; vertical-align: top;}
table#content_A td.content_logout { width: 213px; vertical-align: top; font-size: 15px; line-height: 170%; text-align: center;}
table#content_A td.content_space { width: 9px;}
table#content_A td.content_banner { width: 760px; vertical-align: top; overflow: hidden;}



/*  content_A content_login
----------------------------------------------------------------------------------------------------*/
table#content_A td.content_login h1 { background: url(../images/title_member_login.png); width: 213px; height: 30px;}
table#content_A td.content_login div {
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	background: #e9e9e9;
	border: 1px #c8c8c8 solid;
	border-top: none;
	font-size: 12px;
	padding: 7px 0;
}
table#content_A td.content_login div table { margin: 0 auto;}
table#content_A td.content_login div table th { vertical-align: top; text-align: right; padding-top: 9px; font-weight: normal;}
table#content_A td.content_login div table td { padding: 5px; font-family: Arial, Helvetica, sans-serif;}
table#content_A td.content_login div table td.inputGo { text-align: right; font-size: 15px;}
table#content_A td.content_login div table td.inputGo a { color: #b02042;}

/*登入*/
.username { height: 16px; width: 140px; margin-bottom: 5px;}
.password { height: 16px; width: 140px; margin-bottom: 5px;}
.icon_login { height: 26px; border: 0;}










/*  content_B
----------------------------------------------------------------------------------------------------*/
table#content_B { margin-top: 10px;}
table#content_B td { padding: 0;}

table#content_B td.content_Marquee { width: 759px; vertical-align: top;}
table#content_B td.content_space { width: 15px;}
table#content_B td.content_banner { width: 208px; vertical-align: top;}


/*  content_B content_Marquee
----------------------------------------------------------------------------------------------------*/
table#content_B td.content_Marquee h1 {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #e5ffb4;
	border: 1px #d6d49d solid;
	font-size: 13px;
	font-weight: normal;
	height: 19px;
	padding: 3px 15px;
}


div#abgne_marquee {
	position: relative;
	overflow: hidden;	/* 超出範圍的部份要隱藏 */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #e5ffb4;
	border: 1px #d6d49d solid;
	font-size: 13px;
	font-weight: normal;
	height: 25px;
}
div#abgne_marquee ul, div#abgne_marquee li {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#abgne_marquee ul {
	position: absolute;
	left: 15px;			/* 往後推個 30px */
}
div#abgne_marquee ul li a {
	display: block;
	overflow: hidden;	/* 超出範圍的部份要隱藏 */
	font-size:12px;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	font-family: "微軟正黑體";
}
div#abgne_marquee div.marquee_btn {
	position: absolute;
	cursor: pointer;
}



/*  content_B content_banner
----------------------------------------------------------------------------------------------------*/
table#content_B td.content_banner div#searchGoogle { background: url(../images/index_search_bg.png); width: 200px; height: 34px; padding: 32px 0 0 8px;}

table#content_B td.content_banner div#r_banner { margin-top: 8px; width: 208px; overflow: hidden;}
table#content_B td.content_banner div#r_banner img { margin-bottom: 8px;}










/*  content_C
----------------------------------------------------------------------------------------------------*/
table#content_C { margin-top: 10px;}
table#content_C td { padding: 0;}

table#content_C td.content_banner { width: 213px; vertical-align: top; overflow: hidden;}
table#content_C td.content_space { width: 9px;}
table#content_C td.content_news { width: 537px; vertical-align: top;}


/*  content_C content_banner
----------------------------------------------------------------------------------------------------*/
table#content_C td.content_banner img {}
table#content_C td.content_banner a { width: 213px; height: 247px; background: #CCC; display: block; margin-bottom: 10px;}

/*  content_C content_news index_news
----------------------------------------------------------------------------------------------------*/
table#content_C td.content_news div#index_news h2 { background: url(../images/title_index_news.png) left top no-repeat; height: 18px;}
table#content_C td.content_news div#index_news h2 a {
	display: block;
	font-size: 0px;
	width: 537px;
	height: 18px;
	text-indent: -5000px;
	padding-bottom: 15px;
	border-bottom: 1px #999 dotted;
}
table#content_C td.content_news div#index_news ul { padding: 0; margin: 24px 0 0 0;}
table#content_C td.content_news div#index_news li {
	list-style: none; padding-left: 80px; padding-bottom: 8px; margin-top: 8px;
	background: url(../images/icon_index_news.png) 3px 3px no-repeat;
	border-bottom: 1px #91a4bd solid;
	font-size: 13px; line-height: 155%;
	overflow: auto;
}
table#content_C td.content_news div#index_news li div {
	float: left; width: 350px;
}
table#content_C td.content_news div#index_news li div + div {
	float: right; width: 100px; text-align: right;
}


/*  content_C content_news index_active
----------------------------------------------------------------------------------------------------*/
table#content_C td.content_news div#index_active { margin-top: 20px;}
table#content_C td.content_news div#index_active h2 { background: url(../images/title_index_active.png) left top no-repeat; height: 18px;}
table#content_C td.content_news div#index_active h2 a {
	display: block;
	font-size: 0px;
	width: 537px;
	height: 18px;
	text-indent: -5000px;
	padding-bottom: 15px;
	border-bottom: 1px #999 dotted;
}
table#content_C td.content_news div#index_active ul { padding: 0; margin: 24px 0 0 0;}
table#content_C td.content_news div#index_active li {
	list-style: none; padding-left: 80px; padding-bottom: 8px; margin-top: 8px;
	background: url(../images/icon_index_active.png) 3px 3px no-repeat;
	border-bottom: 1px #91a4bd solid;
	font-size: 13px; line-height: 155%;
	overflow: auto;
}
table#content_C td.content_news div#index_active li div {
	float: left; width: 340px;
}
table#content_C td.content_news div#index_active li div + div {
	float: right; width: 110px; text-align: right;
}










/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/


/*  content_main_A
----------------------------------------------------------------------------------------------------*/
table#content_main_A { margin-top: 10px;}
table#content_main_A td { padding: 0;}

table#content_main_A td.content_links { width: 213px; vertical-align: top;}
table#content_main_A td.content_space { width: 9px; background: url(../images/main/bg_space.png) left top no-repeat;}
table#content_main_A td.content_body { width: 760px; vertical-align: top;}


/*  content_main_A content_links
----------------------------------------------------------------------------------------------------*/
table#content_main_A td.content_links div#searchGoogle_main {
	background: url(../images/index_search_bg_main.png);
	width: 205px; height: 34px;
	padding: 32px 0 0 8px;
}
table#content_main_A td.content_links h2 { width: 213px; height: 85px; margin-top: 6px;}
table#content_main_A td.content_links h2.about { background: url(../images/main/left_title_01.gif);}
table#content_main_A td.content_links h2.org { background: url(../images/main/left_title_02.gif);}
table#content_main_A td.content_links h2.active { background: url(../images/main/left_title_03.gif);}
table#content_main_A td.content_links h2.spec { background: url(../images/main/left_title_04.gif);}
table#content_main_A td.content_links h2.forums { background: url(../images/main/left_title_05.gif);}
table#content_main_A td.content_links h2.member { background: url(../images/main/left_title_06.gif);}
table#content_main_A td.content_links h2.history { background: url(../images/main/left_title_07.gif);}
table#content_main_A td.content_links h2.health { background: url(../images/main/left_title_08.gif);}
table#content_main_A td.content_links h2.search { background: url(../images/main/left_title_09.gif);}
table#content_main_A td.content_links h2.contact { background: url(../images/main/left_title_10.gif);}
table#content_main_A td.content_links h2.links { background: url(../images/main/left_title_11.gif);}
table#content_main_A td.content_links h2.teach { background: url(../images/main/left_title_17.gif);}
table#content_main_A td.content_links h2.download { background: url(../images/main/left_title_13.gif);}
table#content_main_A td.content_links h2.sitemap { background: url(../images/main/left_title_14.gif);}
table#content_main_A td.content_links h2.magz { background: url(../images/main/left_title_15.gif);}
table#content_main_A td.content_links h2.login { background: url(../images/main/left_title_16.gif);}

table#content_main_A td.content_links div#se_menu {
	background: url(../images/main/left_menu_top.jpg) left top no-repeat;
	padding-bottom: 18px;
}
table#content_main_A td.content_links div#se_menu ul { padding: 0; margin: 0 0 0 21px;}
table#content_main_A td.content_links div#se_menu ul li {
	list-style: none; padding-left: 31px; padding-bottom: 10px; margin-bottom: 10px;
	width: 139px;
	font-size: 15px; letter-spacing: 1px;
	border-bottom: 1px #91a4bd solid;
	background: url(../images/icon_dot_02.gif) 5px 5px no-repeat;
}
table#content_main_A td.content_links div#se_menu div.none{ height: 38px;}
table#content_main_A td.content_links div#left_menu_bottom { background: url(../images/main/left_menu_bottom.gif); height: 50px;}

table#content_main_A td.content_links div#se_menu ul li ul { padding: 0; margin: 10px 0 0 0;}
table#content_main_A td.content_links div#se_menu ul li ul li {
	list-style: none; padding-left: 20px; padding-bottom: 0px; margin-bottom: 5px;
	font-size: 15px; letter-spacing: 1px;
	border-bottom: none;
	background: url(../images/icon_dot_02.gif) 0 3px no-repeat;
}




table#content_main_A td.content_links div#L_banner { margin-top: 8px; width: 213px; overflow: hidden; text-align: center;}
table#content_main_A td.content_links div#L_banner img { margin-bottom: 8px;}


/*  content_main_A content_body
----------------------------------------------------------------------------------------------------*/
table#content_main_A td.content_body div#Breadcrumb { width: 760px;}
table#content_main_A td.content_body div#Breadcrumb h2 {
	font-size: 13px; font-weight: normal; height: 22px; text-align: right;
	padding-top: 2px;
}
table#content_main_A td.content_body div#Breadcrumb h2 span {background: #eafdfb;}
table#content_main_A td.content_body div#Breadcrumb h2.about { background: url(../images/main/title_01.png);}
table#content_main_A td.content_body div#Breadcrumb h2.org { background: url(../images/main/title_02.png);}
table#content_main_A td.content_body div#Breadcrumb h2.active { background: url(../images/main/title_03.png);}
table#content_main_A td.content_body div#Breadcrumb h2.spec { background: url(../images/main/title_04.png);}
table#content_main_A td.content_body div#Breadcrumb h2.forums { background: url(../images/main/title_05.png);}
table#content_main_A td.content_body div#Breadcrumb h2.member { background: url(../images/main/title_06.png);}
table#content_main_A td.content_body div#Breadcrumb h2.history { background: url(../images/main/title_07.png);}
table#content_main_A td.content_body div#Breadcrumb h2.health { background: url(../images/main/title_08.png);}
table#content_main_A td.content_body div#Breadcrumb h2.search { background: url(../images/main/title_09.png);}
table#content_main_A td.content_body div#Breadcrumb h2.contact { background: url(../images/main/title_10.png);}
table#content_main_A td.content_body div#Breadcrumb h2.links { background: url(../images/main/title_11.png);}
table#content_main_A td.content_body div#Breadcrumb h2.teach { background: url(../images/main/title_17.png);}
table#content_main_A td.content_body div#Breadcrumb h2.download { background: url(../images/main/title_13.png);}
table#content_main_A td.content_body div#Breadcrumb h2.sitemap { background: url(../images/main/title_14.png);}
table#content_main_A td.content_body div#Breadcrumb h2.magz { background: url(../images/main/title_15.png);}
table#content_main_A td.content_body div#Breadcrumb h2.login { background: url(../images/main/title_16.png);}


table#content_main_A td.content_body div#content_cont {
	background: url(../images/main/main_bg.jpg) left 20px repeat-y;
	font-size: 15px;
}
/*內容*/
table#content_main_A td.content_body div#content_cont div#content_cont_top {
	background: url(../images/main/main_bg_top.gif) top no-repeat;
	padding: 25px 40px 0 40px;
	line-height: 170%;
}
/*內容*/
table#content_main_A td.content_body div#content_cont div#content_cont_bottom { background: url(../images/main/main_bg_bottom.gif); height: 40px;}













/*  content_main_A news
----------------------------------------------------------------------------------------------------*/
table#news_table {}
table#news_table tr { background: url(../images/news/title_Bg_tsbpn_en.gif) top repeat-x;}
table#news_table th { 
	width: 150px; padding: 6px 5px 3px 5px; color: #525252;
	border-left: 1px solid #a3a3a3; border-top: 1px solid #a3a3a3; border-bottom: 1px solid #a3a3a3;}
table#news_table th + th { width: 508px; background: url(../images/news/line_td.gif) repeat-y left; border-left: none; border-right: 1px solid #a3a3a3;} 


table#news_table tr + tr { background: #fbfcfd url(../images/news/list_bg.gif) repeat-x bottom;}
table#news_table td {
	width: 150px; padding: 7px 5px; text-align: center; vertical-align: top;
	border-left: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3;}
table#news_table td + td { width: 508px; background: url(../images/news/line_td.gif) repeat-y left; border-left: none; text-align: left; vertical-align: top; border-right: 1px solid #e3e3e3;}


/*  news_info
----------------------------------------------------------------------------------------------------*/
dl#news_info { padding: 0 0 18px 0; margin: 0 0 20px 0; background: url(../images/news/cont_bg_b.gif) bottom left no-repeat; width: 680px;}
dl#news_info dt {
	padding: 6px 10px 3px 13px; color: #525252; border: 1px solid #a3a3a3;
	background: url(../images/news/title_Bg_tsbpn_en.gif) top repeat-x; font-weight: bold; text-align: left;}
dl#news_info dd { padding: 6px 10px 0 13px; margin: 0;}
dl#news_info dd span { font-weight: bold;}
dl#news_info dd + dd { padding: 0 10px 5px 13px; border-bottom: 1px dashed #a3a3a3;}
dl#news_info dd + dd + dd + dd {
	padding: 7px 10px 0 33px; border-bottom: 0;
	background: url(../images/icon_download.gif) left top no-repeat; background-position: 13px 13px;}
dl#news_info dd + dd + dd + dd + dd { border: 0;}








/*  content_main_A other
----------------------------------------------------------------------------------------------------*/
table#other_table {}
table#other_table tr { background: url(../images/other/title_Bg.gif) top repeat-x;}
table#other_table th { 
	width: 70px; padding: 7px 5px; color: #525252;
	border-left: 1px solid #a3a3a3; border-top: 1px solid #a3a3a3; border-bottom: 1px solid #a3a3a3;}
table#other_table th + th { width: 160px; background: url(../images/news/line_td.gif) repeat-y left; border-left: none;} 
table#other_table th + th + th { width: 223px;} 
table#other_table th + th + th + th { width: 65px;}
table#other_table th + th + th + th + th { width: 110px; border-right: 1px solid #a3a3a3;} 


table#other_table tr + tr { background: #fbfcfd url(../images/news/list_bg.gif) repeat-x bottom;}
table#other_table td {
	width: 70px; padding: 7px 5px; text-align: center; vertical-align: top;
	border-left: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3;}
table#other_table td + td { width: 160px; background: url(../images/news/line_td.gif) repeat-y left; border-left: none; text-align: left;}
table#other_table td + td a { color: #0066CC;}
table#other_table td + td + td { width: 223px;}
table#other_table td + td + td + td { width: 65px; text-align: center;}
table#other_table td + td + td + td + td { vertical-align: top; border-right: 1px solid #e3e3e3;}
table#other_table td + td + td + td + td ul { padding: 0; margin: 0;}
table#other_table td + td + td + td + td li.check { list-style: none; background: url(../images/icon_check.png) left no-repeat;}
table#other_table td + td + td + td + td li.reg { list-style: none; background: url(../images/icon_ytag.png) left no-repeat;}


/*  線上積分申請
----------------------------------------------------------------------------------------------------*/
table#other_reg{ margin: 0 auto;}

table#other_reg input{ height: 20px;}
table#other_reg select{ height: 24px;}
table#other_reg table{ padding: 0; margin: 0;}
table#other_reg td{ padding: 3px; text-align: left;}
table#other_reg th{ padding: 3px; text-align: right;  font-weight: bold;}
table#other_reg hr{ border: 1px dotted #b2ba81;}

table#other_reg_ps td{ text-align: left;}

table#other_reg input[type=image] { height: auto; background: none;}


/**積分申請**/
.inputFile{ border: 0;}
div#other_go{ text-align: center; padding: 10px 0;}
div#other_go input{ background: #FFF4C8; cursor:pointer; padding:2px 5px 5px 5px; height: 30px;}


#other_reg_search{ margin: 0 auto; width: 87%;}
table#other_go_search_In th{ text-align: center; background: #E7E7E7;}
table#other_go_search_In td{ padding: 3px;}
table#other_go_search_In .line{ border-bottom: 1px dotted #838383;}
table#other_go_search_In .lineRight{ border-right: 1px dotted #838383;}


/**積分申請 單頁**/
div#other{ margin: 5px 0 0 0;}

div#other h1{  font-size: 15px; font-weight: bold; background: url(../images/icon_other.png) no-repeat; height: 30px; padding: 5px 0 0 38px; color: #1f5c41;}
div#other table.otherTable{
	border-top: 1px solid #EBEAEE;   
    border-left: 1px solid #EBEAEE;   
    border-right: 0px;   
    border-bottom: 0px;
	border-collapse: separate;
	margin: 0 0 10px 0;
}  
div#other table.otherTable TD {  
    border-top: 1px solid #FFFFFF;   
    border-left: 1px solid #FFFFFF;   
    border-right: 1px solid #EBEAEE;   
    border-bottom: 1px solid #EBEAEE;  
}
div#other table.otherTable TH {  
    border-top: 1px solid #FFFFFF;   
    border-left: 1px solid #FFFFFF;   
    border-right: 1px solid #EBEAEE;   
    border-bottom: 1px solid #EBEAEE;  
}
div#other table.otherTable th{ background: #e2e2e2; width: 120px; text-align: right; padding: 7px; vertical-align: top;}
div#other table.otherTable td{ background: #EEEEEE; width: 187px; padding: 7px; vertical-align: top;}
div#other table.otherTable td img{ vertical-align: top; margin-top: 5px;}


















/*  content_main_A dispatch(徵才訊息)
----------------------------------------------------------------------------------------------------*/
table#disp_table {}
table#disp_table tr { background: url(../images/news/title_Bg_tsbpn_en.gif) top repeat-x;}
table#disp_table th { 
	width: 120px; padding: 6px 5px 3px 5px; color: #525252;
	border-left: 1px solid #a3a3a3; border-top: 1px solid #a3a3a3; border-bottom: 1px solid #a3a3a3;}
table#disp_table th + th { width: 409px; border-left: 1px solid #a3a3a3;} 
table#disp_table th + th + th { width: 118px; background: url(../images/news/line_td.gif) repeat-y left; border-left: none; border-right: 1px solid #a3a3a3;} 


table#disp_table tr + tr { background: #fbfcfd url(../images/news/list_bg.gif) repeat-x bottom;}
table#disp_table td {
	width: 120px; padding: 7px 5px; text-align: center; vertical-align: top;
	border-left: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3;}
table#disp_table td + td { width: 409px; text-align: left; vertical-align: top;}
table#disp_table td + td + td { width: 118px; background: url(../images/news/line_td.gif) repeat-y left; border-left: none; text-align: center; vertical-align: top; border-right: 1px solid #e3e3e3;}


/*  disp_info
----------------------------------------------------------------------------------------------------*/
dl#disp_info { padding: 0 0 18px 0; margin: 0 0 20px 0; background: url(../images/news/cont_bg_b.gif) bottom left no-repeat; width: 680px;}
dl#disp_info dt {
	padding: 6px 10px 3px 13px; color: #525252; border: 1px solid #a3a3a3;
	background: url(../images/news/title_Bg_tsbpn_en.gif) top repeat-x; font-weight: bold; text-align: left;}
dl#disp_info dd { padding: 6px 10px 0 13px; margin: 0;}
dl#disp_info dd span { font-weight: bold;}
dl#disp_info dd + dd { padding: 0 10px 5px 13px; border-bottom: 1px dashed #a3a3a3;}
dl#disp_info dd + dd + dd + dd {
	padding: 7px 10px 0 33px; border-bottom: 0;
	background: url(../images/icon_download.gif) left top no-repeat; background-position: 13px 13px;}
dl#disp_info dd + dd + dd + dd + dd { border: 0;}


/*  disp_post
----------------------------------------------------------------------------------------------------*/
td#serach li.pageCountLeft { background: url(../images/icon_pen.jpg) no-repeat; background-position: 0 4px; padding-left: 20px; font-weight: bold;}
td#serach li.pageCountLeft a { color: #F36;}
table#disp_post { margin: 0 auto;}
table#disp_post tr { background: url(../images/other/title_Bg_2.gif) top repeat-x;}
table#disp_post th {
	padding: 8px 0 3px 0; color: #525252;
	border-left: 1px solid #a3a3a3; border-top: 1px solid #a3a3a3; border-bottom: 1px solid #a3a3a3; border-right: 1px solid #a3a3a3;
}
table#disp_post tr + tr { background: #fbfcfd url(../images/news/list_bg.gif) repeat-x bottom;}
table#disp_post td {
	padding: 7px 5px; text-align: right; vertical-align: top; width: 115px; font-weight: bold;
	border-left: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3;}
table#disp_post td + td { width: 487px; text-align: left; font-weight: normal; border-right: 1px solid #e3e3e3;}




/*  learning
----------------------------------------------------------------------------------------------------*/
table.learning {}
table.learning thead tr th { 
	background: url(../images/news/titleBg_2.gif) top no-repeat; 
	padding: 12px 5px 7px 5px; color: #336699; font-size: 15px; line-height: 130%; text-align: center;
	border-left: 1px #c9c9c9 solid; border-right: 1px #c9c9c9 solid; border-bottom: 1px solid #e4e4e4;
}
table.learning tbody tr { background: #f8f8f8;}
table.learning tbody tr th { width: 90px; line-height: 160%; vertical-align: top; border-bottom: 1px dotted #838383; border-right: 1px dotted #838383; padding: 6px 5px; background: #E8E8E8; text-align: center;}
table#content_main_A td.content_body table.learning tbody tr td { width: 228px; line-height: 160%; vertical-align: top; border-bottom: 1px dotted #838383; border-right: 1px dotted #838383; padding: 6px 5px;}
table.learning tbody tr th + td + th + td { border-right: 1px dotted #E0E0E0;}

/*流程*/
.learning_open h1 { font-size: 15px; font-weight: bold; color: #F60; background: url(../images/icon_ytag.png) no-repeat; padding-left: 20px; background-position: 0 3px;}
.learning_open ol { padding: 0; margin: 5px 0 0 55px;}
.learning_open ol li { padding: 0 0 7px 0;}




/*  active_mon
----------------------------------------------------------------------------------------------------*/
.active_mon_Title h1 { font-size: 15px; font-weight: bold; color: #F60; background: url(../images/icon_ytag.png) no-repeat; padding-left: 20px; background-position: 0 3px;}
.active_mon_Title h2 { font-size: 15px; font-weight: bold; color: #930; background: url(../images/icon_rtag.png) no-repeat; padding-left: 20px; background-position: 0 3px;}

table#active_mon {}
table#active_mon tr { background: url(../images/other/title_Bg.gif) top repeat-x;}
table#active_mon th { 
	width: 85px; padding: 7px 5px; color: #525252;
	border-left: 1px solid #a3a3a3; border-top: 1px solid #a3a3a3; border-bottom: 1px solid #a3a3a3;}
table#active_mon th + th { width: 150px; background: url(../images/news/line_td.gif) repeat-y left; border-left: none;} 
table#active_mon th + th + th { width: 83px;} 
table#active_mon th + th + th + th { width: 170px;}
table#active_mon th + th + th + th + th { width: 140px; border-right: 1px solid #a3a3a3;} 


table#active_mon tr + tr { background: #fbfcfd url(../images/news/list_bg.gif) repeat-x bottom;}
table#active_mon td {
	width: 85px; padding: 7px 5px; text-align: center; vertical-align: top;
	border-left: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3;}
table#active_mon td + td { width: 150px; background: url(../images/news/line_td.gif) repeat-y left; border-left: none; text-align: left;}
table#active_mon td + td + td { width: 83px; text-align: center;}
table#active_mon td + td + td + td { width: 170px; text-align: left;}
table#active_mon td + td + td + td + td { width: 140px; vertical-align: top; border-right: 1px solid #e3e3e3;}









/*  member_test
----------------------------------------------------------------------------------------------------*/

.text_icon { background: url(../images/icon_elerarn.gif) no-repeat; background-position: 0 5px; padding-left: 18px; width: 70px; float: right;}





/*  content_main_A member_test test_check_table
----------------------------------------------------------------------------------------------------*/
table#test_check_table {}
table#test_check_table tr { background: url(../images/news/title_Bg_tsbpn_en.gif) top repeat-x;}
table#test_check_table th { 
	width: 98px; padding: 7px 5px; color: #525252;
	border-left: 1px solid #a3a3a3; border-top: 1px solid #a3a3a3; border-bottom: 1px solid #a3a3a3;}
table#test_check_table th + th { width: 380px; background: url(../images/news/line_td.gif) repeat-y left; border-left: none;} 
table#test_check_table th + th + th { width: 80px; } 
table#test_check_table th + th + th + th { width: 80px; border-right: 1px solid #a3a3a3;} 


table#test_check_table tr + tr { background: #fbfcfd url(../images/news/list_bg.gif) repeat-x bottom;}
table#test_check_table td {
	width: 98px; padding: 7px 5px; text-align: center; vertical-align: top;
	border-left: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3;}
table#test_check_table td + td { width: 380px; background: url(../images/news/line_td.gif) repeat-y left; border-left: none; text-align: left;}
table#test_check_table td + td  + td { width: 80px; text-align: center;}
table#test_check_table td + td + td  + td  { width: 80px; border-left: none; border-right: 1px solid #e3e3e3;}









/*  content_main_A member_newsletter
----------------------------------------------------------------------------------------------------*/
ol#member_newsletter { padding: 0; margin: 0;}
ol#member_newsletter li {
	list-style: none;
	background: #EEF9E4 url(../images/icon_ytag.png) no-repeat; background-position: 15px 12px;
	 padding: 7px 0 7px 45px;
	 margin-bottom: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}






/*  content_main_A member_gov
----------------------------------------------------------------------------------------------------*/
ol#member_gov { padding: 0; margin: 0;}
ol#member_gov li {
	list-style: none;
	background: #bfefef url(../images/icon_btag.png) no-repeat; background-position: 15px 12px;
	 padding: 7px 0 7px 45px;
	 margin-bottom: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}







/*  content_main_A member / score_Newdetail / score_info
----------------------------------------------------------------------------------------------------*/
table#score_info {}
table#score_info tr { background: url(../images/other/title_Bg_2.gif) top repeat-x;}
table#score_info th {
	padding: 8px 0 3px 0; color: #525252;
	border-left: 1px solid #a3a3a3; border-top: 1px solid #a3a3a3; border-bottom: 1px solid #a3a3a3; border-right: 1px solid #a3a3a3;
}
table#score_info tr + tr { background: #fbfcfd url(../images/news/list_bg.gif) repeat-x bottom;}
table#score_info td {
	padding: 7px 5px; text-align: right; vertical-align: top; font-weight: bold;
	border-left: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3;}
table#score_info td:nth-child(odd) { background: rgba(223,223,223,.5); width: 80px; text-align: center;}
table#score_info td:nth-child(5) { width: 141px; text-align: right;}
table#score_info td:nth-child(6) { border-right: 1px solid #e3e3e3;}
table#score_info td:nth-child(even) { width: 104px; font-weight: normal; text-align: left;}


table#score_table { margin: 7px 0 0 0;}
table#score_table tr { background: url(../images/other/title_Bg_2.gif) top repeat-x;}
table#score_table th {
	padding: 7px 5px; color: #525252;
	border-left: 1px solid #a3a3a3; border-top: 1px solid #a3a3a3; border-bottom: 1px solid #a3a3a3; border-right: 1px solid #a3a3a3;
}
table#score_table tr + tr { background: #fbfcfd url(../images/news/list_bg.gif) repeat-x bottom;}
table#score_table td {
	width: 50px; padding: 7px 5px; vertical-align: top; font-weight: bold;
	border-left: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3;
	text-align: center; font-weight: normal;
}
table#score_table td:last-child { border-right: 1px solid #e3e3e3;}
table#score_table td.ex_score { text-align: center; color: #F00;}

table#score_table tr + tr + tr:nth-child(odd) td { background: rgba(236,245,249,.5);}
table#score_table tr + tr + tr:nth-child(even) td { background: rgba(206,234,241,.5);}
table#score_table tr + tr + tr td:nth-child(1) { width: 105px;}
table#score_table tr + tr + tr td:nth-child(2) { width: 140px; text-align: left;}
table#score_table tr + tr + tr td:nth-child(3) { width: 100px;}
table#score_table tr + tr + tr td:nth-child(4) { width: 100px;}
table#score_table tr + tr + tr td:nth-child(5) { width: 50px;}
table#score_table tr + tr + tr td:nth-child(6) { width: 50px;}
table#score_table tr + tr + tr td:nth-child(7) { width: 50px; border-right: 1px solid #e3e3e3;}

a.icon_score { background: url(../images/icon_btag.png) no-repeat; background-position: 0 5px; display: block; padding-left: 20px; float: left;}







/*  content_main_A member / member_people
----------------------------------------------------------------------------------------------------*/
table#member_people {}
table#member_people tr { background: url(../images/other/title_Bg_2.gif) top repeat-x;}
table#member_people th {
	padding: 8px 0 3px 0; color: #525252;
	border-left: 1px solid #a3a3a3; border-top: 1px solid #a3a3a3; border-bottom: 1px solid #a3a3a3; border-right: 1px solid #a3a3a3;
}
table#member_people tr + tr { background: #fbfcfd url(../images/news/list_bg.gif) repeat-x bottom;}
table#member_people td {
	padding: 7px 5px; text-align: center; vertical-align: top; font-weight: bold;
	border-left: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3;
}
table#member_people td:nth-child(odd) { background: rgba(223,223,223,.5); width: 110px;}
table#member_people td:nth-child(even) { font-weight: normal; text-align: left; width: 207px;}
table#member_people td:last-child { border-right: 1px solid #e3e3e3;}


table#member_people_info {}
table#member_people_info tr { background: url(../images/other/title_Bg_2.gif) top repeat-x;}
table#member_people_info th {
	padding: 8px 0 3px 0; color: #525252;
	border-left: 1px solid #a3a3a3; border-top: 1px solid #a3a3a3; border-bottom: 1px solid #a3a3a3; border-right: 1px solid #a3a3a3;
}
table#member_people_info tr + tr { background: #fbfcfd url(../images/news/list_bg.gif) repeat-x bottom;}
table#member_people_info td {
	padding: 7px 5px; text-align: center; vertical-align: top; font-weight: bold;
	border-left: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3;
}
table#member_people_info td:last-child { border-right: 1px solid #e3e3e3;}
table#member_people_info td:nth-child(odd) { width: 110px; background: rgba(206,234,241,.5); text-align: right;}
table#member_people_info td:nth-child(even) { width: 547px; text-align: left; font-weight: normal;}
table#member_people_info td.edit { background: rgba(247,255,32,.3);}






/*  content_main_A member
----------------------------------------------------------------------------------------------------*/
table#member {}
table#member tr { background: url(../images/news/title_Bg_tsbpn_en.gif) top repeat-x;}
table#member th { 
	width: 98px; padding: 7px 5px; color: #525252;
	border-left: 1px solid #a3a3a3; border-top: 1px solid #a3a3a3; border-bottom: 1px solid #a3a3a3;}
table#member th + th { width: 320px; background: url(../images/news/line_td.gif) repeat-y left; border-left: none;} 
table#member th + th + th { width: 80px; } 
table#member th + th + th + th { width: 140px; border-right: 1px solid #a3a3a3;} 


table#member tr + tr { background: #fbfcfd url(../images/news/list_bg.gif) repeat-x bottom;}
table#member td {
	width: 98px; padding: 7px 5px; text-align: center; vertical-align: top;
	border-left: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3;}
table#member td + td { width: 320px; background: url(../images/news/line_td.gif) repeat-y left; border-left: none; text-align: left;}
table#member td + td  + td { width: 80px; text-align: center;}
table#member td + td + td  + td  { width: 140px; border-left: none; text-align: left; border-right: 1px solid #e3e3e3;}









/*  content_main_A member_gov
----------------------------------------------------------------------------------------------------*/
ol#history_02 { padding: 0; margin: 0;}
ol#history_02 li {
	list-style: none;
	background: #f5d9d9 url(../images/icon_pdf.png) no-repeat; background-position: 15px 12px;
	 padding: 7px 0 7px 45px;
	 margin-bottom: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}







/*  content_main_A history_01
----------------------------------------------------------------------------------------------------*/
table#history_01 { margin: 7px 0 0 0;}
table#history_01 tr { background: url(../images/other/title_Bg_2.gif) top repeat-x;}
table#history_01 th {
	padding: 7px 5px; color: #525252;
	border-left: 1px solid #a3a3a3; border-top: 1px solid #a3a3a3; border-bottom: 1px solid #a3a3a3; border-right: 1px solid #a3a3a3;
}
table#history_01 tr + tr { background: #fbfcfd url(../images/news/list_bg.gif) repeat-x bottom;}
table#history_01 td {
	width: 50px; padding: 7px 5px; vertical-align: top; font-weight: bold;
	border-left: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3;
	font-weight: normal;
}
table#history_01 td:last-child { border-right: 1px solid #e3e3e3;}

table#history_01 tr + tr:nth-child(even) td { background: rgba(236,245,249,.1);}
table#history_01 tr + tr:nth-child(odd) td { background: rgba(235,235,235,.5);}
table#history_01 tr + tr td:nth-child(1) { width: 120px; background: rgba(209,237,255,.3);}
table#history_01 tr + tr td:nth-child(2) { width: 340px;}
table#history_01 tr + tr td:nth-child(3) { width: 180px;}








/*  content_main_A specialty_02
----------------------------------------------------------------------------------------------------*/
div.Title_cont {
	background: #d1f4f7;
	padding: 7px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}



table#specialty_02 { margin: 10px 0 0 0;}
table#specialty_02 tr { background: url(../images/other/title_Bg_3.gif) top repeat-x;}
table#specialty_02 th {
	padding: 7px 5px; color: #525252;
	border-left: 1px solid #a3a3a3; border-top: 1px solid #a3a3a3; border-bottom: 1px solid #a3a3a3; border-right: 1px solid #a3a3a3;}

table#specialty_02 tr + tr { background: #fbfcfd url(../images/news/list_bg.gif) repeat-x bottom;}
table#specialty_02 td {
	padding: 7px 5px; vertical-align: top; text-align: center; font-weight: bold;
	border-left: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3;
	font-weight: normal;
}
table#specialty_02 td:last-child { border-right: 1px solid #e3e3e3;}
table#specialty_02 tr + tr td:nth-child(odd) { width: 100px;}
table#specialty_02 tr + tr td:nth-child(even) { width: 557px; text-align: left;}





/*  content_main_A specialty_04 醫學新知
----------------------------------------------------------------------------------------------------*/
table#specialty_04 {}
table#specialty_04 tr { background: url(../images/news/title_Bg_tsbpn_en.gif) top repeat-x;}
table#specialty_04 th { 
	width: 175px; padding: 6px 5px 3px 5px; color: #525252;
	border-left: 1px solid #a3a3a3; border-top: 1px solid #a3a3a3; border-bottom: 1px solid #a3a3a3;}
table#specialty_04 th + th { width: 130px; background: url(../images/news/line_td.gif) repeat-y left; border-left: none;} 
table#specialty_04 th:nth-child(even) { width: 96px;}
table#specialty_04 th:last-child { border-right: 1px solid #a3a3a3;} 


table#specialty_04 tr + tr { background: #fbfcfd url(../images/news/list_bg.gif) repeat-x bottom;}
table#specialty_04 td {
	width: 175px; padding: 7px 5px; text-align: center; vertical-align: top;
	border-left: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3;}
table#specialty_04 td + td { width: 130px; background: url(../images/news/line_td.gif) repeat-y left; border-left: none;}
table#specialty_04 td:nth-child(even) { width: 96px;} 
table#specialty_04 td:last-child { border-right: 1px solid #a3a3a3;} 



/*  content_main_A specialty_04_info 醫學新知
----------------------------------------------------------------------------------------------------*/
table#specialty_04_info {}
table#specialty_04_info tr { background: url(../images/news/title_Bg_tsbpn_en.gif) top repeat-x;}
table#specialty_04_info th { 
	width: 100px; padding: 6px 5px 3px 5px; color: #525252;
	border-left: 1px solid #a3a3a3; border-top: 1px solid #a3a3a3; border-bottom: 1px solid #a3a3a3;}
table#specialty_04_info th + th { width: 120px; background: url(../images/news/line_td.gif) repeat-y left; border-left: none;} 
table#specialty_04_info th:last-child { width: 428px; border-right: 1px solid #a3a3a3;} 



table#specialty_04_info tr + tr { background: #fbfcfd url(../images/news/list_bg.gif) repeat-x bottom;}
table#specialty_04_info td {
	width: 100px; padding: 7px 5px; text-align: center; vertical-align: top;
	border-left: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3;}
table#specialty_04_info td + td { width: 120px; background: url(../images/news/line_td.gif) repeat-y left; border-left: none;}
table#specialty_04_info td:last-child { width: 428px; border-right: 1px solid #a3a3a3; text-align: left;} 












/*  content_main_A download
----------------------------------------------------------------------------------------------------*/
table#download {}
table#download tr { background: url(../images/other/title_Bg_3.gif) top repeat-x;}
table#download th {
	padding: 7px 5px; color: #525252;
	border-left: 1px solid #a3a3a3; border-top: 1px solid #a3a3a3; border-bottom: 1px solid #a3a3a3; border-right: 1px solid #a3a3a3;}

table#download tr + tr { background: #fbfcfd url(../images/news/list_bg.gif) repeat-x bottom;}
table#download td {
	padding: 7px 5px; vertical-align: top; text-align: center; font-weight: bold;
	border-left: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3;
	font-weight: normal;
}
table#download td:last-child { border-right: 1px solid #e3e3e3;}
table#download tr + tr td:nth-child(1) { width: 110px;}
table#download tr + tr td:nth-child(2) { width: 426px; text-align: left;}
table#download tr + tr td:nth-child(3) { width: 110px;}
table#download tr + tr td img{ vertical-align: middle;}







/*  content_main_A sign_list(查看報名名單)
----------------------------------------------------------------------------------------------------*/
table#sign_list {}
table#sign_list tr { background: url(../images/news/title_Bg_tsbpn_en.gif) top repeat-x;}
table#sign_list th { 
	width: 20%; padding: 7px 5px; color: #525252;
	border-left: 1px solid #a3a3a3; border-top: 1px solid #a3a3a3; border-bottom: 1px solid #a3a3a3;}
table#sign_list th + th { width: 25%; background: url(../images/news/line_td.gif) repeat-y left; border-left: none;} 
table#sign_list th + th + th { width: 55%; border-right: 1px solid #a3a3a3;} 


table#sign_list tr + tr { background: #fbfcfd url(../images/news/list_bg.gif) repeat-x bottom;}
table#sign_list td {
	width: 20%; padding: 7px 5px; text-align: center; vertical-align: top;
	border-left: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3;}
table#sign_list td + td { width: 25%; background: url(../images/news/line_td.gif) repeat-y left; border-left: none;}
table#sign_list td + td + td  { width: 55%; border-left: none; border-right: 1px solid #e3e3e3;}


















/*  pageCount
----------------------------------------------------------------------------------------------------*/
#serach { width: 700px;}
#serach ul, #serach li{ padding: 0; margin: 0;}
#serach li{list-style: none;}
.pageCountLeft{ float: left;}
.pageCountLeft select{ margin: 5px 0 5px 0; height: 20px; font-size: 13px;}

.pageCountRight{ float: right;}
.pageCountRight select{ height: 20px; }
.inputSerach{ width: 100px; color:#464646; line-height: 100%; margin: 0 0 0 10px;}
.inputSerachGo input{ height: 20px; border: 0;}




/*  頁碼
----------------------------------------------------------------------------------------------------*/
/*  資訊無資料  */
DIV.news_none{ height: 150px; text-align: center; padding: 100px;}

DIV.scott {
	padding: 8px 3px 3px 3px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 3px;
	text-align: center;
	font-size: 13px;
}
DIV.scott a {
	border: #ddd 1px solid;
	padding: 2px 5px 2px 5px;
	color: #538fad;
	margin-right: 2px;
	text-decoration: none;
	background-color: #fff;
	font-size: 13px;
}
DIV.scott a:hover {
	border: #6ebbe0 1px solid;
	color: #78a5bc;
	background-color: #ddfaf2;
}
DIV.scott a:active {
	border: #6ebbe0 1px solid;
	color: #78a5bc;
	background-color: #ddfaf2;
}
DIV.scott span.current {
	border: #87c6d3 1px solid;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	color: #fff;
	margin-right: 2px;
	background-color: #87c6d3;
	font-size: 13px;
}
DIV.scott span.disabled {
	border: #f3f3f3 1px solid;
	padding: 2px 5px 2px 5px;
	color: #ccc;
	margin-right: 2px;
	background-color: #fff;
	font-size: 13px;
}








/*  新增檔案
----------------------------------------------------------------------------------------------------*/
#moreupl a{
	display: block;
	color: #4dad9a;
	text-decoration: none;
	background-image: url(../images/uploads-more.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	width: 500px;
	padding: 5px;
	background-color: #e5eef1;
	border-top: 1px dotted #54d3b9;
	border-bottom: 1px dotted #54d3b9;
}
#moreupl a:hover {
	background-color: #F0F1F1;
	text-decoration: none;
	color: #999999;
	background-image: url(../images/uploads-more-on.png);
	background-repeat: no-repeat;
	background-position: right:5px center;
	text-align: right;
	background-position: right center;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}