td.joined
{
	text-align: center;
}

table
{
	width: 80%;
	margin: 0 auto;
	border-collapse: collapse;
}

td, th
{
	border: 1px solid #a67356;
	border-right: none;
	padding: 2px;
}

tfoot td
{
	border-bottom: none;
}

th
{
	border-top: none;
}

tbody.highlight tr:hover
{
	background: #ccf;
}

td:first-child, th:first-child
{
	border-left: none;
}

table.innerBorders td
{
	border: 1px solid #a67356;
	border-right: none;
	padding: 2px;
}

table.innerBorders tr.noborder td
{
	border-top: none;
	border-bottom: none;
}

table.innerBorders tr td.noborder
{
	border-left: none;
	font-weight: bold;
}




table.data td
{
	border: 1px solid black;
}

table.data .row1
{
	background: #eef;
}

table.data .row2
{
	background: #ccf;
}

table.data tr:hover
{
	background: #f88;
}

table.noborder, table.noborder tr, table.noborder td
{
	border: none;
}