#sortable_container{
	margin-bottom: 30px;
	width: 100%;
}
table.sortable{
	padding:0;
	margin:0;
	border:0;
}
table.sortable td{
	padding:4px;
	border-bottom:solid 1px #DEDEDE;
	width: 72px;
}
table.sortable th{
	padding:4px;
}
table.sortable th a {
	color: #FFF;
	text-decoration: none;
	background-color: #1E618C;
}

table.sortable thead{
	color:#FFF;
	text-align:left;
	background-color: #1E618C;
}
table.sortable tfoot{font-weight:bold; }
table.sortable tfoot td{border:none;}

