@CHARSET "UTF-8";

.forum-title {
	color: #336699;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 16px;
}

.post {
	width: 860px;
	margin-bottom: 16px;
}

.post-header {
	background-color: #6699ff;
	width: 852px;
	margin: 0;
	padding:  4px;
}

.post-header h4 {
	float: left;
	color: #ffffff;
	width: 50%;
}

.post-header h4 a {
	border: none !important;
}

.post-header h4 span {
	color: #333333;
	font-size: 12px;
	margin-right: 8px;
}

.post-header div {
	text-align: right;
}

.post-header a {
	border-right: 1px solid #000000;
	color: #ffffff;
	margin-right: 4px;
	padding-right: 4px;
	text-decoration: none;
}

.post-header a:hover {
	color: #333333;
	text-decoration: underline;
}

.post-header span {
	color: #000000;
}

.post-post {
	background-color: #ccccff;
	width: 852px;
	padding: 4px;
}

.post-reply {
	border-top: 2px solid #cccccc;
	text-align: right;
}

.post-reply a {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

.post-reply a:hover {
	color: #333333;
	text-decoration: underline;
}