
/* 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;
	border-bottom: 1px #efefef solid;
	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: 95%;
}

table.forum_posts td
{
    border-bottom: 1px solid #ccc;
    padding: 10px 0 10px 0;
}

table.forum_posts .date
{
    color: #666;
}

table.forum_posts .author
{
    color: #666;
}

table.forum_posts .post_comment
{
    margin-top: 5px;
    font-size: 1.2em;
}

table.forum_posts .actions
{
    margin-top: 10px;
    font-size: 0.9em;
    text-align: right;

}
