/* __ content table __ */

#content table {
	margin: 0 0 20px;
}

#content table, #content table tr td, #content table tr th {
	border-color: #808080;
	border-top: #808080 solid 1px;
	border: #808080 solid 1px;
	border-collapse: collapse;
}

#content table tr th, #content table tr td {
	padding: 3px 5px;
}

#content table tr th {
	background: #aaaaaa;
	text-align: left;
}


#content table.none, #content table.none tr td, #content table.none tr th {
	border-color: #fff;
	border-top: 0;
	border: 0;
}

/* __ content table __ */