﻿/* 論壇 */

	/* 論壇主畫面 */
.forum_main {
	font-size: 11pt;
	border-top:#ffe4b4 2px solid;
	border-bottom:#ffe4b4 2px solid;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	}

.forum_main td, .forum_main th {
    border-width: 1px 1px 0 0;
}

.forum_main th {
	background:#fff7e6;
	color: #f59831;
	font-weight:normal;
}
	
.forum_main_title {
	margin:auto;
	width:70%;
	}

.forum_main_newreply {
	margin:auto;
	width:130px;
	font-size:8pt;
	font-family:'細明體';
	}
	
.forum_board_name {
	text-align:left;
	vertical-align:top;
	padding-left:10px;
	padding-top:5px;
	}

.forum_top_button {
	font-size:9pt;
	text-align:right;
	margin-right:25px;
	}

.forum_top_button li {
	margin:0;
	padding:0;
	display:inline;
	}
	/* 論壇主畫面 */
	
	/* 管理頁面 */
.forum_manage {
	margin:auto;
	margin-bottom:10px;
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
	width:300px;
	font-size:9pt;
	text-align:left;
}

.forum_manage, .forum_manage td, .forum_manage th {
    border-color: #cccccc;
    border-style: dotted;
}

.forum_manage td, .forum_manage th {
    border-width: 1px 1px 0 0;
}

.forum_manage th {
	background-color:#A6EEB6;
	text-align:center;
	width:80px;
}
	/* 管理頁面 */

	/* 論壇主題列表 */
.forum_top {
	margin:auto;
	width:90%;
	font-size:11pt;
	background-color:#F0F0F0;
	margin-bottom:10px;
	}

.forum_top_left {
	text-align:left;
	}
	
.forum_top_right {
	text-align:right;
	}

.forum_top form {
	margin:0;
	}

.forum_top select {
	font-size:9pt;
	}

optgroup {
	font-size:9pt;
	font-style:normal;
	}

.forum_tool {
	margin:auto;
	font-size:9pt;
	width:90%;
	text-align:left;
	}

.forum_title {
	width:60%;
	}

.forum_title_in {
	text-align:left;
	padding-left:5px;
	}
	/* 論壇主題列表 */

	/* 論壇閱讀文章 */	

.forum_thread {
	margin:auto;
	font-size:11pt;
	background-color:#fff7e6;
	width: 90%;
	margin-bottom:5px;
	}

.forum_thread_profile {
	margin:auto;
	background-color:#ffe4b4;
	width:120px;
	}

.forum_quote {
	display:block;
	padding:5px;
	border:1px #999999 dashed;
	background-color:#E6E6E6;
}

.forum_context {
	display:block;
	margin-left:10px;
}
	/* 論壇閱讀文章 */	
	
	/* 論壇新增主題 */	

.forum_newthread {
	margin:auto;
	font-size:11pt;
	background-color:#fff7e6;
	width: 90%;
	margin-bottom:5px;
	}

.forum_newthread th {
	text-align:center;
	width:100px;
	}

.forum_newthread td {
	text-align:left;
	}

.forum_newthread input,.forum_newthread textarea {
	font-size: 11pt;
	}

	/* 論壇新增主題 */	

