﻿/* CSS Document for Forum.aspx
 *
 * This document conatans the page-specific design elements for Forum.aspx
 *
 */

/* styles for the document table */

table.threads
{
	width: 80%;
	
	margin: 10px auto;
	
	border: 1px solid #333333;
	border-collapse: collapse;
}

table.threads tr th
{
	background-color: #00397f;
	color: #ff7800;
	border-bottom: 1px solid #333333;
}

table.threads tr.white td
{
	border: none;
	text-align: center;
	
	background-color: #ffffff;
}

table.threads tr.grey td
{
	border: none;
	text-align: center;
	
	background-color: #eeeeee;
}

table.threads tr.red td
{
	border: none;
	text-align: center;
	
	background-color: #ffcccc;
}