/* CSS Document */
.forums {
	background: #919191;
	font-family: Arial, Helvetica, sans-serif;
}

table {
	width:500px;
	font-size:95%;
	position: relative;
	top: -4px;
	left: -4px;
	width: 100%;
	border: 1px solid #000;
	background: #fff;
}

table caption {
	color:#2869AD;
	font-size: 140%;
	margin: 0px;
	padding: 8px 20px;
	text-align:left;
	border: 1px solid #000;
	border-bottom: none;
	background:#CCCCCC;
}

table th, table td {
	margin: 0;
	padding: 5px 10px;
	text-align: center;
	border-bottom: 1px solid #2869AD;
}

table th {
	color:#2869AD;
	font-size:100%;
}

table .name {
	text-align: left;
	font-weight:bold;
	color: #2869AD;
}

table tr {
	background: #e6e6e6;
}

table tr.alt {
	background: #f1f1f1;
}

table td a {
	font-size: 90%;
	text-align:left;
	color:#0000FF;
}

