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