/* Webpage Menu Link */
.menuNavigate {
	margin: 0px;
	padding: 0px;
}
/* 搜尋結果關鍵字*/
.foundKeyword 
{
	color:blue;
	background-Color:#ccccff;
	font-weight:lighter;
	font-style:italic;
	border-bottom: dotted 1px red;
}
a.menuLink {
	text-decoration: none;		
	font-size: 11px;
	font-weight:normal;
	color: black;
	background-color: #ffffff;
	margin: 1px;
}
a:hover.menuLink {
	text-decoration: none;
	font-size: 11px;
	font-weight:normal;
	color: red;
	margin: 1px;
}
.menuLinkText 
{
	padding-left: 2px;
	padding-right: 1px;
	background-color: White;
	margin-bottom: 1px;
}
table.menuBar {
	background-image: url(img/submenu_center.gif);
	background-position: center;
	padding-top: 1px;
	padding-bottom: 0px;
	filter:alpha(opacity=70) ;
}
td.menuItem	{
	padding-left: 5pt;
	padding-right: 5pt;
}
/* 基礎的選單物件*/
table.menuBase {
	position:absolute;
}
/*文章沒有資料的訊息*/
div.docNoDataMessage 
{
	font-size: 13px;
	color: Blue ;
	height: 400px;
}
/* 
BODY Background Image 
*/
body {
	margin: 0px;
	padding: 0px;
	background-image: url(img/bg2.png);
}

/*  

背景圖上方底紋

*/
#topshadow {background-image: url(img/bg1.png);background-repeat: repeat-x;}

/*

TOP底紋

*/
#top {
	background-image: url(img/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 100px;
	background-color: #FFFFFF;
}

/*

搜尋及登入設定

*/
#layerlogin,#layersearch {
	padding-top: 15px;
	padding-left: 3px;
	position: absolute;
	z-index: 2;
	height: 60px;
	width: 150px;
	visibility: hidden;
}

/*
FORM設定
*/
form {padding:0px;margin: 0px;}

/*
USER LOGIN欄位
*/
.logininput {
	width: 90px;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	border: 1px solid #C2C2C2;
}


/*AD BANNER設定*/
.tablAdPlay td 
{
	padding-top:10px;
	padding-left: 1px;
	padding-right:0px;
	padding-bottom:25px;
}
.tablAdPlay div 
{
	width: 400px;
	height: 65px;
	overflow: hidden;
	background-color:White;
}
/*清除FLOAT*/
.spacer {clear: both;}

/*固定區塊*/
#tblMainbox {width: 500px;}
#myHeader_divNavigation {white-space: nowrap;}
#myHeader_divNavigation img  {border: none;}

/*連絡我們及訂閱電子報區塊*/
#pagebottom {
	color:#7B7267;
	font-size: 11px;
	padding-bottom: 5px;
}

#pagebottom a {
	color:#E3C9AA;
	text-decoration: none;
	font-size: 11px;
	border: none;
	padding: 0px;
}
#pagebottom a:hover {
	color:#FFA800;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
}

#pagebottom a.linkCharset
{
	color: Olive;
	font-size: 11px;
	text-decoration: none;
	border: none;
	padding: 0px;
	font-weight: normal;
	margin: 0px;
} 
#pagebottom a:hover.linkCharset
{
	color: silver;
	font-size: 11px;
	text-decoration: none;
	border: none;
	padding: 0px;
	font-weight: normal;
	margin: 0px;
} 

/*電子報欄位*/
.epaperinput{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	background-color: #5F564F;
	border: 1px solid #38332D;
	color: #ADA79E;
	padding-right: 3px;
	padding-left: 3px;

}
/* 內容底頁留白*/
#divGap 
{
	height: 0px;	
	
}
/*表情符號*/
.divEdirotEmotionIcons
{
    height: 60px;
    overflow-y:auto;    
}