.forums {
	background: #FFC4D8;
}

table{
	position: relative;
	top: -4px;
	left: -4px;
	/*width: 100%;*/
	border: 1px solid #A3A09E;
	background: #fff;
}

table caption {
	margin: 0;
	padding: 8px 15px;
	text-align: left;
	border: 1px solid #A3A09E;
	border-bottom: none;
	background: #fff;
	font-weight: bold;
	color: #75ac1b;
	font-size: larger;
}

table th, table td {
	margin: 0;
	padding: 6px 10px;
	text-align: left;
	border-bottom: 1px solid #A3A09E;
}

table th {
	color: #000;
}

table .name {
	text-align: left;
}

table .name img {
	margin: 10px 0 10px 0;
}

table tr {
	background: #E2DDDC;
}

table tr.alt {
	background: #f1f1f1;
}

table td a {
	display: block;
	font-weight: bold;
}

