/* 
	This is a style specificically for pages within the Community Forum.
 	(c) Copyright 2005, HEC Reading Horizons 
	Developed by Kevin Owens
*/

.forum,
.forum td,
.forum th 
{	
	border: 1px solid #808184;
}

.forum
{
    width: 100%;
    border-collapse: collapse;
}
	    
.forum a img {
	border: 0px;
}
	    
.forum th {
	background-color: #D4D6D7;
	padding: 5px;
	text-align: center;
}
	    
.forum td {
	padding: 5px;
}
	    
.forum td.icon,
.forum td.stats
{
	background: #F0F0F0;
	text-align: center;
}

.forum td.icon img 
{
	margin: 0px;
}

.forum .category a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 3px;
}
	    
.messageHeader {
	border-bottom: 1px solid #cccccc;
	color: #666666;
	font-size:11px;
	padding-bottom: 5px;
	margin-bottom:10px;
}
