table.tabulate
{
	width: 640px;
	border-collapse: collapse;
	margin-top: 0.5em;
}

table.tabulate tr
{
	background-color: #ECE6EF;
}

table.tabulate tr.highlight
{
	color: red;
}

table.tabulate tr th
{
	background: #582C77 url(/images/table-header.png) repeat-x;
	color: white;
	height: 21px;

	padding-left: 0.5em;
	padding-right: 0.5em;

	text-align: left;

	border-top: 1px;
	border-top-style: solid;
	border-top-color: #49176D;

	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #49176D;
}

table.tabulate tr td
{
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #49176D;

	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0.5em;
	padding-right: 0.5em;

	text-align: left;
}

table.tabulate tr.buttons
{
	background-color: white;
}

table.tabulate tr.buttons td
{
	border-bottom: 0px;
}
