﻿body
{
	SCROLLBAR-FACE-COLOR: white;
	SCROLLBAR-HIGHLIGHT-COLOR: #6262ff;
	SCROLLBAR-SHADOW-COLOR: #6262ff;
	SCROLLBAR-3DLIGHT-COLOR: White;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: White;
	SCROLLBAR-DARKSHADOW-COLOR:white;
	SCROLLBAR-BASE-COLOR: #b8b87a;
	}
	
/*框架頁設定*/
#main-inner-left {
	width: 680px;
	display:block;
	float:left;
	line-height:18px;
}
/*item-title*/
#main-inner-left thead tr td{
 background:url(../images/titlebar.png);
 height: 22px;
 color:#ffffff;
 font-family:Monotype Corsiva;
 font-size:16pt;
 font-weight:bold;
}
#main-inner-left tr td a{
 color:#0000ff;
 font-size:10pt;
}
/*GridView設定*/
#GridViewTable table th{
 /*background-color:#3333fc;*/
  filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#4444ff', endColorStr='#aaaaff', gradientType='0');
  color:white;
  font-size:10pt;
  height:25px;
 font-family:Monotype Corsiva;
 }
#GridViewTable table td{
 color:#3366cc;
 font-family:標楷體;
 font-size:12pt;
}
#GridViewTable a:link
{
	color:#0066cc;
	}
#GridViewTable a:visited
{
	color:#0066cc;
	}
/*子標題*/
#subtitle{
	 color:#0000ff;
	 font-size:10pt;
}
#content {
	width: 780px;
	margin-right: 10px;
	margin-left: 10px;
}
#dictlink_left {
	float: left;
	width: 360px;
	margin-top: 5px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	margin-bottom: 10px;
}
#dictlink_light {
	float: right;
	width: 365px;
	margin-top: 5px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-color: #999999;
	margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 { margin: 15px 0; }
p, ul, ol { margin: 15px 0; }
a, a:visited {
	color:#164365;
	text-decoration:underline;
}
a:hover {
	color:#6f6f6f;
	text-decoration:none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #164365;
	font-weight:bold;
}
/*GridView多頁的頁碼部份*/
.pagecenter
{
	text-align:center;
	}

/*menu是news、services的小項功能選單*/
.menu {
	float: right;
}
.menu ul {
	margin: 0;
	padding-top: 5px;
	list-style: none;
}

.menu li {
	display: inline;
}
.menu a {
	display: block;
	float: left;
	width: 110px;
	height: 28px;
	margin-left: 1px;
	padding-top: 15px;
	padding-bottom: 15px;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#cdcdcd', endColorStr='#ffffff', gradientType='0');
	/*background: #FFFFFF url(../CompanyImage/img02.png) repeat-x;*/
	border: 1px solid #FFFFFF;
	text-align: center;
	text-decoration: none;
	color: #586BAA;
}

.menu a:hover {
	height: 33px;
	margin-top: -5px;
	text-decoration:underline;
}

.menu .active {
	height: 34px;
	margin-top: -5px;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#888888', endColorStr='#ffffff', gradientType='0');
	/*background-image: url(../CompanyImage/img03.png);*/
	font-weight: bold;
	color: #6FBE6E;
}
.f14_topics {
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#footer {
	background-color: #EBEBEB;
	height: 50px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
/*前台網頁一般td/th文字CSS*/
.table_none td
{
	font-family:標楷體;
	font-size:12pt;
}
.span2
{
	font-family:標楷體;
	font-size:12pt;
}