.forumTable{
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 13px;
	color: #fff;
	background-color: #666;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 600px;
}

.forumTable td{
	background-color: #DDD;
	color: #000;
	padding: 4px;
	text-align: left;
	border: 1px #ffffff solid;
	font-size: 13px;
}

.forumTable th {	
	background-color: #666;
	color: #ffffff;
	padding: 4px;
	text-align: left;
	border-bottom: 2px #ffffff solid;
	font-size: 12px;
	font-weight: bold;
} 

.forumTable td a {	
	font-size: 14px;
	font-weight: bold;
} 

.forumSendMessageTextarea{
	width:400px;
	height:100px;
}
