﻿.forums{
	background: #FFFFFF;
}

table{
	position: relative;
	top:-4px;
	left:-4px;
	width:100%;
	border:1px solid #000;
	background:#fff;
}

table caption{
	margin: 0;
	padding: 8px 20px;
	text-align: left;
	border: 1px solid #000;
	border-bottom: none;
	background: #fff;
	font-weight: bold;
	font-size: large;
}

table td{
	margin:0;
	padding:8px 20px;
	text-align:center;
	border-bottom:1px solid #b5b5b5;
	display:block;
	
}

table th{
	background: #008080;
	margin: 0;
	padding: 8px 20px;
	text-align: center;
	border-bottom: 1px solid #b5b5b5;
	display: block;
}

table th{
display:block;

	color: #000080;
border-right-style: solid; 
border-right-width: 1px;
	
	
}

table .name{
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
}

table tr{
	background:#e6e6e6e
	
}

table tr.alt{
	background:#f1f1f1;
}

table td a{
	display:block;
	font-weight:bold;
}
