@charset "utf-8";
/* CSS Document */

/*----- FORUM_TITLE  ----- */
.forum_title{
	margin:0 auto 5px auto;
}

/*----- TABLE_FORUM  ----- */
table.forum {
    width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin:0;
}
table.forum th {
    background: #c8eddf url(images/table_th_bg.gif) repeat-x;
	border: 1px solid #bbe8b9;
	border-top: none;
	font-size: 13px;
	color:#3d8c47;
	text-align: center;
	height: 25px;
	line-height: 25px;
	overflow:hidden;
}
table.forum td {
    padding:2px;
	font-size: 13px;
	line-height:20px;
	border: 1px solid #bbe8b9;
}
table.forum td a{
	color:#555;
	text-decoration:none;
}
table.forum td a:hover{
	color:#0099ff;
	text-decoration:underline;
}

/* 主標題 */
table.forum td.txt_title{
	color:#3d8c47;
	text-align:left;
	line-height:20px;
	.line-height:25px;
	background:#edf9ec url(images/icon_tip.gif) 5px no-repeat;
	padding-left:30px;
	font-weight:bold;
	overflow:hidden;
}
/* 開啟伸縮內容 */
.txt_title_open a{
	margin:7px 5px auto 10px;
	.margin:5px 5px auto 10px;
	float:left;
	width:10px;
	height:10px;
	background:url(images/icon_forum_open.gif) no-repeat;
}
/* 關閉伸縮內容 */
.txt_title_close a{
	margin:7px 5px auto 10px;
	.margin:5px 5px auto 10px;
	float:left;
	width:10px;
	height:10px;
	background:url(images/icon_forum_close.gif) no-repeat;
}

/* 顯示字數 */
table.forum th.txt_num,
table.forum td.txt_num {
	width:60px;
	text-align: center;
}
/* 發表及回應者 */
table.forum th.txt_guest,
table.forum td.txt_guest {
	width:100px;
	text-align: center;
}
table.forum th.txt_guest a,
table.forum td.txt_guest a{
	color:#715100;
	text-decoration:none;
}
table.forum th.txt_guest a:hover,
table.forum td.txt_guest a:hover{
	color:#956b00;
	text-decoration:underline;
}
/* 最新發表文字 */
table.forum th.txt_new_article,
table.forum td.txt_new_article {
	width:180px;
}
table.forum th.txt_new_article a,
table.forum td.txt_new_article a{
	color:#715100;
	text-decoration:none;
}
table.forum th.txt_new_article a:hover,
table.forum td.txt_new_article a:hover{
	color:#956b00;
	text-decoration:underline;
}

/* FORUM_ICON */
.forum_icon{
	margin:auto 20px auto 20px;
}
.forum_icon_list{
	width:33%;
	float:left;
}
.forum_icon_list ul{
	list-style:none;
	margin:0;
	padding:0;
}
.forum_icon_list li{
	padding-left:15px;
	line-height:20px;
	background:url(images/y_menu_icon_list.gif) 0 6px no-repeat;
	color:#725000;
}
.forum_icon_list ul ul{
	list-style:none;
	margin:0;
	padding:0;
}
.forum_icon_list li li{
	color:#555;
	padding-left:20px;
}
/* forum_icon_list style */
.forum_icon_list li li.forum_icon_list_00{
	line-height:25px;
	background:url(images/icon_forum_00_0.gif) 0 5px no-repeat;
}
.forum_icon_list li li.forum_icon_list_01{
	line-height:25px;
	background:url(images/icon_forum_00_1.gif) 0 5px no-repeat;
}
.forum_icon_list li li.forum_icon_list_02{
	line-height:25px;
	background:url(images/icon_forum_00_2.gif) 0 5px no-repeat;
}
.forum_icon_list li li.forum_icon_list_03{
	line-height:25px;
	background:url(images/icon_forum_00_3.gif) 0 5px no-repeat;
}

/* 狀態圖示顯示 */
/* 無新文章 */
.icon_forum_00_0 a{
	margin:auto;
	display:block;
	width:13px;
	height:16px;
	background:url(images/icon_forum_00_0.gif) no-repeat;
}
/* 主題有新文章 */
.icon_forum_00_1 a{
	margin:auto;
	display:block;
	width:13px;
	height:16px;
	background:url(images/icon_forum_00_1.gif) no-repeat;
}
/* 回應有新文章 */
.icon_forum_00_2 a{
	margin:auto;
	display:block;
	width:13px;
	height:16px;
	background:url(images/icon_forum_00_2.gif) no-repeat;
}
/* 精華區有新文章 */
.icon_forum_00_3 a{
	margin:auto;
	display:block;
	width:13px;
	height:16px;
	background:url(images/icon_forum_00_3.gif) no-repeat;
}


/*--- FORUM_DETAIL_CONTENT ---*/
.forum_detail_content{
	border:#ddd 1px solid;
}
/* FORUM_IMAGE */
.forum_image{
	border:#aaa 1px solid;
	border-top:#ccc 1px solid;
	border-bottom:#777 1px solid;
	width:98px;
	height:98px;
	background:#ddd url(images/image_profile.gif) no-repeat;
	margin:5px auto 5px auto;
}
/* FORUM_DETAIL */
.forum_detail{
	float:left;
	width:120px;
	color:#333;
	background:url(images/forum_detail_bg.gif) left top repeat-x;
}
.forum_detail ul{
	list-style:none;
	margin:0;
	padding:0;
}
.forum_detail li{
	line-height:25px;
	padding-left:10px;
}
.forum_detail li a{
	font-size:12px;
	color:#715100;
	text-decoration:none;
}
.forum_detail li a:hover{
	color:#956b00;
	text-decoration:underline;
}
/* FORUM_CONTENT */
.forum_content{
	width:600px;
	float:right;
	line-height:24px;
	padding:5px 10px 5px 5px;
}
/* 發表時間、瀏覽數、回應數 */
.forum_content_counter{
	line-height:25px;
	height:25px;
	color:#06F;
	border-bottom:#eee 1px solid;
	margin-bottom:5px;
	position:relative;
}
.forum_content_counter .date{
	position:absolute;
	top:0;
	left:0;
	color:#06F;
}
.forum_content_counter .num{
	position:absolute;
	top:0;
	right:0;
	color:#715100;
	text-align:right;
}
.forum_content_counter .num ul{
	list-style:none;
	margin:0;
	padding:0;
}
.forum_content_counter .num li{
	float:left;
	padding-left:20px;
}

/* 主題分頁 */
.page_forum{
	clear:both;
	margin:5px auto 5px auto;
	text-align:center;
	line-height:25px;
	color:#af6700;
}
.page_forum a{
	color:#418f01;
	text-decoration:none;
}
.page_forum a.ignore{
	color:#aaa;
	text-decoration:none;
}
.page_forum a:hover{
	color:#398000;
	text-decoration:underline;
}
.page_forum a.ignore:hover{
	color:#aaa;
	text-decoration:underline;
}