
table.sortable {
	border-collapse: collapse;
//	border-left: 1px solid #ccc;
         border-top: 1px solid #ccc; 
//	color: #333;
        width: 96%;
}

table caption.sortable {
	font-weight: bold;
	letter-spacing: -1px;
//	margin-bottom: 7px;
//	padding: 5px;
//	background: #efefef;
	border: 1px solid #ccc;
	color: #000;
}

table a.sortable {
//	text-decoration: none;
//	border-bottom: 1px dotted #f60;
//	color: #f60;
//	font-weight: bold;
}

table a:hover {
//	text-decoration: bold;
//	color: #fff;
//	background: #f60;
}




table thead tr th {
//	text-transform: uppercase;
	background: #e2e2e2;
}

table tfoot tr th, table tfoot tr td {
//	text-transform: uppercase;
//	color: #000;
	font-weight: bold;
}


table.sortable td, table th {
//	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px;
//	line-height: 1.8em;
	
//	vertical-align: top;
//	width: 20%;
}

table.sortable tr.odd th, table tr.odd td {
	background: #efefef;
}