table.sortable {
	border-spacing: 0;
	border: 0px solid #ff6e00;
	border-collapse: collapse;
}
table.sortable th, table.sortable td {
	padding: 4px 4px 4px 4px;
}
table.sortable th {
	border-width: 0px 1px 1px 1px;
	background-color: #ccc;
}
table.sortable td {
	border-width: 0px 0px 0px 0px;
}
table.sortable tr.odd td {
	background-color: #eaeaea;
}
table.sortable tr.even td {
	background-color: #fff;
}
table.sortable tr.sortbottom td {
	border-top: 1px solid #444;
	background-color: #ccc;
	font-weight: bold;
}
