@charset "utf-8";

#titleBBS
{
	background-image: url(../images/bbs/title_bbs.gif);
	background-repeat: no-repeat;
}

#bbsDescription
{
	font-size: 12px;
	margin: 0 0 20px 0;
}

#fromTop
{
	background-image: url(../images/bbs/form_top.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 120px;
	height: 5px;
	float: left;
}

#formBottom
{
	background-image: url(../images/bbs/form_Bottom.gif);
	background-repeat: no-repeat;
	width: 120px;
	height: 5px;
	float: left;
}

#bbsPostForm table
{
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	clear: both;
	width: 500px;
}

#bbsPostForm td
{
	padding: 8px 10px 8px 10px;
	vertical-align: top;
}


#bbsPostForm .fieldName
{
	background-color: #EAEAEA;
	width: 100px;
	text-indent: 5px;
	font-weight: bold;
	color: #666666;
}

#bbsPostButtons
{
	margin: 10px 0 10px 0;
	padding: 0;
	width: 490px;
	text-align: center;
}

.noticeFrame
{
	margin: 20px 0px 20px 0px;
	padding: 16px 16px 16px 32px;
	background-image: url(../images/bbs/frame_bg_attention.gif);
	background-repeat: no-repeat;
	clear: both;
}

#bbsNotice
{
	font-size: 12px;
	line-height: 18px;
	list-style-image: none;
	list-style-type: disc;
	margin: 0;
	padding: 0;
}

#bbsContent
{
	margin: 20px 0 0 0;
}

.articleHeader
{
	line-height: 32px;
	background-image: url(../images/bbs/header_article.gif);
	background-repeat: no-repeat;
	width: 500px;
	height: 32px;
}

.parentTitle
{
	font-size: 14px;
	color: #FFFFFF;
	width: 430px;
	height: 32px;
	float: left;
	text-indent: 15px;
	margin: 0;
	padding: 0;
}

.replyBtn
{
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	width: 47px;
	height: 32px;
	float: right;
	margin: 0;
	padding: 0;
}

.parentMetaInf
{
	border-bottom: #CCCCCC 1px solid;
	background-color: #F8F8F8;
	width: 498px;
	height: 30px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 30px;
	text-indent: 15px;
}

.articleBody
{
	border: #CCCCCC 1px solid;
	width: 498px;
	margin: 0 0 30px 0;
	float: left;
}

.parentContent
{
	margin: 20px 15px 30px 15px;
	padding: 0px;
	width: 468px;
}

.bbsChild
{
	float: right;
	width: 400px;
	display: inline;
	margin: 0 20px 30px 0;
	padding: 0;
}

.childTitle
{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
	width: 390px;
	float: right;
	font-size: 14px;
	line-height: 32px;
	height: 32px;
	color: #666666;
	font-weight: bold;
	background-color: #F8F8F8;
	border-bottom: #999999 1px dashed;
	border-top: #666666 1px solid;
}

.childMetaInf
{
	font-size: 12px;
	line-height: 15px;
	vertical-align: middle;
	margin: 0;
	padding: 0px 10px 0px 10px;
	width: 380px;
	display: block;
}

.childContent
{
	width: 380px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.poster
{
	color: #CC6600;
	font-weight: bold;
}

#titleBBSNew
{
	background-image: url(../images/bbs/title_bbs_new.gif);
	background-repeat: no-repeat;
}

#titleBBSRes
{
	background-image: url(../images/bbs/title_bbs_res.gif);
	background-repeat: no-repeat;
}

#replyDesc
{
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 16px;
	color: #999999;
}

.pager
{
	font-size: 12px;
	line-height: 14px;
	width: 500px;
	text-align: center;
	clear: both;
	margin: 0; 
}

.adminMark
{
	vertical-align: -2px;
}

#titleBBSConfirm
{
	background-image: url(../images/bbs/title_bbs_confirm.gif);
	background-repeat: no-repeat;
}

#titleBBSComplete
{
	background-image: url(../images/bbs/title_bbs_complete.gif);
	background-repeat: no-repeat;
}

#textComplete
{
	margin-bottom: 300px;
}