table.sortable{width:100%;}
table.sortable td{padding:12px 4px; width:120px; border-bottom:solid 1px #DEDEDE;}
table.sortable tr:hover{background-color:#f1f1f1;}

table.sortable th{padding:7px 4px;}
table.sortable th:hover{background:#eaeae8; cursor: pointer;}

table.sortable thead{background:#f1f1ef; color:#333; text-align:left; font-weight:bold; border-bottom:2px solid #ccc;}
	table.sortable thead th {padding:12px 5px; text-align:left; }

table.sortable tfoot{font-weight:bold;}
	table.sortable tfoot td{border:none;}
	
.sortno {font-size:16px; color:#ccc; text-align: center;}

table.sortable tr .controls {display:none; float:right;}
table.sortable tr:hover .controls {display:block;}

table.sortable tr td a {color:#111;}