/* CSS Document */
.forums {
	background: #919191;
}

table {
	font-family:Arial, Helvetica, sans-serif;
	position: relative;
	top: -4px;
	left: -4px;
	width: 100%;
	border: 1px solid #000;
	background: #fff;
}

table caption {
	margin: 0px;
	padding: 8px 20px;
	text-align:left;
	border: 1px solid #000;
	border-bottom: none;
	background:#CCCCCC;
}

table th, table td {
	margin: 0;
	padding: 8px 20px;
	text-align: center;
	border-bottom: 1px solid #b5b5b5;
}

table th {
	color:#990000;
	font-size:140%;
}

table .name {
	text-align: left;
}

table tr {
	background: #e6e6e6;
}

table tr.alt {
	background: #f1f1f1;
}

table td a {
	display:block;
	font-weight: bold;
}


