.sm_forum_header, .sm_forum_topic_header {
	font-weight: bold;
	font-size: 120%;
}
.sm_forum_topic_forum, .sm_forum_desc {
	font-size: 80%;
	color: #999;
}
table.sm_forum_posts {
	width: 789px;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px solid #000;
	margin: 6px 0 6px 1px;
}

table.sm_forum_posts tr.sm_forum_preview {
	border-top: 1px solid #000;
	text-align: center;
	font-weight: bold;
	background: #dcd;
	color: #c00;
	border-bottom: 1px solid #666;
}
table.sm_forum_posts tr.sm_forum_posts_userinfo {
	height: 1em;
	border-top: 1px solid #000;
	text-align: left;
	font-size: smaller;
	background: #ccd;
	border-bottom: 1px solid #666;
}
table.sm_forum_posts td.sm_forum_posts_user {
	width: 70%;
	padding: 4px;
}
table.sm_forum_posts td.sm_forum_posts_stamp {
	padding: 4px;
	font-style: italic;
	text-align: right;
}

table.sm_forum_posts td.sm_forum_posts_gravatar {
	font-size: small;
	vertical-align: top;
	background: #aaa;
	width: 90px;
	font-weight: bold;
	text-align: center;
	padding: 4px;
	border-right: 1px solid #666;
}

table.sm_forum_posts td.sm_forum_posts_body {
	vertical-align: top;
	text-align: left;
	padding: 10px;
}
table.sm_forum_posts tr.row0 {
	background: #ddd;
}
table.sm_forum_posts tr.row1 {
	background: #eee;
}

table.sm_forum_posts .sm_forum_unregistered {
	font-size: small;
	color: #c00;
	font-weight: normal;
	font-style: italic;
}

div.sm_forum_post {
	text-align: right;
	margin: 4px 10px 4px 0;
}
div.sm_forum_post img {
	margin: 0 6px 0 0;
}
