.sortable   {
	width: 650px;
	margin: 1em auto;
	border-collapse: collapse;
    border-bottom: 1px solid #c0c0c0;
}

.sortable-thin   {
	width: 650px;
	margin: 1em auto;
	border-collapse: collapse;
    border-bottom: 1px solid #c0c0c0; font-size:10px;
}

thead th, tfoot th {	padding: 0.5em; text-align: left; border: 1px solid #c0c0c0; background-color:#822323; color:#FFFFFF; }

tfoot td { border-top: 1px solid black; }

tbody td { padding: 0.5em; border-left: 1px solid #c0c0c0; border-right: 1px solid #c0c0c0; }

tbody tr.odd { background-color: #feeeee; }

tbody tr { background-color: #ffffff; }

td.numeric, th.numeric { text-align: right; }

.sortable td a:hover { color:#ffb0b0;  }
.sortable th a:hover { color:#ffffff;  }
.sortable th a { color:#ffcbcb;  }

.sortable-thin td a:hover { color:#ffb0b0;  }
.sortable-thin th a:hover { color:#ffffff;  }
.sortable-thin th a { color:#ffcbcb;  }