@charset "utf-8";
/* CSS Document */

/****** Please Add/Modify @common.css as need first. *******************/

body {
	font-family:Arial, "細明體";
	margin: 0px;
	padding: 0px;
	/*CAN not put this bg in body and need put to an wrapper.
	as when very short conent,the bottom will have many blank with unwant BG.
	background-image: url(../images/subpage_bg.jpg);*/
	background-image: url(../images/subpage_bg.jpg);
    background-repeat: repeat-x;
	background-color: #f4f4f4;
	line-height: 25px;
	
}

/*ADD */
.subpage_title{ /*As always chg, Should move to .css here*/
	width:100%;
	color:#c41885;
	font-size:24px;
	font-weight: bold;
	margin-bottom: 15px;/*as remove word of paging in left//margin-bottom: 25px;*/
}

#wrapper { /*ADD need it right after body. */
	margin-top: 0px;
	padding-top: 8px;
	background-image: url(../images/subpage_bg.jpg);
    background-repeat: repeat-x;
	background-position: left top;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

#header {
	font-family:Arial, Helvetica, sans-serif;
	/*NOT FOUND,background-image: url(../images/top_bg.jpg);*/
	background-repeat: no-repeat;
	background-position: left top;
	height: 145px;
	width: 999px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/top_bg.jpg);
}
#search {
	float: left;
	height: 47px;
	width: 198px;
	font-size: 15px;
	color: #000;
	padding-top: 54px;
	vertical-align:middle;
	padding-left: 660px;
}
.search {
	font-family: Arial, "細明體";
	font-size: 15px;
	color: #000;
	text-decoration: none;
	height: 20px;line-height: 20px;
	width: 160px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
}
#weather {
	float: none;
	height: 27px;
	width: 999px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #FFF;
	padding-top: 54px;
	text-align: right;
	vertical-align:middle;
}
#weather .weather_date{
	height:27px;
	vertical-align:top;
}

#version {
	width: 35px;
	height: 47px;
	padding-top: 54px;
	float: left;
	padding-left: 16px;
	text-align: center;
	padding-right: 12px;
	overflow:hidden;/*Avoid IE6 overflow*/
}
.version_btn {
	font-size: 15px;
	color: #000;
	text-decoration: none;
	padding-right: 10px;
	line-height: 25px;
	font-weight: bold;
}
.version_btn a {
	font-size: 15px;
	line-height: 43px;
	color: #000;
	text-decoration: none;
}
.version_btn a:hover {
	color: #000;
	text-decoration: underline;
	
}
.version_btn_selected {
	font-size: 15px;
	line-height: 43px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding-right: 30px;
}

#facebook {
	float: left;
	width: 32px;
	height: 45px;
	padding-top: 50px;
}

#logo {
/*
	background-image: url(images/logo_bg.jpg);
*/	
	width: 959px;
	height: 40px;
	float: none;
	margin-left:auto;
	margin-right:auto;
	padding-top: 110px;
	background-repeat: no-repeat;
	background-position: left top;
}





#header_top{ /*Fix IE6 problem of background-position: right bottom; ,BY Add this div on the top of #menu_bg */
	height: 101px;
	width: 999px;;
}
#header_menu_bg{ /*Fix IE6 problem of background-position: right bottom; ,BY Add this div on the top of #menu_bg */
	height: 145px;
	width: 999px;
	margin-right: auto;
	margin-left: auto;
}


#menu {
	/*background-image: url(../images/top_menu_bg.png);*/
	width: 874px;
	height: 42px;
	margin-left:auto;
	margin-right:auto;
	/*background-repeat: no-repeat;
	background-position: right bottom;IE6 PROBLEM*/
	padding-left: 60px;
	padding-right: 75px;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	/*padding-top: 2px;/*ADD, 44-x*/
	/*overflow:hidden;*/
}



#menu_bg {
	/*background-image: url(../images/top_menu_bg.png);*/
	width: 874px;
	height: 42px;
	margin-left:auto;
	margin-right:auto;
	/*background-repeat: no-repeat;
	background-position: right bottom;IE6 PROBLEM*/
	padding-left: 60px;
	padding-right: 75px;
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	/*padding-top: 2px;/*ADD, 44-x*/
	overflow:hidden;
}
#menu_bg ul{
	margin:0;padding: 0;
}
#menu_bg ul li {
	list-style-image: url(images/dot.gif);
	list-style-type: none;
	list-style-position: outside;
	display:block;
	white-space:nowrap;
	display:inline;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;	
	height: 42px;
}

.menu_btn {
	font-size: 16px;
	color: #000;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 12px;
	background-image: url(../images/menu_mid_bar.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 10px;/*ADD*/
	height: 42px;
	line-height:42px;
	
}
.menu_btn a {
	font-size: 16px;
	color: #000;
	text-decoration: none;
}
.menu_btn a:hover {
	font-size: 16px;
	color: #f58020;
	text-decoration: underline;
	background-image: url(../images/menu_mid_bar.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/*ADD */
.menu_selected, .menu_selected a {
	color: #f58020;
	background-image: url(../images/menu_selected_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-weight:bold;
	/*padding-top: 10px;/*ADD*/
	
}


#menu_bar {
	width: 959px;
	height: 5px;
	float: none;
	margin-left:auto;
	margin-right:auto;
	background-color: #032567;
}

#menu_w_bar {
	width: 959px;
	height: 1px;
	float: none;
	margin-left:auto;
	margin-right:auto;
}

#mid {
	float: none;
	width: 999px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-bottom: 30px;
	clear: both;
}
#mid_subpage {
	float: none;
	width: 999px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	clear: both;
	padding-bottom: 30px;
	vertical-align:top;
	background-image: url(../images/subpage_title_line.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#left {
	float: left;
	width: 397px;
	
	position: relative;
}
#left_subpage {
	float: left;
	width: 199px;
	position: relative;
	padding-left: 50px;
	overflow:hidden;
}


#right_subpage {
	width: 642px;
	float: right;
	clear: none;
	position: relative;
	/*too high,can be better //min-height: 690px;*/
	min-height: 390px;
	padding-right: 72px;
	padding-left: 36px;
	overflow:hidden;/*avoid sometime IE6 overflow*/
}
#bottom_subpage {
	width: 713px;
	clear: both;
	position: relative;
	background-image: url(../images/subpage_bottom.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 29px;
	padding-left: 286px;
	margin-right: auto;
	margin-left: auto;
	background-color: #01396a;
	padding-bottom: 10px;
}
#right {
	width: 602px;
	float: right;
	clear: none;
	position: relative;
}
#r1 {
	width: 713px;
}
#r2 {
	width: 713px;
	background-image: url(../images/canlender_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 210px;
	clear: both;
	padding-top: 17px;
}
#r3 {
	width: 513px;
	padding-right: 70px;
	padding-left: 19px;
	background-image: url(../images/long_bar.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	padding-bottom: 15px;
	text-align: center;
}


#muti_banner {
	width: 902px;
	height: 241px;
	background-image: url(../images/banner_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;	/* background-image:url(images/muti_banner.jpg); */
	margin-right: auto;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 48px;
	padding-left: 49px;
}
#banner {
	width: 356px;
	height: 87px;
	background-image: url(../images/banner_pic.png);
	background-repeat: no-repeat;
	padding-left: 546px;
	padding-top: 149px;
}
#banner_menu {
	width: 336px;
	height: 52px;
	background-image: url(../images/banner_btn_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
}
.muti_selected_no {
	color: #f7da00;
	text-decoration: none;
	width: 20px;
	font-weight: bold;
	float: left;
	line-height: 20px;
	background-color: #852528;
	font-size: 12px;
}
.muti_selected_no a {
	color: #f7da00;
	text-decoration: underline;
	width: 20px;
	font-weight: bold;
	float: left;
	line-height: 20px;
	border: 1px solid #FFF;
	background-color: #852528;
	text-align: center;
}
.muti_selected_no a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	float: left;
}
.muti_no {
	color: #FFF;
	text-decoration: none;
	width: 20px;
	float: left;
	font-size: 12px;
}
.muti_no a {
	color: #FFF;
	text-decoration: none;
	width: 20px;
	float: left;
	line-height: 20px;
	border: 1px solid #FFF;
	background-color: #011337;
	text-align: center;
}
.muti_no a:hover {
	color: #6FC;
	text-decoration: none;
	float: left;
	line-height: 20px;
}
.muti_t {
	color: #FFF;
	text-decoration: none;
	float: left;
	font-size: 15px;
}
#muti_t {
	width: 346px;
	height: 25px;
	padding-top: 10px;
	padding-left: 10px;
	text-align:left;
	background-color: #FFF;
}

#video {
	background-image: url(../images/video_bg.jpg);
	height: 279px;
	width: 327px;
	padding-top: 11px;
	padding-left: 70px;
	overflow:hidden;
}

#news {
	width: 327px;
	padding-left: 70px;
}
#news_top {
		width: 327px;
}
#news1 {
	width: 299px;/*236*/
	margin-bottom:8px;/*ADD*/
	overflow:hidden;
}
#news_header {
	width: 232px;
	height: 25px;
	float: left;
}
.news_header {
	font-size: 21px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
	text-align: left;
}
.news_title {
	font-size: 18px;
	color: #f36b1b;
	text-decoration: none;
	font-weight: bold;
}
.news_t {
	font-size: 16px;
	color: #595757;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 24px;
}
.news_t a {
	font-size: 16px;
	color: #595757;
	text-decoration: none;
}
.news_t a:hover {
	font-size: 16px;
	color: #595757;
	text-decoration: underline;	
}
.new_line {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-top: 15px;
	padding-bottom: 15px;
}
.news_title a {
	font-size: 18px;
	color: #f36b1b;
	text-decoration: none;
}
.news_title a:hover {
	color: #f36b1b;
	text-decoration: underline;
	
}
.news_date {
	font-size: 13px;
	color: #f58020;
	text-decoration: none;
}




#more {
	width: 61px;
	height: 22px;
	float: left;
	text-align: center;
	background-image: url(../images/more_bg.png);
	line-height: 24px;
}
.more {
	font-size: 13px;
	color: #000;
	text-decoration: none;
}
.more a {
	font-size: 13px;
	color: #000;
	text-decoration: none;
}
.more a:hover {
	font-size: 13px;
	color: #000;
	text-decoration: underline;
	
}



#more2 {
	width: 120px;
	height: 20px;
	float: right;
	text-align: right;
	padding-top: 15px;
}
.more2 {
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
}
.more2 a {
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
}
.more2 a:hover {
	font-size: 13px;
	color: #FF0;
	text-decoration: underline;
	
}

.pic {
	border: 1px solid #cccccc;
	padding: 3px;
	margin-right: 1px;
}
.pic a{
	border: 1px solid #cccccc;
	padding: 3px;
	margin-right: 1px;
	background-color: #FFF;
}
.pic a:hover{
	border: 1px solid #000000;
	padding: 3px;
	margin-right: 1px;
	background-color: #FFF;
}


#news_bar {
	width: 959px;
	height: 3px;
	float: none;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFF;
}



#canlender {
	width: 242px;
	padding-right: 6px;
	padding-left: 22px;
	clear: both;
	float: left;
}
#acts {
	width: 327px;
	padding-left: 70px;
	background-image: url(../images/act_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 25px;
}
#acts_1 {
	width: 299px;
	margin-bottom:8px;/*ADD*/
	overflow:hidden;
}
#acts_block{
	height: 165px;/*175-30-15*/
	width: 420px;
	overflow:auto;
}
.acts_header {
	font-size: 17px;
	color: #b99703;
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
}
.acts_t {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
.acts_t a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.acts_t a:hover {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	
}
.acts_line {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
}
.acts_date {
	font-size: 11px;
	color: #F90;
	text-decoration: none;
}

#main_2 {
	width: 959px;
	height: 267px;
	float: none;
	margin-left:auto;
	margin-right:auto;
	background-color: #bd0000;
}
#message {
	width: 513px;
	/*height: 303px;*/
	text-align: left;
	padding-right: 70px;
	padding-left: 19px;
	padding-bottom: 25px;
}
.message_t {
	font-size: 16px;
	color: #333;
}


#banners {
	width: 513px;
	/*height: 303px;*/
	text-align: center;
	padding-right: 70px;
	padding-left: 19px;
	background-image: url(../images/long_bar.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
}
.banners_t {
	font-size: 16px;
	color: #FFF;
}



#album {
	width: 513px;
	height: 236px;
	float: right;
	margin-left:auto;
	margin-right:auto;
	padding-right: 70px;
	padding-left: 19px;
}
.album_title {
	font-size: 18px;
	color: #fbed06;
	text-decoration: none;
	font-weight: bold;
}
.album_t {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
.album_t a {
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
}
.album_t a:hover {
	font-size: 13px;
	color: #FFF;
	text-decoration: underline;
	
}
.album_date {
	font-size: 11px;
	color: #fbed06;
	text-decoration: none;
}



#sitemap {
	width: 879px;
	float: none;
	margin-left:auto;
	margin-right:auto;
	padding-right: 60px;
	padding-left: 60px;
	padding-bottom: 5px;
	font-size: 11px;
	padding-top: 5px;
}
#sitemap_area {
	width: 899px;
	height:100%;
}
#sitemap a {
text-decoration: none;
}
.sitemap_title {
	font-size: 14px;
	color: #000;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	line-height: 21px;
}
.sitemap_title a {
	color: #000;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
}
.sitemap_title a:hover {
	color: #000;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: underline;
}
.sitemap_t {
	font-size: 13px;
	color: #858383;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	line-height: 18px;
	background-image: url(images/sitemap_dot.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
}
.sitemap_t a {
	font-size: 13px;
	color: #858383;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
}
.sitemap_t a:hover {
	font-size: 13px;
	color: #858383;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: underline;
}


#copyright_area {
	width: 869px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
}


#copyright {
	width: 100%;
	float: none;
	margin-left:auto;
	margin-right:auto;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #b18500;
	color: #FFF;
	font-size: 11px;
	padding-top: 20px;
	clear:both;
	background-image: url(../images/copyright_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 70px;
	text-align: center;
}
#copyright_right {
	width: 300px;
	float: right;
	text-align: right;
}
#copyright_mid {
	width: 500px;
	float: left;
	text-align: left;
}
#copyright_left {
	width: 285px;
	float: left;
}
.copyright_t {
	font-size: 13px;
	color: #fff;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
}
.copyright_t a {
	font-size: 13px;
	color: #fff;
	text-decoration: none;
}
.copyright_t a:hover {
	font-size: 13px;
	color: #f9eea9;
	text-decoration: underline;
}
.copyright_btn {
	font-size: 13px;
	color: #f9eea9;
	text-align: left;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	text-decoration: none;
	line-height: 18px;
}
.copyright_btn a {
	font-size: 13px;
	color: #f9eea9;
	text-align: left;
	text-decoration: none;
}
.copyright_btn a:hover {
	font-size: 13px;
	color: #FFF;
	text-align: left;
	text-decoration: underline;
}




#subpage_main {
	width: 999px;
	height:auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	min-height: 400px;
	margin-right: auto;
	margin-left: auto;
}

#submenu_block {
	width:180px;
	float:right;
	margin-right:15px;
}

#submenu {
	width: 199px;
	float: left;
	margin-left:auto;
	margin-right:auto;
}
.submenu_line {

	height: 3px;
}
.submenu_1 {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 5px;
	background-color: #7F5F03;
	width: 170px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-bottom:3px;/*I/O submenu_line*/
}
.submenu_1 a {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	padding-bottom: 5px;
}
.submenu_1 a:hover {
	color: #FFF;
	text-decoration: underline;
	
}
.submenu_1_selected {
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	padding-left: 10px;padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #815F03;
	font-weight: bold;
	margin-bottom:3px;/*I/O submenu_line*/
	background-image: url(../images/btn_1_selected.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 170px;
}
.submenu_1_selected a {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}
.submenu_1_selected a:hover {
	color: #fff;
	text-decoration: underline;
	
}
.submenu_2 {
	font-size: 16px;
	color: #666;
	text-decoration: none;
	padding-left: 25px;padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/btn_1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 150px;
	text-align: left;
	margin-top: 3px;
}
.submenu_2 a {
	font-size: 16px;
	color: #333;
	text-decoration: none;
}
.submenu_2 a:hover {
	color: #333;
	text-decoration: underline;
	
}
.submenu_2_selected {
	font-size: 16px;
	margin-top: 3px;
	color: #fff;
	text-decoration: none;
	padding-left: 25px;padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-weight: bold;
	background-image: url(../images/btn_1_selected.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 150px;
}
.submenu_2_selected a {
	font-size: 16px;
	/*color: #FFF;*/
	color: #fff;
	text-decoration: none;
}
.submenu_2_selected a:hover {
	/*color: #FFF;*/
	color: #fff;
	text-decoration: underline;	
}
.submenu_3 {
	font-size: 16px;
	color: #000;
	text-decoration: none;
	padding-left: 35px;padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #815F03;
	text-align: left;
	width: 140px;
}
.submenu_3 a {
	font-size: 16px;
	color: #000;
	text-decoration: none;
}
.submenu_3 a:hover {
	color: #000;
	text-decoration: underline;
	
}
.submenu_3_selected {
	font-size: 16px;
	color: #000;
	text-decoration: none;
	padding-left: 35px;padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #815F03;
	text-align: left;
	width: 140px;
}
.submenu_3_selected a {
	font-size: 16px;
	/*color: #000;*/
	color: #f36b1b;
	text-decoration: none;
}
.submenu_3_selected a:hover {
	/*color: #000;*/
	color: #f36b1b;
	text-decoration: underline;
	
}




#subpage_banner {
	width: 902px;
	margin-left:auto;
	margin-right:auto;
	height: 193px;
	padding-right: 48px;
	padding-left: 49px;
	background-image: url(images/subpage_banner_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 2px;
	padding-bottom: 2px;
}
#path {
	width: 739px;
	float: right;
	margin-left:10px;
	margin-right:32px;
	background-color: #dbd8c9;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 25px;
}
.path {
	font-size: 16px;
	color: #000;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.path a {
	font-size: 16px;
	color: #000;
	text-decoration: none;
}
.path a:hover {
	color: #000;
	text-decoration: underline;
	
}
.path_selected {
	font-size: 16px;
	color: #000;
	text-decoration: none;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.path_selected a {
	font-size: 16px;
	color: #000;
	text-decoration: none;
}
.path_selected a:hover {
	color: #000;
	text-decoration: underline;	
}


#content_title {
	width: 699px;
	font-size: 24px;
	font-weight:bold;
	/* font-size: 25px; */
	color: #00529b;
	text-decoration: none;
    margin-left: 268px;
	margin-right: 32px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content {
	position:relative;
	width: 699px;

	/*float: right;*/ /* louis */
	margin-left: 268px;
	margin-right: 32px;
	padding-top: 5px;
	padding-bottom: 5px;
	min-height:400px;
}
.content_t {
	font-size: 16px;
	color: #000;
	text-decoration: none;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.content_t a {
	font-size: 16px;
	color: #000;
	text-decoration: none;
}
.content_t a:hover {
	color: #000;
	text-decoration: underline;
	
}

.attachment_t {
	font-size: 16px;
	color: #666;
	text-decoration: none;
	background-image: url(images/download.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 0px;
	padding-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
.attachment_t a {
	color: #666;
	text-decoration: none;
}
.attachment_t a:hover {
	color: #666;
	text-decoration: underline;
}


#act_index_left {
	float: left;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
#act_index_right {
	float: right;
	width: 259px;
	margin-right: auto;
	margin-left: auto;
}
#act_inner {
	float: none;
	width: 659px;
	margin-right: auto;
	margin-left: auto;
}

.title {
	font-size: 16px;
	color: #000;
	line-height: 40px;
}
.subtitle {
	font-size: 16px;
	color: #000;
}
.photo {
	padding: 2px;
	border: 1px solid #CCC;
}
#question {
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 50px;
}
.question {
	font-size: 16px;
	line-height: 24px;
	color: #000;	
}
.question_hili {
	font-size: 19px;
	line-height: 30px;
	color: #000;
	font-weight: bold;
}
.question_hili_2 {
	font-size: 19px;
	line-height: 30px;
	color: #F90;
	font-weight: bold;
}

/***** DOWNLOAD Template *****/
/* 	Modify @2012.12, file in "plugins\subpage_attachment\style.css" 
	Sometime will change color,put here.
*/

.download_title_display{ 
/* set display:none; if not show here, OR del it to show*/
	display:block;
}
#download .download_date {
	font-size: 13px;
	color: #f58020;
	padding-top:3px;
}
/***** DOWNLOAD *****/

/***** structure Template *****/

#strucListName {
	margin:0;
	float:left;
	width:600px;
	text-align:left;
	margin-bottom:20px;
	/*min-height:600px;
	height:auto !important; /* fix for IE6 */
	/*height:600px;
	background-color:#e3e3e3;*/

}

#strucListName  .blockList {
	width:170px;
	margin:10px 10px;
	text-align:center;vertical-align:top;
	display:inline-block;
	/*overflow:hidden;*/
}

#strucListName  .blockList {
 *display:inline;/*Fix IE6/IE7 NOT support inline-block*/
}

#strucListName  .blockList a{
	color:#11708E;
	font-size:13px;
	text-decoration: none;
}

#strucListName  .blockList a:hover{
	color:#11708E;
	font-size:13px;
	text-decoration: underline;
}

#strucListName  .thumb_m {
	width: 170px; margin:10px auto;
	text-align:center;
}
#strucListName  .thumb_m img {
	height:100px;
	border: 1px solid #ccc;
	padding:4px 8px;
	border-bottom: 3px solid #CCC;
}

#test {
	font-family: Arial, "細明體";
	font-size: 15px;
	line-height: 21px;
	color: #666;
	width: 100%;
	margin-bottom: 20px;
}
.txt_box {
	font-family: Arial, "細明體";
	font-size: 12px;
	color: #000;
	text-decoration: none;
	height: 22px;
	line-height: 20px;
	width: 80%;
	background-color: #FFF;
	border: 1px solid #CCC;
}
#result {
}
#result_1 {
	float: left;
	width: 250px;
}
#result_2 {
	float: right;
	width: 350px;
}
.table {
	border: 1px solid #ccc;
}

/* another part as popup,Moved to <style> @structure_show.php || 
#div_stru {  } */

/***** END structure *****/

/***** Q18/.. *****/
#result_score {
	width: 350px;
	border: 1px solid #FC0;
	background-color: #FFFFF4;
	padding: 6px;
	margin: 1px;
}
.result_title{
	font-size: 24px;
	font-weight: bold;
	color: #C00;
	text-decoration: none;
}
.result_t{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.result_c{
	color: #5c5c5c;
	text-decoration: none;
}
.result_ab{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	padding-left: 33px;
}
.grey_s {
	font-size: 12px;
	color: #066;
	text-decoration: none;
}