/* topic related */

.topicTable {
	background: white;
}

.topicTable td {
	background: #eee;
	color: black;
}

.topicTable tr {
	background: url('../images/input-bg2.png');
	height: 30px;
	font-size: 14px;
	color: #00669F;
}

/* message related */

.messageTitle {
	font-size: 14px;
}

.messageTitle a {
	display: block;
	text-decoration: none;
	background: #83c1fe;
	color: black;
}

.messageTitle a:hover {
	background: #3399ff;
}

.messageReply {
	font-size: 14px;
	width: 50px;
	text-align: center;
	background: white;
	border: 1px solid #888;
	padding: 3px;
}

.messageReply a {
	display: block;
	text-decoration: none;
	color: black;
}

.replyText {
	display: none;
}

.messageReply a:hover {
	background: #3399ff;
}

.messageBody {
	border: 1px solid #ddd;
	border-top: 0px;
	margin: 0;
	padding: 2px;
	background: white;
}

.messageHeader {
	padding: 0px;

	background: #D5E6FA;
	border: 1px solid #aaa;
	border-bottom: 0px;
}

.messageHeader a {


}

.anonymous {
	height: 20px;
	background: white;
}

.avatar {
	margin: 2px;
	padding: 3px;
	background: white;
	height: 60px;
}

.avatarImage {
	margin: 1px;
}

.avatarDetails {
	float: left;
	background: #eee;
	margin: 3px;
}

.similarPosts {
	border: 1px solid #ddd;
}

.similarPosts h2 {
	font-size: 12pt;
	background: #ddd;
	margin-bottom: 3px;
}

/* post form */

.postForm {
	border: 1px solid #aaa;

}

.postFormLabel {
	width: 300px;
	padding: 2px;
	font-weight: bold;
	margin-bottom: 1px;
	text-align: right;
}

.smallComment {
	font-size: 10px;
}