table.sortable
{
   width: 100%;
   margin: 20px 0 0 0;
   padding: 0 0 10px 0;
   border-collapse: collapse;
}

table.sortable thead th,
table.sortable tfoot th 
{
   padding: 3px 0px 3px 8px;
   text-align: left;
   border-left: 1px solid #f3f3f3;
   border-bottom: 1px solid #f3f3f3;
   background-color: #FFF;
}

table.sortable tfoot td 
{
   border-top: 1px solid #f3f3f3;
}

table.sortable tbody td
{
   padding: 3px 0px 3px 8px;
   border-left: 1px solid #f3f3f3;
   border-bottom: 1px solid #f3f3f3;
}

table.sortable tbody tr.odd,
table.sortable tbody tr 
{
	background-color: #FFF;
}

table.sortable td.numeric,
table.sortable th.numeric 
{
   text-align: right;
}

table.sortable thead tr th
{
color: #00255e;
}

table.sortable thead tr th a:link,
table.sortable thead tr th a:visited
{
color: #00255e;
}

.tableSortArrow
{
font-weight: normal;
color: #666;
}

img.lijst
{
	display: block;
	float: left;
	padding: 0 2px 0 0;
	margin: 0 0 0 1px;
}

span.lijst
{
	display: block;
	float: left;
	padding: 0 5px;
	width: 11px;
}