﻿table.forumTable
{
	width: 100%;
	border-collapse: collapse;
	font-family: Verdana;
	font-size: 12px;
}

table.forumTable .numeric
{
	text-align: right;
	white-space: nowrap;
}

table.forumTable thead,
table.forumTable tr.thead
{
	border: solid 1px #ccc;
	background: transparent url('../../images/forum/head_bg.jpg') top left;
}

table.forumTable thead td.forumcell
{
	font-weight: bold;
	padding: 5px;
	color: #fff;
	text-align: center;
}

table.forumTable tbody tr .forumcell
{
	border: solid 1px #ccc;
	background-color: #f8f8ff;
	padding: 5px;
/*	background: transparent url('../../images/forum/cell_bg.jpg') bottom right; */
}

table.forumTable tbody tr.hover td.forumcell
{
	background-color: #f0f0f8;
}

table.forumTable tbody tr td.link
{
	width: 100%;
	padding: 0;
}

table.forumTable tbody tr td.link a
{
	display: block;
	padding: 5px;
}

table.forumTable tbody tr td.link .description
{
	font-size: 11px;
	padding: 0 0 5px 5px;
	color: #444;
}

table.forumTable tbody td.actions
{
	text-align: center;
}

