.lbtnNew, .lbtnEdit, .lbtnCancel, .lbtnReturn, .lbtnSave, .lbtnSaveOk, .lbtnDelete, .lbtnExcel, .lbtnStart, .lbtnSearch, .lbtnRefresh, .lbtnPrint, .lbtnStar, .lbtnChart, .lbtnUserEdit, .lbtn {
    background-position: right center;
    padding-right: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    padding-left: 30px;
    height: 16px;
    vertical-align: middle;
}

.btnCancel {
    background: url("/images/return.png") no-repeat 60px center #e5e5e5;
    padding: 5px 24px;
    border: 1px solid gray;
    border-radius: 3px;
    cursor: pointer;
}

.btnSave {
    background: url("/images/disk_blue.png") no-repeat 60px center #e5e5e5;
    padding: 5px 24px;
    border: 1px solid gray;
    border-radius: 3px;
    cursor: pointer;
}

.btnSaveOk {
    background: url("/images/disk_blue_ok.png") no-repeat 60px center #e5e5e5;
    padding: 5px 24px;
    border: 1px solid gray;
    border-radius: 3px;
    cursor: pointer;
}

.lbtnNew {
    background: url("/images/add.gif") no-repeat right center;
}

.lbtnEdit {
    background: url("/images/edit.gif") no-repeat right;
}

.lbtnCancel {
    background: url("/images/return.png") no-repeat right;
}

.lbtnReturn {
    background: url("/images/return.png") no-repeat right;
}

.lbtnSave {
    background: url("/images/disk_blue.png") no-repeat right;
}

.lbtnSaveOk {
    background: url("/images/disk_blue_ok.png") no-repeat right;
}

.lbtnDelete {
    background: url("/images/delete26.gif") no-repeat right;
}

.lbtnExcel {
    background: url("/images/excel.gif") no-repeat right;
}

.lbtnStart {
    background: url("/images/start-icon.gif") no-repeat right;
}

.lbtnSearch {
    background: url("/images/search.png") no-repeat right;
    width: 25px;
    height: 25px;
}

.lbtnRefresh {
    background: url("/images/refresh.png") no-repeat right;
}

.lbtnPrint {
    background: url("/images/printer.png") no-repeat right;
    height: 24px;
    display: inline-block;
}

.lbtnUserEdit {
    background: url("/images/user_edit16.png") no-repeat right;
}

.lbtnChart {
    background: url("/images/chart.png") no-repeat right;
}

.lbtnStar {
    background: url("/images/star.png") no-repeat right;
}

#ajaxLoading {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    background: black;
    opacity: 0.8;
    filter: alpha(opacity = 80);
    vertical-align: middle;
    display: none;
    z-index: 10000;
}

.tabsContainer .tabs {
    margin: 0;
    padding: 0;
    float: none;
    display: block;
    overflow: hidden;
}

.tabsContainer > div {
    padding: 10px;
    width: 90%;
    background: #fff;
    float: none;
    border: 1px solid #aaa;
    margin-top: -1px;
    border-radius: 5px 0 5px 5px;
    margin-bottom: 15px;
}

.tabsContainer .tabs li {
    list-style: none;
    float: right;
    margin-left: 10px;
}

.tabsContainer .tabs a {
    display: inline-block;
    background: #666;
    color: #fff;
    text-decoration: none;
    border-radius: 3px 3px 0 0;
    border: 1px solid #aaa;
    border-bottom: none;
    padding: 15px;
    font: bold 15px/1 arial;
}

    .tabsContainer .tabs a.active {
        background: #fff;
        color: #333;
    }

.tablestyle {
    border: 1px solid rgb(128, 128, 128);
    width: 100%;
    font-size: 11px;
    background-color: #fff;
    border-spacing: 0px;
    border-collapse: collapse;
}

    .tablestyle td a {
        font-weight: bold;
        text-decoration: none;
    }

.altrowstyle {
    background-color: #f8f8f8;
}

.headerstyle th, .tablestyle caption {
    background: #222;
    padding: 5px 10px;
    border: 1px solid #777;
    text-align: center;
    color: #fff;
    font-weight: bold;
    vertical-align: middle;
}

    .headerstyle th a {
        text-align: center;
        color: #fff;
        padding-left: 10px;
        font-weight: bold;
        text-decoration: none;
        display: block;
    }

.rowstyle th, .altrowstyle th {
    font-weight: bold;
    padding: 4px 10px;
    border-left-color: rgb(128, 128, 128);
    border-left-width: 1px;
    border-left-style: solid;
}

.rowstyle td {
    padding: 4px 10px;
    border-left-color: rgb(128, 128, 128);
    border-left-width: 1px;
    border-left-style: solid;
}

.altrowstyle td {
    padding: 4px 10px;
    border-left-color: rgb(128, 128, 128);
    border-left-width: 1px;
    border-left-style: solid;
}

.tablestyle td a img {
    border: 0px currentColor;
}

.PagerStyle {
    background: rgb(238, 238, 238);
    height: 28px;
    vertical-align: middle;
}
