/* @override 
	http://localhost/~Stomvi/meet-taiwan/html/css/mt.css
	http://10.0.1.2/~Stomvi/meet-taiwan/html_new/css/mt.css
	http://220.128.210.101/css/mt_zh_TW.css
*/ /* @group general */
.clear {
	overflow: hidden;
	width: 0;
	height: 0;
	clear: both;
}

img {
	vertical-align: bottom;
}

a img {
	border: none;
}

a {
	text-decoration: none;
	color: #359dfe;
}

a:hover {
	color: #f25d10;
	text-decoration: underline;
}

.textarea {
	width: 440px;
	height: 100px;
	margin: 0;
	padding: 0;
	border: 1px solid #999;
}

.tiny_text_input {
	border: 1px solid #999;
	height: 18px;
	width: 60px;
}

.short_text_input {
	border: none;
	height: 20px;
	padding: 0 3px 0;
	margin-top:2px;
	margin-top:5px \9;
	width: 88px;
	background: none;
	position: relative;
	z-index: 1;
	margin-right: 8px;
}

.text_input {
	border: none;
	height: 20px;
	padding: 0 3px 0;
	margin-top:2px;
	margin-top:5px \9;
	width: 168px;
	background: none;
	position: relative;
	z-index: 1;
	margin-right: 8px;
}

.long_text_input {
	border: none;
	height: 20px;
	padding: 0 3px 0;
	margin-top:2px;
	margin-top:5px \9;
	width: 268px;
	background: none;
	position: relative;
	z-index: 1;
	margin-right: 8px;
}

.short_box_container {
	height: 26px;
	width: 100px;
	margin-top:3px;
	background: #fff url(images/short_text_input_bg.jpg) no-repeat;
	position: absolute;
	z-index: 0;
}

.box_container {
	height: 26px;
	width: 180px;
	margin-top:3px;
	background: #fff url(images/text_input_bg.jpg) no-repeat;
	position: absolute;
	z-index: 0;
}

.long_box_container {
	height: 26px;
	width: 280px;
	margin-top:3px;
	background: #fff url(images/long_text_input_bg.jpg) no-repeat;
	position: absolute;
	z-index: 0;
}

.date {
	color: #666;
	font-size: 11px;
}

.more_option_button {
	margin: 0 10px;
}

/* @end */ /* @group header */
#header { /**	width: 860px;
	position: relative;
	height: 35px;
	margin: auto;
	z-index: 100;*/
	
}

/* @group functions */
#functions {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	right: 125px;
	font-size: 11px;
	color: #666;
	background: url(images/dot_gray.gif) 100% repeat-y;
}

#functions li {
	float: left;
	padding: 0 20px 0 0;
	height: 16px;
	line-height: 16px;
}

#functions li a {
	display: block;
	font-size: 11px;
}

#functions li a.login {
	background: url(images/user.gif) no-repeat;
	padding: 2px 0 0 20px;
}

#functions li a.epaper {
	background: url(images/mail.gif) no-repeat;
	padding: 2px 0 0 22px;
}

/* @end */ /* @group language */
#language_selector {
	background: url(images/language_selector.jpg) no-repeat;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 10px;
	height: 17px;
	width: 113px;
	color: #359dfe;
	font-size: 10px;
	text-align: center;
}

#language_selector .current {
	width: 92px;
	height: 11px;
	padding: 2px 0;
}

#languages_list {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
	width: 110px;
	margin: 0;
	padding: 2px 0;
	list-style: none;
	position: absolute;
	top: 17px;
	left: 0px;
	display: none;
}

#languages_list li {
	float: none;
	color: #0066cc;
	text-align: center;
	font-size: 10px;
	padding: 5px 0;
	width: 92px;
	cursor: pointer;
}

/* @end */ /* @group login */
#mask {
	background: #000;
	width: 600px;
	height: 500px;
	position: absolute;
	z-index: 110;
	border: 1px solid;
	display: none;
}

#login_panel {
	position: absolute;
	z-index: 120;
	top: 34px;
	border: 1px solid #93dc06;
	background: #fff;
	width: 210px;
	height: 110px;
	padding: 10px 5px 0 10px;
}

#login_table {
	border-collapse: collapse;
	width: 140px;
}

#login_table th {
	width: 100px;
}

#login_button {
	background: none;
}

/* @end */ /* @end */ /* @group container */
#container.index {
	padding: 0 20px 30px 20px;
}

#container .top_border {
/**	width: 900px;
	height: 40px;
	background: url(images/container_top_border.jpg) no-repeat;
	position: absolute;
	top: -20px;
	left: 0;*/
}

#container .bottom_border {
	width: 900px;
	margin: auto;
	height: 120px;
	background: url(images/container_bottom_border.jpg) no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

#footer_link { /**width: 250px;
	height: 80px;*/
	
}

#footer_link a { /**	width: 250px;
	height: 80px;
	display: block;*/
	
}

/* @end */ /* @group banner */
#banner_container {
	
}

#banner_shadow {
	width: 860px;
	height: 50px;
	background: url(images/banner_shadow.jpg) no-repeat;
	position: absolute;
	top: 525px;
	z-index: 10;
}

#logo {
/**	width: 275px;
	height: 250px;
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 10;*/
}

#logo img {
/**	behavior: url(/iepngfix.htc);*/
}

/* @end */ /* @group menu */
#menu {
	margin: 0;
	padding: 0;
	position: absolute;
	list-style: none;
	top: 0;
	left: 240px;
	z-index: 50;
}

#menu li {
	float: left;
	position: relative;
}

#menu li a {
	display: block;
}

#menu li img {
	behavior: url(/iepngfix.htc);
}

#menu li li {
	float: none;
}

#menu_02 {
	width: 124px;
	height: 52px;
}

#menu_02 a {
	background: url(images/S001_01_zh_TW.png) no-repeat;
	width: 124px;
	height: 52px;
	behavior: url(/iepngfix.htc);
}

#menu_02 a.current {
	background: url(images/S001_01_zh_TW_on.png);
}

#menu_03 {
	width: 108px;
	height: 52px;
}

#menu_03 a {
	background: url(images/S001_02_zh_TW.png) no-repeat;
	width: 108px;
	height: 52px;
	behavior: url(/iepngfix.htc);
}

#menu_03 a.current {
	background: url(images/S001_01_zh_TW_on.png) no-repeat;
}

#menu_04 {
	width: 97px;
	height: 52px;
}

#menu_04 a {
	background: url(images/S001_03_zh_TW.png) no-repeat;
	width: 97px;
	height: 52px;
	behavior: url(/iepngfix.htc);
}

#menu_04 a.current {
	background: url(images/S001_03_zh_TW_on.png) no-repeat;
}

/* @end */
#content {
	width: 938px;
	position: relative;
	z-index: 10;
}

#content.shadow {
	background: url(images/banner_shadow.jpg) no-repeat;
}

/* @group side_bar */
#side_bar {
/**	width: 190px;
	padding: 0 0 0 10px;
	float: left;
	background: url(images/side_bar_bg.jpg) no-repeat;*/
}

#side_bar.index {
	width: 180px;
	padding: 30px 0 0 20px;
	float: left;
}

#submenu { /**padding: 0 0 0 5px;
	margin: 20px 0;
	width: 185px;*/
	
}

#submenu ul { /**	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;*/
	
}

#submenu ul li { /**	width: 160px;
	background: url(images/submenu_dotted.gif) 0 100% repeat-x;
*/
	
}

#submenu ul li a { /**color: #0066cc;
	display: block;
	background: url(images/arrow_right.gif) 0 11px no-repeat;
	padding: 8px 0 8px 15px;
	line-height: 18px;*/
	
}

#submenu ul li a:hover { /**	color: #f25d10;
	text-decoration: underline;*/
	
}

#quick_links {
	width: 175px;
	margin-bottom: 20px;
	position: relative;
}

#quick_links .title {
	cursor: pointer;
}

#quick_links .title img {
	behavior: url(/iepngfix.htc);
}

#quick_links .list_container {
	width: 175px;
	padding: 10px 0 20px 0;
	position: relative;
	z-index: 2;
}

#quick_links .bg {
	position: absolute;
	top: 24px;
	left: 0;
	width: 175px;
	z-index: 1;
	overflow: hidden;
}

#quick_links .bg img {
	position: absolute;
	left: 0;
	bottom: 0;
	behavior: url(/iepngfix.htc);
}

#quick_links ul {
	margin: 0 0 0 15px;
	padding: 0;
	width: 150px;
	list-style: none;
}

#quick_links ul li {
	line-height: 18px;
	padding: 0 0 8px 0;
}

#quick_links ul li a {
	color: #fff;
	background: url(images/link_bullet.gif) 0 6px no-repeat;
	padding: 0 0 0 12px;
	display: block;
	height: auto;
}

#quick_links ul li a:hover {
	text-decoration: underline;
}

/* @end */ /* @group footer */
#footer { /**	width: 900px;
	margin: auto;
	height: 50px;
	position: relative;
	z-index: 10;*/
	
}

#bottom_menu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 50px;
}

#bottom_menu li {
	float: left;
	padding: 0 8px;
	border-right: 1px solid #999;
}

#bottom_menu li a {
	color: #55a2d3;
}

#bottom_menu li a:hover {
	color: #333;
	text-decoration: underline;
}

address {
	position: absolute;
	left: 460px;
	top: -10px;
}

/* @end */ /* @group epaper */
#epaper_subscriber {
	border-bottom: 1px solid #999;
	padding: 0 0 20px 0;
	margin: 0 30px;
}

#epaper_subscriber .long_text_input {
	margin: 0 0 5px 0;
}

/* @end */ /* @group search result */
.search_table {
	border-collapse: collapse;
	width: 570px;
	border: 1px solid #999;
	height: 18px;
}

.search_table th {
	width: 120px;
	height: 18px;
	overflow: hidden;
	padding: 3px 8px;
	border-right: 1px solid #ccc;
}

.search_table tbody th {
	text-align: right;
	background: url(images/cell_bg.gif) repeat-x;
	border-top: 1px dotted #ccc;
}

.search_table thead th {
	text-align: left;
	color: #fff;
	background: #666;
}

.calendar thead th {
	background: #666 url(images/calendar_icon.gif) 545px 6px no-repeat;
}

.search_table td {
	padding: 3px 8px;
	height: 18px;
	background: url(images/cell_bg.gif) repeat-x;
	border-top: 1px dotted #ccc;
}

#search_result_container {
	margin: 0 30px 50px 30px;
	position: relative;
}

#search_result_container h3 a {
	color: #004a8f;
}

#search_result_container h3 a:hover {
	color: #333;
	text-decoration: underline;
}

#search_result_container em {
	font-weight: bold;
}

#result_info {
	text-align: right;
}

.search_result {
	padding: 10px 0;
	position: relative;
	border-bottom: 1px dotted #999;
	width: 570px;
}

.search_result .image {
	float: left;
	margin-right: 10px;
	border: 1px solid #ccc;
	padding: 1px;
	margin-top: 5px;
}

.search_result .info {
	float: left;
	width: 440px;
	font-size: 11px;
}

.search_result .intro {
	line-height: 18px;
}

.search_result .title {
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 0 15px;
	background: url(images/result_bullet.gif) 0 6px no-repeat;
}

.two_buttons .title {
	padding-right: 180px;
}

.one_button .title {
	padding-right: 100px;
}

.search_result .title a {
	color: #004a8f;
}

.search_result .title a:hover {
	color: #f25d10;
}

.links .title {
	float: left;
	width: 220px;
	background: none;
	padding: 0;
}

.media .title {
	background: none;
	padding: 0;
}

.search_result .info .link {
	float: left;
	width: 200px;
	padding: 0 0 0 20px;
	background: url(images/link_icon.gif) 0 3px no-repeat;
}

.search_result .info .link a {
	word-wrap: break-word;
}

#tab_content .search_result {
	width: 525px;
}

.search_result ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	font: 13px/ 29px Arial,"新細明體", Helvetica, sans-serif
}

.search_result ul.dot_list {
	list-style: disk;
	padding: 0 0 0 25px;
}

.search_result h3 .date {
	padding: 0 0 0 10px;
	font-weight: normal;
}

.search_result .brief {
	padding: 0 15px;
}

ul.indent_three li {
	text-indent: -3em;
	padding: 0 0 0 3em;
}

ul.indent_four li {
	text-indent: -4em;
	padding: 0 0 0 4em;
}

ul.indent_five li {
	text-indent: -5em;
	padding: 0 0 0 5em;
}

.buttons {
	position: absolute;
	top: 10px;
	right: 0;
}

/* @end */ /* @group news container */
.more_button {
	border-top: 1px solid #999;
	text-align: right;
	padding: 5px 15px 0 0;
	background: url(images/more_arrow.jpg) 100% 8px no-repeat;
}

#news_container {
	width: 570px;
	padding: 0;
	margin: 0 30px 0 30px;
}

#main.index #news_container {
	width: 620px;
	padding: 0 0 15px 0;
	margin: 0 0 10px 0;
	border: none;
}

#news_container .main_news {
	width: 280px;
	float: left;
	padding: 10px 0 0 0;
	margin: 0 10px 10px 0;
}

#news_container .main_news.no_image {
	width: 570px;
	margin: 0;
}

#main.index #news_container .main_news {
	width: 400px;
	float: left;
	padding: 10px 0 0 0;
	margin: 0;
}

#news_container .news_thumb {
	width: 142px;
	height: 116px;
	float: left;
	padding: 15px 20px 0 20px;
	background: url(images/thumb_border.jpg) 16px 11px no-repeat;
}

#main.index #news_container h3 {
	margin: 0;
}

#news_container .main_news .news_title a {
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 5px;
}

#news_container .main_news .news_title a:hover {
	color: #004a8f;
	text-decoration: underline;
}

#news_container .main_news .news_content {
	color: #666;
	line-height: 18px;
}

#news_container .main_news .news_date {
	color: #666;
	font-size: 11px;
	padding: 5px 0;
}

#news_container .main_news .more_button {
	float: right;
}

#news_container .main_news .more_button a {
	color: #004a8f;
	text-decoration: underline;
}

#news_container .main_news .more_button a:hover {
	color: #333;
}

#news_container .news_image {
	float: left;
}

#news_container .news_list {
	float: left;
	padding: 0 0 0 15px;
	border-left: 1px solid #ccc;
}

#news_content p {
	padding: 0;
}

#news_content .news_image {
	float: left;
	margin: 10px 20px 10px 0;
}

.downloads ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.downloads li {
	height: 25px;
}

.downloads ul a {
	display: block;
	height: 20px;
	padding: 1px 0 4px 25px;
	background: url(images/file.gif) no-repeat;
}

#informations {
	width: 570px;
	margin: 0 30px;
}

#informations .main_info {
	width: 270px;
	float: left;
	padding: 10px 15px 0 0;
}

#informations .info_list {
	float: left;
	line-height: 16px;
	padding: 0 0 0 10px;
	border-left: 1px solid #ccc;
	width: 270px;
}

#informations .main_info .more_button {
	float: right;
}

#news_content {
	margin: 0 30px;
}

#news_content .news_article {
	border-bottom: 1px solid #999;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
}

/* @end */ /* @group main */
#basic_container {
	margin: 0 30px;
}

h1 {
	color: #004a8f;
	font-size: 16px;
	margin: 0;
	padding: 10px 0 10px 10px;
	background: #eee;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}

h2 {
	font-size: 18px;
	position: relative;
	color: #6c327e;
	margin: 0 0 20px 0;
	padding: 10px 0 10px 10px;
	font-weight: normal;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #f5f5f5;
}

h2.new {
	font-size: 16px;
	color: #6c327e;
	margin: 0 0 10px 0;
	padding: 5px 0;
	font-weight: normal;
	border: none;
	background: none;
}

#main.index h2 {
	margin: 0;
}

#rfp {
	position: absolute;
	top: 20px;
	right: 30px;
}

#rss_container h3 {
	position: relative;
	background: url(images/dot_gray.gif) 0 100% repeat-x;
	width: 395px;
	margin: 20px 0 10px 0;
	padding: 8px 0;
}

#rss_container h2 .rss_button {
	position: absolute;
	top: 8px;
	right: 5px;
}

#rss_container h2 .rss_button img {
	float: left;
	margin: 0;
}

#main #rss_intro {
	width: 140px;
	float: left;
}

#rss_intro ul {
	margin: 2px 0 10px 0;
	padding: 0 0 0 25px;
}

.pager {
	margin: 5px 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.pager li {
	display: inline;
	padding: 0 3px 5px 3px;
	text-align: center;
	color: #333;
}

.pager li.current {
	background: url(images/pager_arrow.gif) 4px 100% no-repeat;
	font-weight: bold;
}

.pager li a {
	color: #004a8f;
}

.pager li a:hover {
	color: #f25d10;
	text-decoration: underline;
}

.submit {
	text-align: right;
	padding: 10px 0;
}

.button_container {
	text-align: center;
}

.members_table_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.members_table_list li {
	float: left;
	width: 100px;
}

.video_info {
	height: 60px;
}

.thumb {
	float: left;
	width: 130px;
	margin-right: 10px;
}

.media .thumb {
	width: 110px;
}

.thumb a {
	border: 1px solid #ccc;
	display: block;
	width: 130px;
	height: 150px;
}

.media .thumb a {
	height: 60px;
	width: 105px;
}

.thumb a:hover {
	border: 1px solid #55a2d3;
}

.thumb img {
	float: left;
}

#position {
	width: 400px;
}

#interests {
	width: 300px;
}

.remind {
	width: 400px;
}

#tabs {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	height: 30px;
	overflow: hidden;
	position: relative;
	top: 1px;
	z-index: 10;
}

#tabs li {
	float: left;
	margin-right: 5px;
}

#tabs li a {
	display: block;
	color: #fff;
	width: 100px;
	height: 20px;
	padding: 5px 0 5px 0;
	text-align: center;
	background: #004a8f;
}

#tabs li a:hover {
	color: #fff;
	background: #55a2d3;
}

#tab_content {
	border: 1px solid #999;
	padding: 50px 20px 20px 20px;
	position: relative;
	width: 528px;
}

#tab_content .downloads_categories {
	position: absolute;
	right: 20px;
	top: 20px;
}

#tabs li.current a {
	color: #004a8f;
	background: #fff;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

#search_form_container {
	border-bottom: 1px solid #999;
	padding: 0 0 20px 0;
	margin: 20px 30px 0 30px;
}

#info_container {
	
}

#info_container h3 {
	margin: 0;
}

#exhibition_info {
	width: 395px;
	margin-right: 10px;
	float: left;
}

#travel_info {
	width: 395px;
	float: left;
}

/* @end */ /* @group co tree */
#category_container {
	margin-top: 10px;
}

.category {
	border: 1px solid #999;
	margin-bottom: 1px;
	width: 568px;
	background: url(images/cell_bg.gif) repeat-x;
}

.category .title {
	padding: 5px 8px 5px 27px;
	color: #024b8e;
	cursor: pointer;
	background: url(images/arrow_right.gif) 12px 10px no-repeat;
	border-bottom: 1px solid #93dc06;
	margin-bottom: 1px;
	font-weight: bold;
}

.category .title.opend {
	background: url(images/arrow_down.gif) 10px 12px no-repeat;
}

.category .items {
	border-top: 1px solid #999;
}

.category .first_col,.category .second_col {
	width: 280px;
	float: left;
	padding: 10px 0 15px 0;
}

.category ul {
	list-style: none;
	margin: 0 0 10px 1em;
	padding: 0;
}

.category ul li {
	background: url(images/arrow.gif) 0 8px no-repeat;
	padding: 0 0 0 1em;
	margin-bottom: 10px;
}

.category ul li a {
	font:13px/29px  Arial,"新細明體", Helvetica, sans-serif;
	color: #666;
	font-weight: bold;
}

.category ul li a:hover {
	color: #f25d10;
}

.category ul ul {
	margin: 0;
}

.category ul ul li {
	background: url(images/corner.gif) 0 7px no-repeat;
	margin: 0;
}

.category ul ul li a {
	color: #0066cc;
	font-weight: normal;
}

.category ul ul li a:hover {
	color: #f25d10;
}

/* @end */ /* @group sitemap */
#sitemap_container {
	margin: 0 30px;
}

.sitemap_block {
	float: left;
	border: 1px solid #999;
	width: 260px;
	margin: 0 15px 15px 0;
	overflow: hidden;
}

.sitemap_block .title {
	border-bottom: 1px solid #93dc06;
	padding: 5px 8px 5px 10px;
	margin-bottom: 1px;
	background: url(images/cell_bg.gif) repeat-x;
	color: #024b8e;
	font-weight: bold;
}

.sitemap_block .items {
	border-top: 1px solid #999;
	padding: 10px 0;
}

.sitemap_block ul {
	list-style: none;
	margin: 0 0 10px 1em;
	padding: 0;
}

.sitemap_block ul li {
	background: url(images/arrow_s.gif) 0 8px no-repeat;
	padding: 0 0 3px 1em;
}

.sitemap_block ul li a {
	color: #666;
	font-weight: bold;
}

.sitemap_block ul li a:hover {
	color: #f25d10;
}

.sitemap_block ul ul {
	margin: 0;
}

.sitemap_block ul ul li {
	background: url(images/corner_s.gif) 0 7px no-repeat;
	margin: 0;
	padding: 0 0 0 1em;
}

.sitemap_block ul ul li a {
	color: #666;
	font-weight: normal;
}

.sitemap_block ul ul li a:hover {
	color: #f25d10;
}

/* @end */ /* @group members */
.members_table {
	border-collapse: collapse;
	width: 570px;
	margin: 0;
	border: 1px solid #888;
}

.members_table th {
	text-align: right;
	width: 80px;
	border-right: 1px solid #ccc;
	background: url(images/cell_bg.gif) repeat-x;
	border-bottom: 1px dotted #ccc;
}

.members_table tr {
	height: 28px;
}
.members_table td {
	height: 28px;
}
.members_table th.title {
	width: auto;
}

.members_table td {
	padding: 5px 10px 8px 10px;
	border-bottom: 1px dotted #ccc;
}

.members_table thead th {
	background: #666;
	color: #fff;
	text-align: left;
	padding: 3px 8px;
}

.members_table tbody th {
	padding: 3px 8px;
}

.members_table th em {
	color: red;
	font-style: normal;
}

.members_table td em {
	color: #55a2d3;
	font-style: normal;
}

.trigger {
	position: absolute;
	left: 750px;
	border: 0px;
}

.trigger1 {
	position: absolute;
	left: 850px;
	border: 0px;
	top: 180px;
}
/* @end */
