.ui-sortable:not(.ui-sortable-disabled) tr:hover {
	cursor: move;
}
.ui-sortable tr.alternate {
	background-color: #F9F9F9;
}
.ui-sortable tr.ui-sortable-helper {
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
}

.ui-sortable-helper {
	background-color: #fff;
}