﻿body {
    font-size: small;
    color: #000000;
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: Microsoft YaHei;
}

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";
}

.TextBox {
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-width: 1px;
    border-bottom-color: #6C6C6C;
}

.TextBoxKeepAccounts {
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

.tip {
    width: 200px;
    border: 2px solid #ddd;
    padding: 8px;
    background: #f1f1f1;
    color: #666;
}

.double {
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
    text-decoration: underline;
}

.MultigangInfo {
    position: absolute;
    font-family: Verdana, Helvetica, Sans-Serif;
    top: 40px;
    left: 680px;
    width: 20px;
    writing-mode: tb-rl;
    text-align: center;
    filter: flipH() flipV() alpha(opacity=50);
}


fieldset {
    border: 1px solid #d0d0d0;
}

textarea {
    resize: none;
}

.td-right-25 {
    width: 25%;
    text-align: right;
    height:25px;
}
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}



/*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;
}
