.ui-sortable tr {
    cursor: pointer;
}

.ui-sortable tr:hover {
    background: #ebeff3;
}

.table{
    width: 538px;
}

.scrollbar {
    width: 555px;
    height: 500px;
    margin-top: 40px;
    margin-left: 40px;
    overflow-y: scroll;
    float: left;
    border: 1px solid #9cadbb;
}

.content {
    height: 450px;
}

.submit {
    float: left;
    width: 500px;
    margin-left: 495px;
    margin-top: 15px;
}

#managedmspriority {
    margin: 300px 0 0 611px;
}

div.fadeMe {
    display: none;
    opacity:0.5;
    filter: alpha(opacity=20);
    background-color:#000;
    width:100%;
    height:100%;
    z-index:10;
    top:0;
    left:0;
    position:fixed;
}

.loaderimage{
    width:70px;
}
.priority{
    height:25px;
}
.customerName{
    height:25px;
}
.col1{
    float:left;
}
.col2{
    float:right;
}

.ui-state-default .ui-icon {
    background-image: url("../../../images/ui-icons_888888_256x240.png");
}
