﻿.agent-container:empty {
    background-image: url('../../../images/loader_32.gif');
    background-repeat: no-repeat;
    background-position: center;
    height: 50px;
    width: 100%;
}


#agent_list tbody tr{
    cursor: pointer;
}

    #agent_list tbody tr:hover {
        text-decoration:underline;
    }

    