/* begin data grid style */
table.forum
{
	background: white;
	border-collapse: collapse;
	width: 100%;
    margin-top: 10px;
}
 
table.forum th, table.forum td
{
	font-size: 0.9em;
		padding: 0.3em;
}
 
table.forum th
{
	background: #ccc;
	text-align: left;
}
 
table.forum th.label
{
	width: 150px;
}
 
table.forum tr.odd
{
	background: #E6F2FF;
}
/* end of forum datagrid */
 
 
 
table.forum_posts
{
    border: 0px;
    width: 100%;
}
 
table.forum_posts td
{
       padding: 3px 0 3px 0;
}
 
table.forum_posts .date
{
    color: #b6b5b5;
}
 
table.forum_posts .post_comment
{
    margin-top: 5px;
    font-size: 1.0em;
    color: #7d7d35;
}
 
table.forum_posts .actions
{
    margin-top: 10px;
    font-size: 0.9em;
    text-align: right;
    
}