.forumPostTable {
	background-color: #e5e5e5;
}

.forumPostAvatarCell {
	padding: 10pt 5pt 10pt 5pt;
}

.forumPostTextCell {
	color: black;
	padding: 2px 20px 10px 10px;
}

.forumPostBeltsCell {
	padding: 2pt 5pt 2pt 5pt;
	border-left: solid 3px #a0a0a0;
}

.forumPostBeltsText {
	color: #919191;
	font-size: 15pt;
	font-weight: bold;
}

.forumPostBeltsNumber {
	color: black;
	font-size: 30pt;
	font-weight: bold;
}

.forumPostToFriendsCell {
	color: black;
	padding: 2pt 5pt 2pt 5pt;
	border-left: solid 3px #a0a0a0;
	border-top: solid 1px #707070;
	border-bottom: solid 1px #707070;
}

.forumPostToFriendsCell a {
	color: black;
	text-decoration: none;
}

.forumPostButtonsCell {
	width: 1px;
	border-left: solid 3px #a0a0a0;
	padding: 2px 5pt 5pt 5pt;
}

.forumCommentTable {
	background-color: white;
	border: solid 1px #707070;
}

.forumCommentHeader {
	background-color: #e5e5e5;
	font-size: 8pt;
	color: black;
	border-bottom: solid 1px #707070;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
}

