.full-comment {
	border: 1px solid #1e4772;
	aborder-width: 1px 0;
	margin-bottom: 2.0em;
	width: 100%;
}

.forum_list {
	aborder-bottom: 1px solid white;
	margin-bottom:  0.5em;
}

.forum_list h2 {
	margin: 0;
}

.forum-link {
	color: #ffe673;
}

.forum-stats {
	color: #b63c5d;
	margin: 0;
	text-transform: uppercase;
}

.forum-desc {
	margin-bottom:  0;
}

.thread-list {
	border-collapse: collapse;
	margin: auto;
	width: 100%;
	width: 95%;
}

.thread-list th {
	color: #b63c5d;
	font-weight: normal;
}

.thread-list td {
	border-top: 1px solid #1e4772;
	padding: 0.5em;
	vertical-align: middle;
}

.forum-thread-topic {
	width:  50%;
}

.forum-thread-topic h3 {
	display:  inline;
}

.forum-thread-by {
	font-size: 0.85em;
	padding-left: 2.0em;
}

.forum-thread-posts {
	font-weight: bold;
}

.forum-thread-posts, .forum-thread-views {
	text-align: center;
}

.forum-thread-last {
	width: 25%;
}




.member-list {
	border-collapse: collapse;
	margin: auto;
	width: 100%;
	width: 95%;
}

.member-list th {
	color: #b63c5d;
	font-weight: normal;
}

.member-list td {
	border-top: 1px solid #1e4772;
	padding: 0 0.5em;
	text-align: center;
	vertical-align: middle;
}

.member-list .member-avatar {
	height: 40px;
	width: 40px;
}

.member-list .member-avatar img {
	display: inline;
	height: 40px !important;
	margin: 0;
	width: 40px !important;
	vertical-align: middle;
}

.member-list td.member-name {
	text-align: left;
}