/* 連結樣式設定 */
A { color: #000000; text-decoration: none; }
A:link { color: #000000; text-decoration: none; }
A:visited { color: #000000; text-decoration: none; }
A:active { color: #0033CC; text-decoration: overline;}
A:hover { color: #009900; text-decoration: underline; }

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

/* 表格樣式 */
TABLE.tb-solid {
	border: 1px;
 	border-style: solid;
	border-color: #BDD36B;
	border-spacing: 1px;
}

TABLE.tb-solid-sm {
	border: 1px;
	border-style: solid;
	border-color: #BDD36B;
	border-spacing: 1px;
}

TABLE.tb-dotted {
	border: 1px;
	border-style: dotted;
	border-color: #BDD36B;
	border-spacing: 1px;
}

/* 一般表格背景色 */
TABLE.tb-bgcolor {
  background-color: #FFFBCB;
}

/* TD 基本樣式 */
TD {
	font-size:12px;
}

/* TD 選單樣式 */
TD.td-menu {
	font-size: 12px;
	background: #BAE7B4;
	font-weight : normal;
	line-height: 19px;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}

/* TD 導覽樣式 */
TD.td-nav {
	font-size: 12px;
	font-weight : normal;
	line-height: 19px;
}

/* TD 標題樣式 */
TD.td-header {
	font-size: 12px;
	background: #BDD36B;
	color: #000000;
	font-weight : normal;
	line-height: 150%;
}

TD.td-text {
	font-size: 12px;
	font-weight : normal;
	line-height: 150%;
}

/* 文字內容-背景樣式 */
TD.td-text-bc {
	font-size: 11px;
	color: #000000;
	font-weight : normal;
}

/* TD 顯示訊息 */
TD.td-message {
	font-size: 12px;
	color: #ff0000;
	font-weight : normal;
	line-height: 150%;
}

/* 書籍清單樣式 */
TD.td-book-list {
	font-size: 12px;
	color: #009900;
	font-weight : normal;
	line-height: 150%;
	padding-left: 25px;
}

TD.td-list-color {
	font-size: 11px;
	background: #E4EDC2;
	color: #000000;
	font-weight : normal;
}

/* 記錄列淺底 */
TD.td-list-blank {
	font-size: 11px;
	background: #FFFFFF;
	color: #000000;
	font-weight : normal;
}

/* 標題樣式 */
SPAN.doc-title {
	font-size: 12px;
	color: #339999;
	font-weight: normal;
}

/* 內文樣式 */
SPAN.doc-content {
	font-size: 12px;
	color: #999999;
	font-weight: normal;
}

INPUT, SELECT {
	COLOR: #333333;
	font-size: 12px;
	font-weight: normal;
	BACKGROUND-COLOR: #f5f4f4;
}

INPUT.search, SELECT.search {
	COLOR: #333333;
	font-size: 12px;
	font-weight: normal;
	BACKGROUND-COLOR: #f5f4f4;
}

.book_name {
	font-size: 13px;
	font-weight: normal;
	color: #0099FF;
}

.book_author {
	color: #FF9933;
	font-size: 12px;
}

.book_summary {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}

.book_more {
	font-size: 12px;
	color: #FF3366;
}

.btn_search {
	border: 1px solid black; 
	background:white;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 8pt;
	color: black;
	height:18px;
}

SPAN.sp-category-list {
	font-size: 15px;
	color: #009900;
	font-weight: normal;
}

/* 類別標題樣式 */
SPAN.sp-category-title {
	font-size: 16px;
	color: #954040;
	font-weight: normal;
}


/* 項目標題名稱樣式 */
SPAN.sp-item-title {
	font-size: 12px;
	color: #339999;
	font-weight: normal;
}

/* 最新消息(newsbar)樣式 */
#memoryticker{
background-color: white;
width: 450px;
font: normal 12px Verdana;
/*Tip: add in height attribute here for multiple line scroller*/
border: 1px solid white;
padding: 3px;
/*Change 0.7 below to a different number if desired (0.7=0.7 seconds)*/
/*Remove below line to remove transitional effect in IE. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=1.0 Duration=0.7)
}

.but_thin
{
    BORDER-RIGHT: #104a7b 1px solid;
    BORDER-TOP: #afc4d5 1px solid;
    FONT-SIZE: 12px;
    BACKGROUND: #d6e7ef;
    BORDER-LEFT: #afc4d5 1px solid;
    CURSOR: hand;
    COLOR: #000066;
    BORDER-BOTTOM: #104a7b 1px solid;
    FONT-FAMILY: Arial;
    HEIGHT: 20px;
    WEIGHT: 70px
}
