table
{
	border-collapse: collapse;
	margin: 0px auto;
}

table tr td, table tr th
{
	border: 1px solid #89c;
	padding: 5px;
}

table tr.header td, table tr th
{
	font-weight: bold;
	text-align: center;
	background-color: #def;
}

table tr.header td a, table th a
{
	text-decoration: none;
	color: #579;
}

table th.sortable, table th.sorted_asc, table th.sorted_desc
{
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 10px;
}

table th.sortable
{
	background-image: url(../images/sortable.png);
}
table th.sorted_asc
{
	background-image: url(../images/sorted_asc.png);
}
table th.sorted_desc
{
	background-image: url(../images/sorted_desc.png);
}

table tr.odd td
{
	background-color: #def;
}

table tr.pages td
{
	border: none;
}

table tr.pages td ul
{
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

table tr.pages td ul li
{
	display: block;
	float: left;
}

table tr.pages td ul li a
{
	padding: 2px;
	margin: 1px;
	text-decoration: none;
}

table tr.pages td ul li a:hover,
table tr.pages td ul li a.current
{
	color: black;
}

