table.sortable {
	border-spacing: 0;
	border: 1px solid #7a7a7a;
	border-collapse: collapse;
	font-family: Verdana; 
	font-size: 10px;
	color: #8a8a8a
}
table.sortable th, table.sortable td {
	text-align: center;
	width: 150px;
	padding: 2px 4px 2px 4px;
	border-style: solid;
	border-color: #7a7a7a;
}
table.sortable th {
	border-width: 0px 1px 1px 1px;
	background-color: #ededed;
	color: #8a8a8a
	font-family: Verdana; 
}
table.sortable td {
	border-width: 0px 1px 0px 1px;
	font-size: 10px;
}
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 #7a7a7a;
	background-color: #7a7a7a;
	font-weight: bold;
}
