.bbs_user{
	text-align: right;
	margin: -20px 0 10px 0;
	color: #545454;
	font-size: 0.9em;
}

.bbsPath{
	margin: 10px 0 10px 0;
	font-size: 0.9em;
	color: #545454;
}

.bbsPath a,
.bbsPath a:link{
}

a.bbsReplyLink,
a.bbsBackLink{
	background: url(../images/bg_button.png) no-repeat left center;
	text-align: center;
	width: 133px;
	line-height: 33px;
	border: 0;
	display: block;
}

.bbsReplyRow{
	background: #eee;
	border: 1px solid #eee;
	padding: 10px;
	margin-bottom: 10px;
}

.bbsReplyRow2{
	background: url(../images/bg_comment.png) no-repeat left 10px;
	padding: 0px 0px 0px 60px;
	margin: 10px 0 10px 0;
}

.bbsReplyRow2 .bbsMessage{
	background: #f9f9f9;
	border: 1px solid #E0E0E0;
	padding: 10px;
}

.bbsReplyForm{
	margin-left: 60px;
	padding: 10px;
	background: #eee;
	border: 1px solid #E0E0E0;	
}

.bbsReplyForm form p{
	font-weight: bold;	
}

.bbsEntryList {
	width: 100%;
	color: #2C2C2C;
	border-right: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
}

.bbsEntryList .bbsListHead {
	background-color: #eee;
	width: 100%;
}

.bbsEntryList .bbsListHead th{
	padding: 6px 8px;
}

.bbsEntryList .bbsListHead a, .bbsListHead th{
	font-size: 0.9em;
	text-decoration: none;
	color: #999;
}

.bbsEntryList .bbsListHead a:hover{
	text-decoration: underline;
	color: #666;
}

.bbsCatDesc, div.bbsListHead {
	font-size: 0.9em;
	background-color: #eee;
	border: 1px solid #E0E0E0;
	padding: 9px;
	margin-bottom: 10px;
}

.bbsCatDesc h3, .bbsListHead h3{
	color: #990000;
	font-weight: bold;
	font-size: 14px;
}

.bbsEntryList th{
	border-left: 1px solid #E4E4E4;
	border-top: 1px solid #E4E4E4;
	padding: 6px 8px;
}

.bbsEntryList tr td{
	border-left: 1px solid #E4E4E4;
	border-top: 1px solid #E4E4E4;
	padding: 6px 8px;
	font-size: 0.9em;
}

.bbsEntryList tr td a{
	color: #333;
	text-decoration: none;
}

.bbsEntryList tr td a:hover{
	color: #990000;
}

.pagination{
	text-align: right;
}