﻿.BtnGrayA, .BtnGrayB, .BtnGrayC, .BtnQuery, .BtnExportDetail, .exportImgXLS, .exportImgCSV {
    background-image: url(../../Images/Common/BtnBG.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.BtnGreenA, .BtnGreenB, .BtnGreenC, .BtnBlueA, .BtnBlueB, .BtnBlueC {
    background-color: #409eff;
    background-repeat: no-repeat;
    border-radius: 4px;
    cursor: pointer;
}

.BtnGreenA, .BtnGreenB, .BtnGreenC, .BtnBlueA, .BtnBlueB, .BtnBlueC, .BtnGrayA, .BtnGrayB, .BtnGrayC, .BtnQuery {
    border: 0px;
    font-size: 16px;
    height: 31px;
}

.BtnGreenA, .BtnGreenB, .BtnGreenC, .BtnBlueA, .BtnBlueB, .BtnBlueC {
    color: White;
}

.BtnGrayA, .BtnGrayB, .BtnGrayC {
    color: #757575;
}

.BtnGreenA, .BtnBlueA, .BtnGrayA {
    width: 166px;
}

.BtnGreenB, .BtnBlueB, .BtnGrayB {
    width: 126px;
}

.BtnGreenC, .BtnBlueC, .BtnGrayC {
    width: 86px;
}

.BtnQuery {
    width: 86px;
}

.BtnGreenA {
    background-position: 0 0;
    cursor: pointer;
}

    .BtnGreenA:hover {
        background-position: 0 -31px;
    }

.BtnGreenB {
    background-position: 0 -101px;
}

    .BtnGreenB:hover {
        background-position: 0 -132px;
    }

.BtnGreenC {
    background-position: 0 -202px;
}

    .BtnGreenC:hover {
        background-position: 0 -233px;
    }

.BtnBlueA {
    background-position: 0 -304px;
}

    .BtnBlueA:hover {
        background-position: 0 -335px;
    }

.BtnBlueB {
    background-position: 0 -405px;
}

    .BtnBlueB:hover {
        background-position: 0 -436px;
    }

.BtnBlueC {
    background-position: 0 -506px;
}

    .BtnBlueC:hover {
        background-position: 0 -537px;
    }

.BtnGrayA {
    background-position: 0 -610px;
}

    .BtnGrayA:hover {
        background-position: 0 -641px;
    }

.BtnGrayB {
    background-position: 0 -711px;
}

    .BtnGrayB:hover {
        background-position: 0 -742px;
    }

.BtnGrayC {
    background-position: 0 -812px;
}

    .BtnGrayC:hover {
        background-position: 0 -843px;
    }

.BtnQuery {
    background-position: 0 -907px;
}

    .BtnQuery:hover {
        background-position: 0 -938px;
    }

input[type="submit"]:disabled {
    color: #ababab;
    background: #eee;
    border: 0px;
    border-radius: 3px;
    height: 31px !important;
}

.BtnDisabled {
    color: white !important;
    background: #730000 !important;
    height: 31px !important;
}

.BtnExportDetail {
    background-position: 0 -1188px;
    width: 101px;
    height: 31px;
    float: left;
    border: 0px;
    font-size: 16px;
    height: 31px;
}

    .BtnExportDetail:hover {
        background-position: 0 -1219px;
    }

.exportImgXLS {
    float: left;
    width: 25px;
    height: 25px;
    background-position: 0 -1352px;
}

.exportImgCSV {
    float: left;
    width: 25px;
    height: 25px;
    background-position: 0 -1324px;
}

.exportImgText {
    padding-left: 10px;
}

.btn {
    background: #aaa;
    padding: 3px 20px 5px 20px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font: 14px microsoft yahei,sans-serif;
    margin-right: 10px;
    border: 0px;
}


    .btn.blue {
        background: #7e8ea2;
    }

    .btn:hover {
        background-color: #323a45;
        color: #fff;
        text-decoration: none;
    }

    .btn:active {
        background-color: #444;
    }

    .btn[class] {
        background-position: bottom;
    }

/*.SearchTable下为导出按钮加的ul  */
ul.SearchTable_Ul li {
    float: left;
    width: 101px;
}

    ul.SearchTable_Ul li:first-child {
        width: 94px;
    }

/* 可选择导出格式的导出按钮组合 */
.DropDownButton {
    position: relative;
}

    .DropDownButton input[type=submit] {
        background-image: url(../../Images/Common/BtnBG.png);
        background-position: 0 -1003px;
        background-repeat: no-repeat;
        border: 0px;
        font-size: 16px;
        height: 31px;
        width: 83px;
        float: left;
        cursor: pointer;
    }

        .DropDownButton input[type=submit]:hover {
            background-position: 0 -1034px;
        }

    .DropDownButton span#exportSelect {
        background-image: url(../../Images/Common/BtnBG.png);
        background-position: 0 -1256px;
        background-repeat: no-repeat;
        width: 16px;
        height: 29px;
        vertical-align: middle;
        display: block;
        cursor: pointer;
        float: left;
    }

        .DropDownButton span#exportSelect:hover {
            background-position: 0 -1286px;
        }

.exportUl {
    width: 80px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 31px;
    background-color: #fff;
    border: 1px solid #CFCFCF;
    font-family: 微软雅黑;
    font-size: 10pt;
    margin-top: 0px;
    display: none;
}

    .exportUl li {
        display: table;
    }

        .exportUl li:hover {
            color: red;
        }
/* 导出按钮组合end */
