﻿ body
        {
            font-family:Microsoft YaHei;
            background-color:#F0F0F0;
        }

         A:link
        {
            color: #FF6600;
            text-decoration: none;
        }
        A:visited
        {
            color: #FF6600;
            text-decoration: none;
        }
        A:active
        {
            color: #FF6600;
            cursor: hand;
            text-decoration: none;
        }
        A:hover
        {
            color: red;
            cursor: hand;
            text-decoration: "underline";
 
        }
      
.TextBoxKeepAccounts {
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}

.pagination a[disabled] {
    color: #393D49;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination span.active {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #FF6600;
    border-color: #FF6600;
}


/*scrollbar*/
div::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

div::-webkit-scrollbar-track {
    background: rgb(239, 239, 239);
    border-radius: 2px;
}

div::-webkit-scrollbar-thumb {
    background: #bfbfbf;
    border-radius: 10px;
}

    div::-webkit-scrollbar-thumb:hover {
        background: #FF6600;
    }

div::-webkit-scrollbar-corner {
    background: #FF6600;
}



/*scrollbar*/
div::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

div::-webkit-scrollbar-track {
    background: rgb(239, 239, 239);
    border-radius: 2px;
}

div::-webkit-scrollbar-thumb {
    background: #bfbfbf;
    border-radius: 10px;
}

    div::-webkit-scrollbar-thumb:hover {
        background: #FF6600;
    }

div::-webkit-scrollbar-corner {
    background: #FF6600;
}
