@charset "utf-8";
/* CSS Document */

*	{
	font-family: Arial, Helvetica, sans-serif;	
	margin: 0;
	padding: 0;
	}

html {
     overflow: -moz-scrollbars-vertical;
	 }

body	{	
	background-color: #FFF; 
	font-size: 16px; 
	}

img	{	border: none;	}


/* 最外層置中容器 for IE & FF */
html>body #news_container	{
	width: 900px;
	margin: 0 auto;
	}
/* 最外層置中容器 for IE6 only */	
* html #news_container {
	background-color: #FFF;
	position: relative;
	width: 900px;
	left: 50%;
	margin-left: -450px;
	}	

#level0	{
	background-color: #F9F9F9;
	border: 1px solid #AAA;
	border-top: none;
	width: 900px;
	margin: 0 auto;
	}

/*第二層容器,版面置中用*/
#level1	{	
	width: 900px; 
	background-color: #F9F9F9;
	position: relative;
	left: 50%;
	margin-left: -450px;
	*left: 25%;
}

#level1-1	{
	width: inherit;
	background-color: #0066FF;
	background: url(images/index3_bg_level1.gif) repeat-x; 	/* 大背景 高80px  */
	height: 80px;
}	

/* LOGO與工具列	*/
#top	{
		background-color: #CC3399;
		width: 350px;
		height: 80px;	
		float: left;	
		}

div#tools	{	
	background-color: #FFF; 
	background-repeat: repeat-x;
}

* html div#tools	{	float: left; width: 470px;	}		/*		死ie6用的		*/

/*		右上角功能選項		*/
#bar	{			background: url(images/index3_about_09.gif) repeat-x; margin:0; padding: 0;		}

#bar img	{		border: 0;		}

#bar table		{	border: 0;		}

/*	=checkuser	註冊│登入	*/
*html #checkuser	{
	background: url(../images/index3_about_11.gif) repeat-x;
	height: 24px;
	margin: 3px 0 -5px 8px;
	}
	
html>body #checkuser	{
	/*background: #FFF url(../images/index3_about_11.gif) repeat-x;*/
	height: 24px;
	position: relative;
	margin: 1px 0 -3px 358px;
	}	
	
/*
#msg	{
	background-color: #FFF;
	position: relative;
	width: 900px;
	left: 50%;
	margin-left: -450px;
	text-align: center;
	}*/
	
/*	=msg 公告內文	*/
#msg	{
	background-color: #FFFFF;
	position: relative;
	width: 900px;
	text-align: center;
	}

* html #msg	{	
	padding:0;
	}

/*	2008/07/25 小杰寫的折合式表格 Ben新增樣式 ---------------------------------	*/

/*	超連結	*/
#msg #newstb a:link, #msg #newstb a:visited	{
	text-decoration: underline;
	color: navy;
	}
/*	超連結 移上	*/	
#msg #newstb a:hover, #msg #newstb a:active {
	text-decoration: none;
	color: Crimson;
	}
#msg #newstb	{
	margin: 20px auto;
	text-align: center;
	width: 860px;
	}
/*	公告的日期	*/
body#news #level0 #msg #newstb td.pstDate	{
	width: 90px;
	height: 28px;
	color: #595959 !important;
	font-size: 15px !important;
	font-weight: bold;
	}
/*	公告的內容	*/	
#msg #newstb td.con {
	background-color: #FFFFFF;
	border: 1px dotted #CCCCCC;
	padding: 0.5em 1em;
	}	
#msg #newstb tr td	{
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	line-height: 1.75em;
	text-align: left;
	}
/*	End of 「新」最新消息 樣式表 edited by Ben	-------------------------------*/
	

#msg table tr td	{	
	font-size: 13px !important; 
	font-family: Arial, Helvetica, sans-serif !important; 
	line-height: 2em;			
	}

#msg #titlestyle, #msg .style2		{	
	color: #0066CC;		
	}

/*	=bw	匯率展示橫列	*/
.bw	{
	background-color: #333;
	color: #FFF;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2;
	text-align: center;
	}	

/*	特別突顯之文字	*/
span.toku	{	
	color: #FF0000 !important;
	color: #993366;
	}
	
hr	{	padding: 1em 0;	}

/*	=h3		*/
h3	{
	font-family: "微軟正黑體","新細明體",Arial, Helvetica, sans-serif;	
	line-height: 1.5;
	}

/*	------------------------------------------ 08年05月19日後新增 By Ben ----------------------------------------	*/

/*	=footer	頁尾版權聲明	*/
#footer	{
	font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #00487D;
	border-top: 1px solid #666;
	color: #BFE4FF;
	clear: both;
	height: 26px;
	padding-top: 0.75em;
	text-align: center;
	}

/*	=h2	每則公告之抬頭	*/	
.TabbedPanelsContent h2	{
	border-bottom: 1px dotted #666;
	color: #003399;
	font-family: 微軟正黑體, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	padding-bottom: 0.5em;
	padding-top: 1.5em;
	}
	
.TabbedPanelsContent p	{
	/*border-bottom: 2px groove;*/
	color: #494949;
	font-family: /*微軟正黑體,*/ Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	padding-top: 0.5em;
	text-align: left;
	}

/*	------------------------------------------ 08年07月29日後新增 By Ben ----------------------------------------	*/

#newstitle	{
	padding-bottom: 10px;
	margin: 0;
	}
#newstitle img	{
	margin:0; padding:0;
	vertical-align: bottom;
	}
html>/**/body #newstitle	{
	padding-top: 10px;
	margin-bottom: -10px;
	}	
