/* Copyright 2006 Joost de Valk */
body {
    font-family: Arial;
    color: #000080;
    font: 10pt;
}
tbody {
    font-family: Arial;
    color: #000080;
    text-align: center;
    font: 10pt;
}
table.TD {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    padding: 2px 0.5em;
    white-space: nowrap;
    color: #000080;
    text-align: center;
/*    font: italic small-caps 900 12px arial */
}
a img {
	border: 0;
}
table.sortable {
	border-spacing: 0;
    text-align: center;
	border: 1px solid #000;
	border-collapse: collapse;
}
table.sortable th, table.sortable td {
	padding: 2px 4px 2px 4px;
/*	width: 100px;*/
	border-style: solid;
	border-color: #444;
}
table.sortable th {
	border-width: 0px 1px 1px 1px;
	background-color: #ccc;
}
table.sortable td {
	border-width: 0px 1px 0px 1px;
}
table.sortable tr.odd td {
	background-color: #ddd;
}
table.sortable tr.even td {
	background-color: #fff;
}
table.sortable tr.sortbottom td {
	border-top: 1px solid #444;
	background-color: #ccc;
	font-weight: bold;
}