/* Sortable tables */
table.sortable {
	border: solid 1px d3e0e8;
	padding: 3px;
	cursor: default;
}

table.sortable thead {
	background-color: #94211a;
}

table.sortable tr.row1 {
	background-color: #ffffff;
}

table.sortable tr.row1 {
	background-color: #fff5dc;
}

table.sortable tr.over {
	background-color: #fded84;
}



	
