/* Both kinds of tables within main content block. */
td#center table.data,
td#center table.list
{
	border-collapse: collapse;
	margin: 1em 0;
}
td#center table.data th,
td#center table.list th
{
	font-weight: bold;
}
td#center table.data td,
td#center table.data th,
td#center table.list td,
td#center table.list th
{
	padding: 2px 5px;
	vertical-align: top;
}

/* Data tables. */
td#center table.data,
td#center table.search.result
{
    border-collapse: collapse;
}
td#center table.data th,
td#center table.search.result th
{
	background: #ccc;
	text-align: left;
}
td#center table.data tr td,
td#center table.search.result tr td
{
	background: #f8f8f8;
}
td#center table.data tr.alt td,
td#center table.search.result tr.alt td
{
	background: #f0f0f0;
}
td#center table.data.full,
td#center table.search.result
{
	margin: 1em auto;
	width: 100%;
}

/* List tables. */
td#center table.list
{
}
td#center table.list th
{
	text-align: right;
	width: 20%;
}

