.epoint-validator {
    vertical-align: middle;
    position: absolute;
    height: 22px;
    cursor: text;
    padding: 0 5px 0 5px;
    line-height: 22px;
    background-image: none!important;
}

.TextboxTable {
    display: table;
}

.TextboxContainer {
    position: relative;
    margin: 0 0px;
    border: 0px solid #b6af95;
    padding: 0 0px 0 0px;
    background-color: #fff;
    border-collapse: collapse;
}



.TextboxTable .TextboxContainer {
    display: table-cell;
    width: 100%;
    *width: auto;
    position: inherit;
    *float: left;
    margin-left: 0;
}

.TextboxTable .textAfterInput {
    color: #666;
    height: 22px;
    line-height: 22px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px;
    *float: left;
}

.TextboxTable .textPreInput {
    padding-left: 5px;
    color: #666;
    height: 22px;
    line-height: 22px;
    display: table-cell;
    vertical-align: middle;
    *float: left;
}

.clearboth {
    clear: both;
}

.inputtxt {
    vertical-align: middle;
    width: 100%;
    min-height: 30px;
    line-height: 22px;
    background-color: #fff;
    color: #6d612f;
    border: 1px solid #ccc;
    padding: 0 3px 0 5px;
}


.table-control2-mustfill .TextboxContainer .inputtxt {
    border-color: #843534;
}

.table-control2-mustfill .TextboxContainer .inputtxt:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}

    .inputtxt[disabled] {
        background-color: #eee;
        opacity: 1;
        cursor: not-allowed;
    }

.TextboxContainer .inputtxt {
    border: solid;
    border-width:1px;
    border-color:#ccc;
    padding: 0 3px 0 5px;
}

    .TextboxContainer .inputtxt:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

.table-control > .TextboxContainer > .inputtxt, .table-control2 > .TextboxContainer > .inputtxt, .table-control3 > .TextboxContainer > .inputtxt, .table-control4 > .TextboxContainer > .inputtxt, .table-control5 > .TextboxContainer > .inputtxt, .table-control-detail > .TextboxContainer > .inputtxt {
    float: left;
    color: #6e622e;
}

.TextboxTable .inputtxt {
    float: left;
    padding: 0;
    margin: 0;
    *width: expression(eval(this.parentNode.parentNode.offsetWidth-10-(this.parentNode.nextSibling?this.parentNode.nextSibling.offsetWidth:5)-(this.parentNode.previousSibling?this.parentNode.previousSibling.offsetWidth:0)));
}

.defaultMask {
    position: absolute;
    color: #666;
}

.EpointMessage {
    color: #000;
    padding-bottom: 4px;
    position: absolute;
    z-index: 10;
    font-size: 12px;
    vertical-align: middle;
    background: url(img/BackgroundImage.gif) no-repeat left bottom;
}

    .EpointMessage .EpointMessageContent {
        background: #ffc;
        padding: 2px 5px;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        border-top: 1px solid #000;
        white-space: nowrap;
    }

    .EpointMessage .EpointMessageInfo {
        line-height: 20px;
        margin-left: 5px;
        vertical-align: middle;
    }

.TextFromToMiddle {
    width: 20px;
    text-align: center;
    line-height: 20px;
    padding: 0;
    float: left;
}

.NumToText {
    display: inline;
}

.EpointButton {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 1px;

    display: inline-block;
    
    font-weight: 400;

    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;

    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .EpointButton[disabled] {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
        background-color: #337ab7;
        border-color: #2e6da4;
    }

.CuteButton {
    background-color: #00930f;
    border: none;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    padding: 0 10px;
    *padding: 0;
    *border: 0 solid;
    cursor: pointer;
    font-size: 14px;
    font-weight: bolder;
    vertical-align: middle;
    color: #fff;
}

.EpointSelector {
    border-color: #d2d2d2;
    border-width: 1px;
    border-style: solid;
    font-size: 13px;
    background-color: #fff;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffff,EndColorStr=#ebebeb);
    background: -ms-linear-gradient(top,#fff,#ebebeb);
    background: linear-gradient(#fff,#ebebeb);
    background: -o-linear-gradient(top,#fff,#ebebeb);
    color: #333;
    cursor: pointer;
    *overflow: visible;
    height: 24px;
    line-height: 18px;
    font-weight: normal;
    padding: 0 5px 0 5px;
    vertical-align: middle;
}

.EpointSelTxt {
    float: left;
    Width: 77px;
    margin-right: 5px;
    *padding-left: 0;
}

    .EpointSelTxt .inputtxt {
        *width: 99.5%;
    }

.EpointSelTxt2 {
    float: left;
    Width: 236px;
    *Width: 239px;
    margin-right: 5px;
    *padding-left: 0;
}

    .EpointSelTxt2 .inputtxt {
        *width: 98%;
    }

.EpointSelTxt5 {
    float: left;
    Width: 687px;
    *Width: 689px;
    margin-right: 5px;
    *padding-left: 0;
}

    .EpointSelTxt5 .inputtxt {
        *width: 99.5%;
    }

.table-title-1px {
    width: 150px;
    height: 1px;
}

.table-control2-1px {
    width: 300px;
    height: 1px;
}

.EpointSelTxt-90 {
    float: left;
    width: 90px;
}

    .EpointSelTxt-90 .inputtxt {
        *width: 95%;
    }

.EpointSelTxt2-150 {
    float: left;
    width: 150px;
}

    .EpointSelTxt2-150 .inputtxt {
        *width: 98%;
    }

.EpointToolCommand {
    color: #fff;
    background-color: rgb(51, 122, 183);
    margin-right: 1px;
    border: none;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    padding: 0 10px;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: bolder;
    vertical-align: middle;
}

.WebToolBarTemplate {
    border: none;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    float: left;
    vertical-align: middle;
}

.button-over {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
        text-decoration: none;
}

.table-control2 .EpointButton, .table-control2-mustfill .EpointButton{
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 1px;

    display: inline-block;
    
    font-weight: 400;

    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;

    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.table-control2 .button-over {
    color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
}

.EpointToolBar .button-over {
    *padding: 0 10px;
}

.toolbar .EpointButton {
    border: none;
    height: 34px;
    width: auto;
    *padding: 0;
    margin-right: 1px;
}

.toolbar .CuteButton {
    border: none;
    height: 34px;
    width: auto;
    *padding: 0;
    margin-right: 1px;
}

.EpointTreeView {
    margin: 3px;
}

    .EpointTreeView .Node {
        white-space: nowrap;
    }

    .EpointTreeView .CurNode {
        background-color: #dfedfa!important;
    }

    .EpointTreeView .NodeOver {
        background-color: #fde6a2;
    }

    .EpointTreeView SPAN {
        display: -moz-inline-box;
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
    }

    .EpointTreeView a {
        text-decoration: none;
        outline: none;
    }

        .EpointTreeView a:link, a:visited, a:hover, a:active {
            text-decoration: none;
        }

    .EpointTreeView Span, .EpointTreeView .SpanImg, .EpointTreeView .SpanExpandImg {
        width: 20px;
        height: 19px;
        background-image: url(img/EpointControls/tree.png);
        background-position: 20px 20px;
        background-repeat: no-repeat;
    }

    .EpointTreeView .SpanContent {
        padding: 0 5px;
        font-size: 12px;
    }

    .EpointTreeView .SpanCtrl INPUT:focus {
        outline: none;
    }

    .EpointTreeView .inputtxt :focus {
        outline: none;
        border-width:0px;
        box-shadow:none;
    }

    .EpointTreeView .root {
        background-position: -14px -30px;
    }

    .EpointTreeView .rootE {
        background-position: -14px -10px;
    }

    .EpointTreeView .folder {
        background-position: -14px -35px;
    }

    .EpointTreeView .folderE {
        background-position: -14px -10px;
    }

    .EpointTreeView .file {
        background-position: -14px -60px;
    }

    .EpointTreeView .L0 {
        background-position: -34px -60px;
    }

    .EpointTreeView .L1 {
        background-position: -57px -60px;
    }

    .EpointTreeView .L2 {
        background-position: -82px -60px;
    }

    .EpointTreeView .L3 {
        background-position: -136px -60px;
    }

    .EpointTreeView .L4 {
        background-position: -106px -60px;
    }

    .EpointTreeView .PM {
        background-position: -34px -35px;
        cursor: pointer;
    }

    .EpointTreeView .PME {
        background-position: -34px -10px;
    }

    .EpointTreeView .PM0 {
        background-position: -106px -35px;
        cursor: pointer;
    }

    .EpointTreeView .PM1 {
        background-position: -82px -35px;
        cursor: pointer;
    }

    .EpointTreeView .PM2 {
        background-position: -136px -35px;
        cursor: pointer;
    }

    .EpointTreeView .PM3 {
        background-position: -57px -35px;
        cursor: pointer;
    }

    .EpointTreeView .PM0E {
        background-position: -106px -10px;
    }

    .EpointTreeView .PM1E {
        background-position: -82px -10px;
    }

    .EpointTreeView .PM2E {
        background-position: -136px -10px;
    }

    .EpointTreeView .PM3E {
        background-position: -57px -10px;
    }

.EpointTreePopDiv {
    z-index: 899;
    position: absolute;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    *overflow-x: auto;
    border: solid 1px #b6af95;
    margin-left: -1px;
    background-color: #fff;
    *width: 100%;
}

    .EpointTreePopDiv .EpointTreeView {
        overflow: auto;
        top: 0;
    }

    .EpointTreePopDiv .EpointTreePopDiv-footer {
        height: 35px;
        width: 100%;
        background: #efefef;
        border-top: solid 1px #b6af95;
        text-align: center;
    }

    .EpointTreePopDiv .EpointTreePopDiv-button {
        margin-top: 5px;
        border: 1px solid #a9acb5;
        color: #201f35;
        display: inline-block;
        text-decoration: none;
        padding: 2px 0;
        width: 52px;
        line-height: 20px;
        text-align: center;
        outline: none;
        cursor: pointer;
        vertical-align: middle;
    }

.EpointTreeView .Search {
    margin: 3px 0;
    height: 20px;
    background-color: #fff;
    border: solid 1px #b6af95;
    vertical-align: middle;
    position: relative;
}

    .EpointTreeView .Search INPUT {
        position: relative;
        top: 0;
        left: 2px;
        right: 24px;
        border: solid 0 #bed0de;
        height: 16px;
        margin-left: 3px;
        margin-top: 2px;
    }

        .EpointTreeView .Search INPUT:focus {
            outline: none;
        }

    .EpointTreeView .Search SPAN {
        position: absolute;
        right: 2px;
        top: 0;
        width: 17px;
        height: 17px;
        display: inline-block;
        background-image: url(img/EpointControls/tree.png);
        background-repeat: no-repeat;
        cursor: pointer;
    }

    .EpointTreeView .Search .Submit {
        right: 19px;
        background-position: -106px -88px;
    }

    .EpointTreeView .Search .Clear {
        background-position: -34px -114px;
    }

.EpointTextTreeViewContainer {
    position: relative;
    margin: 0 0px;
    border: solid 1px #ccc;
    padding-left: 0px;
    background-color: #fff;
    *display: inline-block;
}

.EpointTextTreeView {
    position: relative;
    vertical-align: middle;
    background-color: #fff;
    display: table;
    width: 100%;
    word-break: break-all;
}

.EpointTextTreeViewDisable {
    border: solid 1px #dadada;
}

.EpointTextTreeView Span {
    height: 30px;
    width: 20px;
    background-position-y: 1px;
    vertical-align: middle;
    background-repeat: no-repeat;
    cursor: pointer;
    display: table-cell;
    *display: inline-block;
    *float: left;
}

    .EpointTextTreeView Span DIV {
        height: 22px;
        width: 20px;
        background-image: url(img/EpointControls/tree.png);
    }

.EpointTextTreeViewDisable .EpointTextTreeView Span {
    cursor: initial;
}

.EpointTextTreeView .inputtxt {
    border: solid #fff 0;
    line-height: 22px;
    *float: left;
    vertical-align: middle;
    display: table-cell;
    padding-left: 5px;
    height:22px;
}

.EpointTextTreeViewDisable .EpointTextTreeView INPUT {
    color: #dadada;
}

.EpointTextTreeView INPUT:focus {
        
}

.EpointTextTreeView .Select DIV {
    background-position: -82px -87px;
}

.EpointTextTreeViewDisable .EpointTextTreeView .Select DIV {
    background-position: -82px -113px;
}

.EpointTextTreeView .Clear DIV {
    width: 21px;
    background-position: -56px -87px;
    border-left: solid 0px #b6af95;
}

.EpointTextTreeViewDisable .EpointTextTreeView .Clear DIV {
    width: 21px;
    background-position: -56px -113px;
    border-left: solid 1px #dadada;
}

.Grid {
    position: relative;
}

    .Grid .GridFronze {
        position: absolute;
        left: 0;
        top: 0;
    }

    .Grid .GridFronzeBody {
        overflow: hidden;
        border-right: #fff 0 solid;
    }

    .Grid .GridFronzeBodyTable {
        table-layout: fixed;
        cursor: default;
        border-collapse: separate;
    }

.Grid .GridMainBody {
    overflow: hidden;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
}
  

.Grid .ResizeProxy {
    position: absolute;
    background-color: #c6d0d9;
    width: 1px;
    top: 0;
    cursor: e-resize;
    display: none;
}

.Grid .GridHeader {
    overflow: hidden;
    text-align: left;
}

.Grid .GridHeaderInner {
    /*border-bottom: #c6d0d9 2px solid;*/
    width: 100%;
    font-size: 14px;
    font-weight:500;
}

.Grid .GridFronze .GridHeader {
    border-right: #fff 0 solid;
}

.Grid .GridHeaderTable {
    table-layout: fixed;
    cursor: default;
    border-collapse: separate;
    word-break: break-all;
}

.Grid .ColHeader, .AspGrid .GridHeaderInner TD {
    border-right: #fff 0px solid;
    border-bottom: #C6D0D9 0px solid;
    border-left: #ffffff 0px solid;
    border-top: #ffffff 0px solid;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
    height: 30px;
    /*padding-left: 6px;
    padding-right: 6px;*/
    word-break: break-all;
}

    .Grid .ColHeader .ComplexHeadCellContent2 {
        border-right: #fff 1px solid;
        min-height: 60px;
        line-height: 60px;
    }

    .Grid .ColHeader .ComplexHeadCellContent3 {
        border-right: #fff 1px solid;
        min-height: 90px;
        line-height: 90px;
    }

    .Grid .ColHeader .ComplexHeadCellContent4 {
        border-right: #fff 1px solid;
        min-height: 120px;
        line-height: 120px;
    }

    .Grid .ColHeader .HeadCellContent, .AspGrid .GridHeaderInner TD DIV {
        border-right: #fff 1px solid;
        line-height: 30px;
        height: 100%;
    }

        .Grid .ColHeader .HeadCellContent input {
            vertical-align: middle;
            *margin-top: 5px;
        }

    .Grid .ColHeader .ComplexCellContent {
        border-bottom: #fff 1px solid;
        border-right: #fff 1px solid;
        line-height: 30px;
        height: 30px;
    }

    .Grid .ColHeader .ComplexHeadCellContent2 .epoint-checkbox {
        margin-left: 1px;
    }

    .Grid .ColHeader A, .AspGrid .GridHeaderInner TD A {

    }

.Grid .FirstColHeader {
    border-left: #fff 0 solid;
}

.Grid .GroupedHeader, .Grid .HeaderSelecter {
    padding: 0;
    width: 5px;
}

.Grid .GridBody {
    border: solid 0 #fff;
    position: relative;
    text-align: left;
}

.Grid .GridMainBody .GridBody {
    overflow: auto;
}

.Grid .GridFronze .GridBody {
    overflow: hidden;
}

.Grid .GridBodyTable {
    table-layout: fixed;
    cursor: default;
    border-collapse: separate;
    word-break: break-all;
}

.Grid .GridRow {
    background-color: #fff;
    font-size: 14px;
}

.Grid .GridARow {
    background-color: #fff;
    font-size: 14px;
}

.Grid .GridCell, .Grid .GridCellAutoHeight, .AspGrid .GridRow TD, .AspGrid .GridARow TD {
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    text-wrap: none;
    min-height: 30px;
    height: 30px;
}

.AspGrid .GridRow TD, .AspGrid .GridARow TD {
    border: none;
}

    .Grid .GridCell .GridCellContent, .Grid .GridCellAutoHeight .GridCellContent, .AspGrid .GridRow TD .GridCellContent, .AspGrid .GridARow TD .GridCellContent {
        padding-left: 6px;
        padding-right: 6px;
    }

    .Grid .GridCell .GridCellContentNoPadding, .Grid .GridCellAutoHeight .GridCellContentNoPadding, .AspGrid .GridRow TD .GridCellContentNoPadding, .AspGrid .GridARow TD .GridCellContentNoPadding {
        padding: 0;
    }

    .Grid .GridCell .GridCellContent .inputtxt, .Grid .GridCellAutoHeight .GridCellContent .inputtxt, .AspGrid .GridRow TD .GridCellContent .inputtxt, .AspGrid .GridARow TD .GridCellContent .inputtxt {
    }

.Grid .GridCell, .AspGrid .GridRow TD, .AspGrid .GridARow TD {
    height: 30px;
}

.Grid .GridRow .RowSelecter, .Grid .GridARow .RowSelecter {
    padding: 0;
    width: 5px;
}

.Grid .GridRow .RowNumber, .Grid .GridARow .RowNumber {
    font-size: 12px;
}

.Grid .GridFooter, .Grid .GroupHeader {
    background-color: #83d2f6!important;
}

    .Grid .GroupHeader TD {
        border-bottom: solid 1px #fff;
    }

    .Grid .GridFooter TD {
    }

.Grid .GroupCell {
    padding: 0;
    background-color: #fff!important;
}

.Grid .GroupHeader .GroupHeaderCell {
    background-color: #83d2f6!important;
    line-height: 30px;
    padding: 0;
}

.Grid .GridCell .epoint-checkbox, .Grid .GridCellAutoHeight .epoint-checkbox {
    margin: 0;
}

.Grid .ColHeader .epoint-checkbox {
    margin-left: 1px;
    *margin-left: 3px;
}

    .Grid .ColHeader .epoint-checkbox input {
        *margin-right: 10px;
    }

.Grid .GridCell .SpanImg, .Grid .GridCellAutoHeight .SpanImg {
    min-width: 20px;
    width: 20px;
    height: 20px;
    display: table-cell;
    *display: inline-block;
    *float: left;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.Grid .GroupHeader .SpanImg {
    min-width: 20px;
    width: 20px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-color: #fff;
    float: left;
}

.Grid .GridCell .SpanExpandImg, .Grid .GridCellAutoHeight .SpanExpandImg {
    min-width: 20px;
    width: 20px;
    height: 20px;
    background-image: url(img/EpointControls/tree.png);
    background-position: -34px -35px;
    cursor: pointer;
    display: table-cell;
    *display: inline-block;
    float: left;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.Grid .GridCell .TextboxContainer, .Grid .GridCellAutoHeight .TextboxContainer {
    margin: 0;
    *position: static;
}

.Grid .GridCell .GridCellContentSelf, .Grid .GridCellAutoHeight .GridCellContentSelf {
    display: table;
    padding: 4px 6px 2px 6px;
}

    .Grid .GridCell .GridCellContentSelf .TextboxContainer, .Grid .GridCellAutoHeight .GridCellContentSelf .TextboxContainer {
        *margin-left: 0;
        position: static;
        display: table-cell;
        *display: inline-block;
        *float: left;
        width: 100%;
        *width: auto;
    }

        .Grid .GridCell .GridCellContentSelf .TextboxContainer Input, .Grid .GridCellAutoHeight .GridCellContentSelf .TextboxContainer Input {
            *width: auto;
            float: left;
        }

.Grid .GridCell .PME, .Grid .GridCellAutoHeight .PME {
    background-position: -34px -10px;
}

/*添加树形Grid展开收起样式*/


.Grid .GridCell .root, .Grid .GridCellAutoHeight .root {
    background-position: -14px -30px;
}

.Grid .GridCell .rootE, .Grid .GridCellAutoHeight .rootE {
    background-position: -14px -10px;
}

.Grid .GridCell .folder, .Grid .GridCellAutoHeight .folder {
    background-position: -14px -35px;
}

.Grid .GridCell .folderE, .Grid .GridCellAutoHeight .folderE {
    background-position: -14px -10px;
}

.Grid .GridCell .file, .Grid .GridCellAutoHeight .file {
    background-position: -14px -60px;
}

.Grid .GridCell .L0, .Grid .GridCellAutoHeight .L0 {
    background-position: -34px -60px;
}

.Grid .GridCell .L1, .Grid .GridCellAutoHeight .L1 {
    background-position: -57px -60px;
}

.Grid .GridCell .L2, .Grid .GridCellAutoHeight .L2 {
    background-position: -82px -60px;
}

.Grid .GridCell .L3, .Grid .GridCellAutoHeight .L3 {
    background-position: -136px -60px;
}

.Grid .GridCell .L4, .Grid .GridCellAutoHeight .L4 {
    background-position: -106px -60px;
}

.Grid .GridCell .PM, .Grid .GridCellAutoHeight .PM {
    background-position: -34px -35px;
    cursor: pointer;
}

.Grid .GridCell .PM0, .Grid .GridCellAutoHeight .PM0 {
    background-position: -106px -35px;
    cursor: pointer;
}

.Grid .GridCell .PM1, .Grid .GridCellAutoHeight .PM1 {
    background-position: -82px -35px;
    cursor: pointer;
}

.Grid .GridCell .PM2, .Grid .GridCellAutoHeight .PM2 {
    background-position: -136px -35px;
    cursor: pointer;
}

.Grid .GridCell .PM3, .Grid .GridCellAutoHeight .PM3 {
    background-position: -57px -35px;
    cursor: pointer;
}

.Grid .GridCell .PM0E, .Grid .GridCellAutoHeight .PM0E {
    background-position: -106px -10px;
}

.Grid .GridCell .PM1E, .Grid .GridCellAutoHeight .PM1E {
    background-position: -82px -10px;
}

.Grid .GridCell .PM2E, .Grid .GridCellAutoHeight .PM2E {
    background-position: -136px -10px;
}

.Grid .GridCell .PM3E, .Grid .GridCellAutoHeight .PM3E {
    background-position: -57px -10px;
}
.Grid .GridCell .grid_textbox {
    margin: 0 6px;
    width: 100%;
}

.Grid .FirstCell {
    border-left: #fff 0 solid;
}

.Grid .FixCell {
    width: 100%;
    background-color: #fff!important;
    border: 0!important;
}

.Grid .Sort {
    background-repeat: no-repeat;
    background-position: 0 center;
    background-attachment: scroll;
    padding: 0 12px 0 0;
    background-color: Transparent;
}

.Grid .Asc {
    background-image: url(Img/EpointControls/up.gif);
}

.Grid .Desc {
    background-image: url(Img/EpointControls/down.gif);
}

.Grid .GridPager {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 33px;
    *width: 100%;
    border-top: solid 1px #b6af95;
}

.Grid .NoRelative {
    position: static;
}

.Grid .GridPager .PagerWrapper {
    margin-top: 0;
    font-size: 13px;
    background-color: #eaeaea;
    color: #555;
    text-align: right;
    height: 33px;
    *width: 100%;
    vertical-align: middle;
}

.Grid .GridPager .PagerStatus {
    padding-left: 40px;
    /*width: 250px;*/
    float: left;
    height: 32px;
    line-height: 32px;
    text-align: left;
}

.Grid .GridPager A, .Grid .GridPager .PageNum, .Grid .GridPager .PageButton {
    *vertical-align: middle;
    border: solid 1px #ddd;
    height: 26px;
    *height: 24px;
    text-align: center;
    background-color: #fff;
    margin: 2px 5px 0 0;
    display: inline-block;
    width: auto;
    min-width: 34px;
    line-height: 26px;
    padding: 0;
}

.Grid .GridPager .divDrop {
    vertical-align: middle;
    height: 23px;
    text-align: center;
    margin: -6px 5px 0 0;
    *margin-top: -2px;
    display: inline-block;
    width: auto;
    min-width: 34px;
    *line-height: 23px;
    padding: 0;
}

.Grid .GridPager .PageButton {
    background-repeat: no-repeat;
    font-size: 12px;
    width: 60px;
    height: 26px;
    background-color: #777;
    color: #fff;
}

.Grid .GridPager .PageCur {
    color: red;
}

.Grid .GridPager .Prev {
    background-image: url(img/mainframe.png);
    background-position: -310px -310px;
    background-repeat: no-repeat;
    padding-left: 10px;
    width: 50px;
    *width: 60px;
}

.GridPager .DropDownTextBox {
    height:26px;
}

.GridPager .inputtxt {
    height:26px;
    min-height:26px !important;
}

.Grid .GridPager .Next {
    background-image: url(img/mainframe.png);
    background-repeat: no-repeat;
    background-position: -400px -310px;
    *background-position: -380px -310px;
    padding-right: 10px;
    width: 50px;
    *width: 60px;
}

.Grid .GridPager .PrevDisable {
    background-color: #fff;
    color: #545454;
    background-position: -310px -270px;
}

.Grid .GridPager .NextDisable {
    background-color: #fff;
    color: #545454;
    background-position: -390px -270px;
}

.Grid .GridPager .disable {
    background-color: #fff;
    color: #545454;
}

.Grid .GridPager .PageText {
    width: 35px;
    text-align: center;
    height: 24px;
    margin: -3px 5px 0 0;
    *margin-top: 2px;
}

.Grid .GridPager .go {
    min-width: 0;
    width: 22px;
    height: 25px;
    *height: 22px;
    background-color: transparent;
    background-image: url(img/mainframe.png);
    background-position: -250px -270px;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
    min-width: 0;
    margin: 0 5px;
    padding-top: 1px;
    vertical-align: middle;
}

.Grid .GridPager .hid {
    display: none;
}

.Grid .HLR .GridCell, .Grid .HLR .GridCellAutoHeight, .AspGrid .HLR TD {
    background-color: #fdf49d;
}

.Grid .SelectedRow .GridCell, .Grid .SelectedRow .GridCellAutoHeight {
    background-color: #fdf49d;
}

.Grid .SelectedRow .RowSelecter {
    background-color: #fbc64a;
}

.Grid .CheckedRow .GridCell, .Grid .CheckedRow .GridCellAutoHeight {
    background-color: #dcdcdc;
}

.EpointDropDownGridContainer {
    margin: 0 5px;
    border: solid 1px #b6af95;
    padding-left: 5px;
    *display: inline-block;
    background-color: #fff;
    border-collapse: collapse;
    position: relative;
}

    .EpointDropDownGridContainer .EpointDropDownGrid {
        vertical-align: middle;
        background-color: #fff;
        display: table;
        width: 100%;
        word-break: break-all;
    }

        .EpointDropDownGridContainer .EpointDropDownGrid .inputtxt {
            border: solid #fff 0;
            *width: expression(eval(this.parentNode.offsetWidth-(this.nextSibling.nextSibling?this.nextSibling.nextSibling.offsetWidth:0)-(this.nextSibling.nextSibling.nextSibling?this.nextSibling.nextSibling.nextSibling.offsetWidth:0)));
            line-height: 22px;
            vertical-align: middle;
            display: table-cell;
            padding: 0;
            float: left;
        }

        .EpointDropDownGridContainer .EpointDropDownGrid Span {
            vertical-align: middle;
            display: table;
            width: 100%;
            word-break: break-all;
        }

        .EpointDropDownGridContainer .EpointDropDownGrid INPUT:focus {
            outline: none;
        }

        .EpointDropDownGridContainer .EpointDropDownGrid .Select {
            height: 22px;
            width: 20px;
            margin: 0;
            vertical-align: middle;
            background-repeat: no-repeat;
            cursor: pointer;
            display: table-cell;
            *display: inline-block;
            *float: left;
            background-image: url(img/EpointControls/tree.png);
            background-position: -82px -87px;
        }

        .EpointDropDownGridContainer .EpointDropDownGrid .Clear {
            height: 22px;
            width: 20px;
            margin: 0;
            vertical-align: middle;
            background-repeat: no-repeat;
            cursor: pointer;
            display: table-cell;
            *display: inline-block;
            *float: left;
            background-image: url(img/EpointControls/tree.png);
            background-position: -56px -87px;
            border-left: solid 1px #b6af95;
        }

    .EpointDropDownGridContainer .EpointGridPopDiv {
        position: absolute;
        border-top: solid 0 #b6af95;
        border-bottom: solid 1px #b6af95;
        border-right: solid 1px #b6af95;
        border-left: solid 1px #b6af95;
        background-color: #fff;
        margin-left: -6px;
        margin-top: 1px;
        z-index: 1;
        overflow: hidden;
    }

.DropDownTextBox {
    border: solid 1px #ccc;
    
    *display: inline-block;
    background-color: #fff;
    border-collapse: collapse;
    position: relative;
}

.Grid .GridCellContent .DropDownTextBox {
    margin: 0;
}

.DropDownTextBox .DropDown {
    vertical-align: middle;
    background-color: #fff;
    display: table;
    width: 100%;
    word-break: break-all;
}

.DropDownDisable {
    border: 1px solid #dadada;
}

.DropDownTextBox .DropDown .Select {
    height: 22px;
    width: 20px;
    margin: 0;
    vertical-align: middle;
    background-repeat: no-repeat;
    cursor: pointer;
    display: table-cell;
    *display: inline-block;
    *float: left;
}

    .DropDownTextBox .DropDown .Select DIV {
        height: 22px;
        width: 20px;
        background-image: url(img/EpointControls/tree.png);
        background-position: -82px -87px;
    }

.DropDownDisable .DropDown .Select DIV {
    cursor: initial;
    background-position: -82px -113px;
}

.DropDownTextBox .DropDown .inputtxt {
    border: solid #fff 0;
    line-height: 22px;
    vertical-align: middle;
    display: table-cell;
    padding: 0;
    float: left;
    padding-left:5px;
}

.DropDownDisable .DropDown INPUT {
    color: #dadada;
}

.DropDownTextBox .DropDown INPUT:focus {
    outline: none;

}

.DropDownTextBox .DropDownMain {
    position: absolute;
    border-top: solid 0 #b6af95;
    border-bottom: solid 1px #b6af95;
    border-right: solid 1px #b6af95;
    border-left: solid 1px #b6af95;
    background-color: #fff;
    margin-left: -1px;
    z-index: 10;
    overflow: hidden;
}

    .DropDownTextBox .DropDownMain .DropDownSearch, .EpointDropDownGridContainer .EpointGridPopDiv .DropDownSearch {
        margin: 3px;
        height: 18px;
        border: solid 1px #b6af95;
        vertical-align: middle;
        position: relative;
    }

        .DropDownTextBox .DropDownMain .DropDownSearch INPUT, .EpointDropDownGridContainer .EpointGridPopDiv .DropDownSearch INPUT {
            position: relative;
            top: -1px;
            left: 5px;
            right: 24px;
            border: solid 0 #bed0de;
            height: 16px;
        }

            .DropDownTextBox .DropDownMain .DropDownSearch INPUT:focus, .EpointDropDownGridContainer .EpointGridPopDiv .DropDownSearch INPUT:focus {
                outline: none;
            }

        .DropDownTextBox .DropDownMain .DropDownSearch DIV, .EpointDropDownGridContainer .EpointGridPopDiv .DropDownSearch DIV {
            position: absolute;
            right: 2px;
            top: 0;
            width: 20px;
            height: 17px;
            display: inline-block;
            background-image: url(img/EpointControls/tree.png);
            background-repeat: no-repeat;
            background-position: -106px -88px;
        }

    .DropDownTextBox .DropDownMain .DropDownMainWrapper {
        width: 100%;
        height: 100%;
        overflow: auto;
        margin-bottom: 3px;
        position: relative;
    }

    .DropDownTextBox .DropDownMain .dropdownitem {
        margin: 3px 3px 0 3px;
        min-height: 28px;
        padding-left: 8px;
        cursor: pointer;
        line-height: 28px;
        vertical-align: middle;
        word-break: break-all;
        font-size: 12px;
    }

        .DropDownTextBox .DropDownMain .dropdownitem .iconbg {
        }

    .DropDownTextBox .DropDownMain .dropdownitem-over {
        background-color: #5eb0e6;
        color: #fff;
    }

.Grid .GridCell .DropDownTextBox, .Grid .GridCellAutoHeight .DropDownTextBox {
    position: static;
}

.Grid .GridPager .divDrop .DropDownTextBox {
    text-align: left;
}

.Grid .GridPager .divDrop .DropDown {
    text-align: left;
    width: 72px;
    *display: inline-block;
}

.Grid .GridPager .divDrop .DropDownTextBox .DropDown .Select {
    *float: none;
}

    .Grid .GridPager .divDrop .DropDownTextBox .DropDown .Select DIV {
        background-position: -82px -87px;
    }

.Grid .GridPager .DropDown INPUT {
    width: 100%;
    text-align: center;
}

.Grid .GridPager .divDrop .DropDownMain {
    margin-top: 0;
    *margin-top: 1px;
}

    .Grid .GridPager .divDrop .DropDownMain .dropdownitem {
        text-align: left;
        padding-left: 10px;
    }

.EpointCalender {
    margin: 0 0px;
    position: relative;
    border-collapse: collapse;
    border: solid 1px #ccc;
    background-color: #fff;
    width: 100%;
    height:30px;
    display: block;
    vertical-align:middle;
}

    .EpointCalender[InputCN] {
        width: 155px;
    }

.EpointCalenderTime {
    width: 177px;
}

    .EpointCalenderTime[InputCN] {
        width: 210px;
    }

.CalenderInner {
    vertical-align: middle;
    padding-top:3px;
    width: 100%;
    border: 0;
}

.EpointCalenderDisable {
    border: 1px solid #dadada;
}

.EpointCalender .CalenderInner SPAN {
    margin: 0;
    vertical-align: middle;
    background-repeat: no-repeat;
    cursor: pointer;
    display: table-cell;
    *display: inline-block;
    *float: left;
    float:right;
}

.EpointCalender .CalenderInner .epoint-validator {
    float: none;
    cursor: text;
}

.EpointCalender .CalenderInner Span DIV {
    height: 22px;
    width: 20px;
    background-image: url(img/EpointControls/tree.png);
}

.EpointCalender .CalenderInner .SPAN5PX {
    min-width: 5px;
    width: 5px;
}

.EpointCalenderDisable .CalenderInner Span {
    cursor: initial;
}

.EpointCalender INPUT {
    border: solid #fff 0;
    vertical-align: middle;
    min-height: 22px;
    height:22px;
    color: #6d612f;
    display: table-cell;
    padding: 0;
    width: 70%;
    float: left;
    z-index:-100;
    padding-left:5px;
}

.EpointCalender[InputCN] INPUT {
    width: 108px;
}

.EpointCalenderTime INPUT {
    width: 130px;
}

.EpointCalenderTime[InputCN] INPUT {
    width: 163px;
}

.EpointCalenderDisable INPUT {
    color: #6d612f;
    background-color:rgb(255,255,255) !important;
}

.EpointCalender INPUT:focus {
    outline: none;
    box-shadow:none;
}

.EpointCalender .Select DIV {
    background-position: -82px -87px;
}

.EpointCalenderDisable .Select DIV {
    background-position: -82px -113px;
}

.EpointCalender .Clear DIV {
    background-position: -56px -87px;
    border-left: solid 0px #b6af95;
}

.EpointCalenderDisable .Clear DIV {
    background-position: -56px -113px;
    border-left: solid 1px #dadada;
}

.Grid .GridCell .EpointCalender, .Grid .GridCellAutoHeight .EpointCalender {
    position: inherit;
}

.CalenderPopDiv {
    position: absolute;
    border: solid 1px #b6af95;
    width: 191px;
    display: none;
    z-index: 899;
    background-color: #fff;
    overflow: hidden;
    margin-top: 0;
    margin-left: -1px;
    font-size: 12px;
}

    .CalenderPopDiv .wrapper, .CalenderPopDiv .wrapper-menu {
        position: relative;
        margin: 6px 3px 3px 6px;
    }

    .CalenderPopDiv .wrapper-menu {
        display: none;
        *height: 199px;
    }

    .CalenderPopDiv LI {
        float: left;
        background-position-y: center;
        background-repeat: no-repeat;
    }

    .CalenderPopDiv .YearAndMonth {
        padding-left: 9px;
        width: 177px;
        height: 19px;
        white-space: nowrap;
    }

    .CalenderPopDiv .subyear, .CalenderPopDiv .submonth {
        background-image: url(img/EpointControls/tree.png);
        background-position: -16px -88px;
        width: 16px;
        cursor: pointer;
        height: 19px;
    }

    .CalenderPopDiv .content-year, .CalenderPopDiv .content-month {
        width: 42px;
        text-align: center;
        height: 19px;
        color: #333;
        font-weight: bolder;
        vertical-align: middle;
        cursor: pointer;
    }

    .CalenderPopDiv .addyear, .CalenderPopDiv .addmonth {
        background-image: url(img/EpointControls/tree.png);
        background-position: -36px -88px;
        width: 16px;
        cursor: pointer;
        height: 19px;
    }

    .CalenderPopDiv .Today {
        *width: 100%;
        margin: 5px 3px 0 0;
        height: 22px;
        cursor: pointer;
        background-color: #f0f0f0;
    }

        .CalenderPopDiv .Today DIV {
            color: #6e6e6e;
            padding-top: 2px;
        }

    .CalenderPopDiv .TodayDate {
        padding-left: 15px;
        height: 22px;
        float: left;
    }

    .CalenderPopDiv .TodayTime {
        padding-right: 35px;
        height: 22px;
        float: right;
    }

    .CalenderPopDiv .DateContent {
        padding-top: 3px;
        height: 163px;
    }

    .CalenderPopDiv .Week TD {
        width: 23px;
        height: 21px;
        *width: 21px;
        *height: 19px;
        text-align: center;
        vertical-align: middle;
        font-weight: bolder;
        margin: 0 3px 3px 0;
    }

    .CalenderPopDiv .WeekEnd {
        color: #944b4b;
    }

    .CalenderPopDiv .date {
    }

        .CalenderPopDiv .date TD {
            width: 24px;
            height: 22px;
            text-align: center;
            vertical-align: middle;
            line-height: 20px;
            cursor: pointer;
        }

            .CalenderPopDiv .date TD DIV {
                width: 21px;
                height: 19px;
                margin: 0 3px 3px 0;
                border: solid 1px #bed0de;
            }

    .CalenderPopDiv .NotCurMon DIV {
        background-color: #f2f2f2;
        color: #999;
        border: solid 1px #d7d7d7!important;
    }

    .CalenderPopDiv .CurDay DIV {
        background-color: #317eb9;
        color: #fff;
    }

    .CalenderPopDiv .MOver DIV {
        background-color: #daeef4;
    }

    .CalenderPopDiv .Time {
        margin: 3px 3px 6px 0;
        padding-left: 0;
        height: 24px;
    }

        .CalenderPopDiv .Time LI {
            float: left;
            height: 24px;
            vertical-align: middle;
        }

        .CalenderPopDiv .Time INPUT {
            width: 16px;
        }

            .CalenderPopDiv .Time INPUT:focus {
                outline: none;
            }

        .CalenderPopDiv .Time .TimeInput {
            padding-top: 1px;
            margin-right: 0;
            *margin-right: 2px;
        }

        .CalenderPopDiv .Time .TimeSpan {
            line-height: 24px;
            padding-left: 2px;
            *padding-left: 0;
            padding-right: 3px;
        }

    .CalenderPopDiv .menu-years, .CalenderPopDiv .menu-months {
        padding-left: 5px;
        *height: 78px;
    }

    .CalenderPopDiv .menu-months {
        margin-bottom: 10px;
    }

    .CalenderPopDiv .menu-year, .CalenderPopDiv .menu-month {
        text-decoration: none;
        float: left;
        text-align: center;
        width: 38px;
        height: 22px;
        line-height: 22px;
        color: #000;
        text-decoration: none;
        outline: none;
        border: solid 1px #fff;
        margin-bottom: 2px;
        margin-right: 2px;
    }

    .CalenderPopDiv .menu-year-cur, .CalenderPopDiv .menu-month-cur, .CalenderPopDiv .menu-over {
        background: #e2ecf7;
        border: solid 1px #999;
    }

    .CalenderPopDiv .wrapper-menu .subyear, .CalenderPopDiv .wrapper-menu .addyear {
        position: absolute;
        top: 117px;
    }

    .CalenderPopDiv .wrapper-menu .subyear {
        left: -7px;
    }

    .CalenderPopDiv .wrapper-menu .addyear {
        right: -5px;
    }

    .CalenderPopDiv .menu-footer {
        margin: 0 -12px -3px -6px;
        width: 191px;
        height: 35px;
        background: #efefef;
        border-top: solid 1px #b6af95;
        text-align: center;
    }

        .CalenderPopDiv .menu-footer .menu-button {
            margin-top: 5px;
            border: 1px solid #a9acb5;
            color: #201f35;
            display: inline-block;
            text-decoration: none;
            padding: 3px;
            padding-left: 0;
            padding-right: 0;
            width: 52px;
            text-align: center;
            outline: none;
            cursor: pointer;
            vertical-align: middle;
        }

        .CalenderPopDiv .menu-footer .menu-space {
            width: 10px;
            display: inline-block;
        }

.EpointDateFromTo {
}

    .EpointDateFromTo LI {
        float: left;
        *position: relative;
    }

    .EpointDateFromTo .DateFromToMiddle {
        width: 15px;
        text-align: center;
        line-height: 30px;
        padding: 0 0 0 3px;
    }

    .EpointDateFromTo .EpointCalender {
        margin: 0 0 0 4px;
        width:138px !important;
    }

.tabs {
    position: relative;
}

    .tabs .tab-header {
        background-image: url("img/EpointControls/tab-nav-bg.gif");
        background-repeat: repeat-x;
        background-position-y: bottom;
        height: 30px;
    }

        .tabs .tab-header .tabs-nav {
            padding: 3px 10px 0 10px;
            height: 32px;
            /*overflow: hidden;*/
        }

            .tabs .tab-header .tabs-nav UL {
                height: 27px;
                /*width: 10000px;*/
            }

    .tabs .leftScrollBar {
        position: absolute;
        left: 0;
        height: 29px;
        width: 33px;
        top: 7px;
    }

    .tabs .leftScrollBarHover {
        background-image: url(img/mainframe.png);
        background-position: -436px -20px;
    }

    .tabs .rightScrollBar {
        position: absolute;
        right: 0;
        height: 29px;
        width: 24px;
        top: 5px;
    }

    .tabs .rightScrollBarHover {
        background-image: url(img/mainframe.png);
        background-position: -436px -60px;
    }

    .tabs .tabs-nav .tab {
        display: inline;
        position: relative;
        float: left;
        margin: 2px 5px 0 0;
        border-bottom-width: 0;
        padding: 0 3px 0 3px;
        white-space: nowrap;
        background-color: #fff;
        height: 24px;
        color: #fff;
        font-size: 14px;
        z-index: 300;
        background-image: url(img/EpointControls/tab-bg.gif);
    }

        .tabs .tabs-nav .tab a {
            float: left;
            padding: 3px 3px 0 3px;
            text-decoration: none;
        }

        .tabs .tabs-nav .tab .icon {
            position: absolute;
            top: 50%;
            display: block;
            width: 12px;
            height: 12px;
            background-image: url(img/mainframe.png);
            margin-top: -6px;
            cursor: pointer;
        }

        .tabs .tabs-nav .tab .icon-close {
            background-position: -162px -328px;
            right: 3px;
        }

        .tabs .tabs-nav .tab .icon-lock {
            background-position: -149px -328px;
            right: 18px;
        }

        .tabs .tabs-nav .tab .icon-hover {
            background-color: #57b0e8;
        }

    .tabs .tabs-nav .tab-active, .tabs .tabs-nav .tab-hover {
        background-image: url(img/EpointControls/tab-active-bg.gif);
        color: #f3f8fc;
    }

        .tabs .tabs-nav .tab-active .icon-lock, .tabs .tabs-nav .tab-hover .icon-lock {
            background-position: -188px -328px;
        }

        .tabs .tabs-nav .tab-active .icon-close, .tabs .tabs-nav .tab-hover .icon-close {
            background-position: -202px -328px;
        }

        .tabs .tabs-nav .tab-active a, .tabs .tabs-nav .tab-hover a {
            color: #f3f8fc;
        }

    .tabs .tabs-nav .tab.tabs-active a, .tabs .tabs-nav .tab.ui-state-disabled a, .tabs .tabs-nav .tab.tabs-loading a {
        cursor: text;
    }

    .tabs .tabs-nav .tab a, .tabs-collapsible .tabs-nav .tab.tabs-active a {
        cursor: pointer;
    }

    .tabs .tabs-panel {
        display: block;
        /*background-color: #f3f4f6;*/
    }

.spinner-wrapper {
    margin-left: 5px;
    border: 1px solid #b6af95;
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.CalenderPopDiv .spinner-wrapper {
    margin-left: 0;
    margin-right: 3px;
}

.spinner-wrapper-disabled {
    opacity: .5;
    filter: Alpha(Opacity=50);
    background-image: none;
}

.spinner-wrapper .spinner-input {
    border: none;
    background: none;
    padding: 0;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 22px;
    height: 22px;
}

.CalenderPopDiv .spinner-input {
    height: 18px;
    margin-left: 3px;
    padding-top: 1px;
    margin-right: 18px;
}

.spinner-wrapper .spinner-button {
    width: 16px;
    height: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
    border-left: 1px solid #b6af95;
    background: #e6e6e6 url(img/EpointControls/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
}

.CalenderPopDiv .spinner-wrapper .spinner-button {
    width: 12px;
}

.spinner-wrapper .spinner-button-hover {
    background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
}

.spinner-wrapper .spinner-button-up {
    top: 0;
}

.spinner-wrapper .spinner-button-down {
    bottom: 0;
}

.spinner-wrapper-disabled .spinner-button {
    opacity: .5;
    filter: Alpha(Opacity=50);
    background-image: none;
}

.spinner-wrapper .spinner-button .button-text {
    padding: .4em 1em;
    display: block;
    line-height: normal;
}

.spinner-wrapper .spinner-button .spinner-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
    width: 16px;
    height: 16px;
    background-image: url(img/EpointControls/ui-icons_888888_256x240.png);
}

.spinner-wrapper-disabled .spinner-button .spinner-icon {
    opacity: .5;
    filter: Alpha(Opacity=50);
}

.spinner-wrapper .spinner-button-hover .spinner-icon {
    background-image: url(img/EpointControls/ui-icons_454545_256x240.png);
}

.spinner-wrapper .icon-triangle-up {
    background-position: -0 -16px;
}

.CalenderPopDiv .spinner-wrapper .icon-triangle-up {
    background-position: -2px -16px;
}

.spinner-wrapper .icon-triangle-down {
    background-position: -65px -16px;
}

.CalenderPopDiv .spinner-wrapper .icon-triangle-down {
    background-position: -67px -16px;
}

.progressBar {
    position: relative;
    border: 1px solid #aaa;
    background: #fff url(img/EpointControls/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222;
    height: 24px;
    text-align: left;
    overflow: hidden;
    border-radius: 4px;
    margin: 0 3px 0 5px;
}

    .progressBar .progressBar-label {
        position: absolute;
        left: 50%;
        top: 2px;
        font-weight: bold;
        text-shadow: 1px 1px 0 #fff;
    }

    .progressBar .progressBar-value {
        height: 100%;
        width: 0;
        border-radius: 4px;
        margin: -1px;
        border: 1px solid #aaa;
        background: #ccc url(img/EpointControls/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
        color: #222;
        font-weight: bold;
    }

    .progressBar .progressBar-overlay {
        background: url("img/EpointControls/animated-overlay.gif");
        height: 100%;
        filter: alpha(opacity=25);
        opacity: .25;
    }

.tip {
    z-index: 1000;
    text-align: left;
    border: 1px solid #afafaf;
    min-width: 50px;
    max-width: 530px;
    background-color: #f2e7fd;
    background-image: url(img/Tip/tip.png);
}

    .tip .tip-inner {
        margin-top: -1px;
        padding: 0 3px 0 3px;
    }

    .tip .tip-arrow-top {
        z-index: 1000;
        margin-top: -7px;
        top: 0;
        left: 0;
        width: 16px;
        height: 10px;
        background: url(img/Tip/tip_arrows.png) no-repeat;
    }

    .tip .tip-arrow-right {
        z-index: 1000;
        margin-left: -5px;
        top: 50%;
        left: 100%;
        width: 10px;
        height: 20px;
        background: url(img/Tip/tip_arrows.png) no-repeat -16px 0;
    }

    .tip .tip-arrow-bottom {
        margin-top: -6px;
        top: 100%;
        left: 0;
        width: 16px;
        height: 13px;
        background: url(img/Tip/tip_arrows.png) no-repeat -32px 0;
        z-index: 1000;
    }

    .tip .tip-arrow-left {
        margin-left: -7px;
        top: 50%;
        left: 0;
        width: 10px;
        height: 20px;
        background: url(img/Tip/tip_arrows.png) no-repeat -48px 0;
        z-index: 1000;
    }

    .tip .tip-innertd {
        height: 16px;
        padding: 0 3px 0 3px;
        background-image: url(img/Tip/tip_bg.png);
        background-repeat: repeat;
    }
	
	
	/* 2022-12-8 */
.EpointDateFromTo .EpointCalender {
       margin:0 !important;
       width: 127px !important;
    }
.EpointCalender INPUT {
    width:68%;
}
