/* @override http://localhost/~Stomvi/meet-taiwan/html/css/mt.css */

body{
	margin: 0;
	padding: 0;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* @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: 450px;
	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: 1px solid #999;
	height: 18px;
	width: 100px;
}

.text_input{
	border: 1px solid #999;
	height: 18px;
	width: 180px;
}

.long_text_input{
	border: none;
	height: 16px;
	padding: 5px 5px;
	width: 270px;
	background: #fff url(images/long_text_input_bg.jpg) no-repeat;
}

.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: 10;
}

/* @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;
}

#languages_list li{
	float: none;
	color: #0066cc;
	text-align: center;
	font-size: 10px;
	padding: 5px 0;
	width: 92px;
	cursor: pointer;
}

/* @end */

/* @group login */

#login_block{
	position: absolute;
	z-index: 20;
	border: 1px solid #ccc;
	padding: 10px;
	background: #fff;
}

#login_table{
	border-collapse: collapse;
	width: 140px;
}

#login_table th{
	width: 100px;
}

#login_button{
	background: none;
}

/* @end */

/* @end */

/* @group container */

#container{
	width: 860px;
	margin: auto;
	position: relative;
	background: url(images/container_bg.jpg) 0 100% repeat-y;
	padding: 0 20px 10px 20px;
}

#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{
	width: 860px;
       	position: relative;
	z-index: 5;
}

#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_01{
	width: 124px;
	height: 52px;
}

#menu_01 a{
	background: url(images/menu_01.png) no-repeat;
	width: 124px;
	height: 52px;
	behavior: url(iepngfix.htc);
}

#menu_01 a.current{
	background: url(images/menu_01_on.png);
}

#menu_02{
	width: 108px;
	height: 52px;
}

#menu_02 a{
	background: url(images/menu_02.png) no-repeat;
	width: 108px;
	height: 52px;
	behavior: url(iepngfix.htc);
}

#menu_02 a.current{
	background: url(images/menu_02_on.png) no-repeat;
}

#menu_03{
	width: 97px;
	height: 52px;
}

#menu_03 a{
	background: url(images/menu_03.png) no-repeat;
	width: 97px;
	height: 52px;
	behavior: url(iepngfix.htc);
}

#menu_03 a.current{
	background: url(images/menu_03_on.png) no-repeat;
}

.drop_panel{
	position: absolute;
	left: 0;
	top: 52px;
	width: 400px;
	display: none;
}

.drop_panel ul{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

.drop_panel li{
	padding: 8px 18px;
	background: url(images/drop_menu_bg.png) no-repeat;
	border-bottom: 1px solid #ccc;
}

.drop_panel li a{
	color: #333;
}

.drop_panel li a:hover{
	text-decoration: underline;
	color: #f25d10;
}


/* @end */

#content{
	width: 860px;
	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/submenu_arrow.jpg) 0 10px no-repeat;
	padding: 8px 0 8px 15px;
	line-height: 18px;
}

#submenu ul li a:hover{
	color: #f25d10;
	text-decoration: underline;
}

#quick_links{
	width: 175px;
	padding: 0 0 9px 0;
	background: url(images/quick_link_bottom_border.jpg) 0 100% no-repeat;
	margin-bottom: 20px;
	height: 300px;
}

#quick_links .list_container{
	width: 175px;
	padding: 15px 0;
}

#quick_links h3{
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#quick_links ul{
	margin: 0 0 0 15px;
	padding: 0;
	width: 150px;
	list-style: none;
}

#quick_links ul li{
	line-height: 22px;
}

#quick_links ul li a{
	color: #fff;
	background: url(images/link_bullet.gif) 0 3px no-repeat;
	padding: 0 0 0 12px;
}

#quick_links ul li a:hover{
	color: #f25d10;
	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_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;
}

.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 .info .title{
	float: left;
	width: 220px;
	font-size: 13px;
	font-weight: bold;
}

.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: 560px;
}

.search_result ul{
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.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 0 15px 0;
	margin: 0 30px 10px 30px;
	border-bottom: 1px solid #999;
}

#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-right: 10px;
}

#news_container .main_news.no_image{
	width: 570px;
}

#main.index #news_container .main_news{
	width: 430px;
	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: 620px;
	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;
}

/* @end */

/* @group main */

#main{
	float: left;
	padding: 0px 15px 0 15px;
	color: #333;
	line-height: 20px;
	width: 630px;
}

#main.index{
	width: 800px;
	padding: 20px 30px 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;
	padding: 10px 0 10px 10px;
	font-weight: normal;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #f5f5f5;
}

#rfp{
	position: absolute;
	top: 20px;
	right: 30px;
}

#main .sitemap_block h2{
	margin: 0;
}

#main h3.error{
	color: red;
}

h3{
	font-size: 13px;
	color: #000;
	margin: 20px 0 0 0;
}

#main .sitemap_block h3{
	margin: 5px 0;
}

#main h4{
	font-size: 12px;
	color: #004a8f;
	margin: 0;
	padding: 0;
}

#main .sitemap_block h5{
	margin: 3px 0;
	font-size: 11px;
}

#main p{
	margin: 2px 0 10px 0;
}

#main img.chart{
	margin: 10px 0;
}

#main .rss_button{
	position: absolute;
	right: 10px;
}

#main ol{
	list-style: none;
	margin: 2px 0 10px 0;
	padding: 0;
}

#main ol li{
	margin: 0 0 5px 0;
	padding: 0 0 0 13px;
}

#main ol ul{
	margin: 0;
	padding: 0 0 0 36px;
	list-style: disc;
}

#main ol ul li{
	margin: 0;
	padding: 0;
}

#main ul.post_list{
	margin: 0;
	padding: 10px 0 0 10px;
	list-style: none;
	width: 290px;
	line-height: 16px;
}

#main ul.post_list li{
	margin-bottom: 3px;
	padding: 0 0 5px 0;
}

#main #rss_container{
	width: 395px;
	float: left;
	padding-right: 25px;
}

#rss_container h3{
	position: relative;
	background: url(images/dot_gray.gif) 0 100% repeat-x;
	width: 395px;
	margin: 20px 0 10px 0;
	padding: 5px 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: 180px;
	float: left;
}

#rss_intro ul{
	margin: 2px 0 10px 0;
	padding: 0 0 0 25px;
}

#path{
	margin: 0;
	padding: 6px 0;
	color: #666;
	font-size: 11px;
	list-style: none;
	text-align: right;
}

#path a{
	color: #0066cc;
}

#path a:hover{
	color: #f25d10;
}

.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: center;
	padding: 10px;
}

.search_table{
	border-collapse: collapse;
	width: 570px;
	border: 1px solid #999;
}

.search_table th{
	text-align: right;
	width: 120px;
	padding: 5px 10px 8px 10px;
	border-right: 1px solid #ccc;
	background: #eee url(images/dot_light.gif) 0 100% repeat-x;
}

.search_table td{
	padding: 5px 10px 8px 10px;
	background: url(images/dot_light.gif) 0 100% repeat-x;
}

.members_table{
	border-collapse: collapse;
	width: 570px;
	margin: 0px 13px;
	border: 1px solid #888;
}

.members_table th{
	text-align: right;
	width: 80px;
	padding: 5px 10px 8px 10px;
	border-right: 1px solid #ccc;
	background: url(images/table_th_bg.jpg) repeat-x;
	border-bottom: 1px dotted #ccc;
}

.members_table td{
	padding: 5px 10px 8px 10px;
	border-bottom: 1px dotted #ccc;
}

.members_table thead td{
	background: #666;
	color: #fff;
	font-size: 14px;
	border-bottom: 2px solid #93dc06;
}

.members_table th em{
	color: red;
	font-style: normal;
}

.members_table td em{
	color: #55a2d3;
	font-style: normal;
}

.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;
}

.thumb a{
	border: 1px solid #ccc;
	display: block;
	width: 130px;
	height: 150px;
}

.thumb a:hover{
	border: 1px solid #55a2d3;
}

.thumb img{
	float: left;
}

.sitemap_block{
	float: left;
	border: 1px solid #ccc;
	width: 230px;
	height: 520px;
	margin: 0 20px 20px 0;
	padding: 20px;
}

.sitemap_block ul{
	padding: 0 0 0 22px;
	margin: 0;
}

#position{
	width: 400px;
}

#interests{
	width: 300px;
}

.remind{
	width: 400px;
}

#tabs{
	list-style: none;
	margin: 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;
}

#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: 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 */





