﻿.epoint-validator {
    vertical-align: middle;
    position: absolute;
    height: 22px;
    cursor: text;
    padding: 0px 5px 0px 5px;
    line-height: 22px;
    background-color: #FFEFF5;
    /*z-index: 10;*/
    background-image: none !important;
}

/*---- textbox开始 ----*/

.TextboxTable {
    display: table;
}

.TextboxContainer {
    position: relative;
    margin: 0px 5px;
    border: 1px solid #b6af95;
    padding: 0px 3px 0px 5px;
    background-color: White;
    border-collapse: collapse;
}

.EpointDisable {
    border: solid 1px #dadada;
}

.TextboxTable .TextboxContainer {
    display: table-cell;
    width: 100%;
    *width: auto;
    position: inherit;
    *float: left;
    margin-left: 0px;
}

.TextboxTable .textAfterInput {
    color: #666666;
    height: 22px;
    line-height: 22px;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 5px;
    *float: left;
}

.TextboxTable .textPreInput {
    padding-left: 5px;
    color: #666666;
    height: 22px;
    line-height: 22px;
    display: table-cell;
    vertical-align: middle;
    *float: left;
}

.clearboth {
    clear: both;
}
/*给空标签，设置清除两者浮动，使父元素的高度自适应子元素高度*/

.inputtxt {
    vertical-align: middle;
    width: 100%;
    min-height: 22px;
    line-height: 22px;
    background-color: White;
    color: #6d612f;
    border: 1px solid #b6af95;
    padding: 0px 3px 0px 5px;
}

.TextboxContainer .inputtxt {
    border: 0px;
    padding: 0px 1px 0px 0px;
}

.TextboxContainer .inputtxt:focus {
    outline: none;
}

.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: 0px;
    margin: 0px;
    *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: 0px;
    float: left;
}

.NumToText {
    display: inline;
}

/*---- textbox结束 ----*/

/*---- toolbar/button开始 ----*/
.EpointButton {
    margin-right: 1px;
    border: none;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    padding: 0px 10px;
    *padding: 0px;
    *border: 0px solid;
    cursor: pointer;
    font-size: 14px;
    font-weight: bolder;
    vertical-align: middle;
    color: #fff;
    background-color: #00930f;
}

.EpointSelector {
    color: #fff;
    background-color: #6c6c6c;
    padding: 0px 10px;
    margin-right: 1px;
    *width: auto;
    *overflow: visible;
    height: 24px;
    min-width: 30px;
    *min-width: 50px;
}

.EpointToolCommand {
    color: #fff;
    background-color: #00930f;
    margin-right: 1px;
    border: none;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    padding: 0px 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 {
    margin-right: 1px;
    border: none;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    padding: 0px 10px;
    *padding: 0px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bolder;
    background-color: #FCB100;
    color: #fff;
}

.EpointToolBar .button-over {
    *padding: 0px 10px;
}

.toolbar .EpointButton {
    border: none;
    height: 34px;
    width: auto;
    *padding: 0px;
    margin-right: 1px;
}

/*---- toolbar/button结束 ----*/

/*---- TreeView开始 ----*/
.EpointTreeView {
    margin: 3px;
    /*overflow: auto;*/
}

.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 .NodeContent {
    height: 20px;
}

.EpointTreeView Span,
.EpointTreeView .SpanImg,
.EpointTreeView .SpanExpandImg {
    width: 20px;
    height: 20px;
    background-image: url(img/EpointControls/tree.png);
    background-position: 20px 20px;
    background-repeat: no-repeat;
}


.EpointTreeView .SpanContent {
    padding: 0px 5px;
    font-size: 12px;
}

/*.EpointTreeView .SpanIcon {
    width: 20px;
    height: 19px;
    background-image: url(img/EpointControls/tree.png);
}*/
.EpointTreeView .SpanCtrl {
    width: auto;
}

.EpointTreeView .SpanCtrl INPUT:focus {
    outline: 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: white;
    overflow-y: auto;
    overflow-x: hidden;
    *overflow-x: auto;
    border: solid 1px #b6af95;
    margin-left: -6px;
    background-color: white;
    *width: 100%;
}

.EpointTreePopDiv .EpointTreeView {
    overflow: auto;
    top: 0px;
    position:relative;
}

.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 0px;
    width: 52px;
    line-height: 20px;
    text-align: center;
    outline: none;
    cursor: pointer;
    vertical-align: middle;
}

.EpointTreeView .Search {
    margin: 3px 0px;
    height: 20px;
    background-color: #fff;
    border: solid 1px #b6af95;
    vertical-align: middle;
    position: relative;
}

.EpointTreeView .Search INPUT {
    position: relative;
    top: 0px;
    left: 2px;
    right: 24px;
    border: solid 0px #BED0DE;
    height: 16px;
    margin-left: 3px;
    margin-top: 2px;
}

.EpointTreeView .Search INPUT:focus {
    outline: none;
}

.EpointTreeView .Search SPAN {
    position: absolute;
    right: 2px;
    top: 0px;
    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;
}

/*---- TreeView结束 ----*/

/*---- TextTreeView开始 ----*/

.EpointTextTreeViewContainer {
    position: relative;
    margin: 0px 5px;
    border: solid 1px #b6af95;
    padding-left: 5px;
    background-color: White;
    *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: 22px;
    width: 20px;
    background-position-y: 1px;
    vertical-align: top;
    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 white 0px;
    /**width: expression(eval(this.parentNode.offsetWidth - (this.nextSibling.nextSibling?this.nextSibling.nextSibling.offsetWidth:0)-(this.nextSibling.nextSibling.nextSibling?this.nextSibling.nextSibling.nextSibling.offsetWidth+2:0)));*/
    line-height: 22px;
    float: left;
    vertical-align: middle;
    *display: table-cell;
    padding: 0px;
}

.EpointTextTreeViewDisable .EpointTextTreeView INPUT {
    color: #dadada;
}

.EpointTextTreeView INPUT:focus {
    outline: none;
}

.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 1px #b6af95;
}

.EpointTextTreeViewDisable .EpointTextTreeView .Clear DIV {
    width: 21px;
    background-position: -56px -113px;
    border-left: solid 1px #dadada;
}

/*---- TextTreeView结束 ----*/

/*Grid模板列中的TextTreeView的控制*/

.Grid .GridCell .EpointTextTreeViewContainer,
.Grid .GridCellAutoHeight .EpointTextTreeViewContainer {
    position: static;
}

.Grid  .EpointTreeView Span,
.Grid  .EpointTreeView .SpanImg,
.Grid  .EpointTreeView .SpanExpandImg{
    width: 20px;
    height: 20px;
    background-image: url(img/EpointControls/tree.png);
    background-position: 20px 20px;
    background-repeat: no-repeat;
}

.Grid .GridCell .EpointTreeView .L0,
.Grid .GridCellAutoHeight .EpointTreeView .L0{
    background-position: -34px -60px;
}

.Grid .GridCell .EpointTreeView .L1,
.Grid .GridCellAutoHeight .EpointTreeView .L1{
    background-position: -57px -60px;
}

.Grid .GridCell .EpointTreeView .L2,
.Grid .GridCellAutoHeight .EpointTreeView .L2{
    background-position: -82px -60px;
}

.Grid .GridCell .EpointTreeView .L3,
.Grid .GridCellAutoHeight .EpointTreeView .L3 {
    background-position: -136px -60px;
}

.Grid .GridCell .EpointTreeView .L4,
.Grid .GridCellAutoHeight .EpointTreeView .L4{
    background-position: -106px -60px;
}

.Grid .GridCell .EpointTreeView .root,
.Grid .GridCellAutoHeight .EpointTreeView .root{
    background-position: -14px -30px;
}

.Grid .GridCell .EpointTreeView .rootE,
.Grid .GridCellAutoHeight .EpointTreeView .rootE{
    background-position: -14px -10px;
}

.Grid .GridCell .EpointTreeView .folder,
.Grid .GridCellAutoHeight .EpointTreeView .folder{
    background-position: -14px -35px;
}

.Grid .GridCell .EpointTreeView .folderE,
.Grid .GridCellAutoHeight .EpointTreeView .folderE{
    background-position: -14px -10px;
}

.Grid .GridCell .EpointTreeView .file,
.Grid .GridCellAutoHeight .EpointTreeView .file{
    background-position: -14px -60px;
}

.Grid .GridCell .EpointTreeView .PM,
.Grid .GridCellAutoHeight .EpointTreeView .PM{
    background-position: -34px -35px;
    cursor: pointer;
}

.Grid .GridCell .EpointTreeView .PME,
.Grid .GridCellAutoHeight .EpointTreeView .PME{
    background-position: -34px -10px;
}

.Grid .GridCell .EpointTreeView .PM0,
.Grid .GridCellAutoHeight .EpointTreeView .PM0{
    background-position: -106px -35px;
    cursor: pointer;
}

.Grid .GridCell .EpointTreeView .PM1,
.Grid .GridCellAutoHeight .EpointTreeView .PM1{
    background-position: -82px -35px;
    cursor: pointer;
}

.Grid .GridCell .EpointTreeView .PM2,
.Grid .GridCellAutoHeight .EpointTreeView .PM2{
    background-position: -136px -35px;
    cursor: pointer;
}

.Grid .GridCell .EpointTreeView .PM3,
.Grid .GridCellAutoHeight .EpointTreeView .PM3{
    background-position: -57px -35px;
    cursor: pointer;
}

.Grid .GridCell .EpointTreeView .PM0E,
.Grid .GridCellAutoHeight .EpointTreeView .PM0E{
    background-position: -106px -10px;
}

.Grid .GridCell .EpointTreeView .PM1E,
.Grid .GridCellAutoHeight .EpointTreeView .PM1E{
    background-position: -82px -10px;
}

.Grid .GridCell .EpointTreeView .PM2E,
.Grid .GridCellAutoHeight .EpointTreeView .PM2E{
    background-position: -136px -10px;
}

.Grid .GridCell .EpointTreeView .PM3E,
.Grid .GridCellAutoHeight .EpointTreeView .PM3E{
    background-position: -57px -10px;
}

Grid .GridCell .EpointTreeView .SpanImg,
.Grid .GridCellAutoHeight .EpointTreeView .SpanImg {
    float: left;
}

/*Grid模板列中的TextTreeView的控制*/

/*---- Grid开始 ----*/
.Grid {
    /*border-left: solid 1px #C6D0D9;
    border-right: solid 1px #C6D0D9;
    border-bottom: solid 1px #C6D0D9;*/
    position: relative;
}

.Grid .GridFronze {
    position: absolute;
    left: 0px;
    top: 0px;
}

.Grid .GridFronzeBody {
    overflow: hidden;
    border-right: #ffffff 0px solid;
}

.Grid .GridFronzeBodyTable {
    table-layout: fixed;
    cursor: default;
    border-collapse: separate;
}

.Grid .GridMainBody {
    overflow: hidden;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
}

.GridF .GridMainBody {
}

.Grid .ResizeProxy {
    position: absolute;
    background-color: #C6D0D9;
    width: 1px;
    top: 0px;
    cursor: e-resize;
    display: none;
}

.Grid .GridHeader {
    overflow: hidden;
    text-align: left;
}

.Grid .GridHeaderInner {
    background-color: #00b0fa;
    border-bottom: #C6D0D9 0px solid;
    width: 100%;
    font-size: 14px;
}

.Grid .GridFronze .GridHeader {
    border-right: #ffffff 0px 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 {
    /*padding-left: 6px;
        padding-right: 6px;*/
    border-right: #ffffff 1px solid;
    min-height: 60px;
    line-height: 60px;
}

.Grid .ColHeader .ComplexHeadCellContent3 {
    /*padding-left: 6px;
        padding-right: 6px;*/
    border-right: #ffffff 1px solid;
    min-height: 90px;
    line-height: 90px;
}

.Grid .ColHeader .ComplexHeadCellContent4 {
    /*padding-left: 6px;
        padding-right: 6px;*/
    border-right: #ffffff 1px solid;
    min-height: 120px;
    line-height: 120px;
}

.Grid .ColHeader .HeadCellContent,
.AspGrid .GridHeaderInner TD DIV {
    /*padding-left: 6px;
        padding-right: 6px;*/
    border-right: #fff 1px solid;
    line-height: 30px;
    height: 100%;
}

.Grid .ColHeader .HeadCellContent input{
     *margin:5px;
}

.Grid .ColHeader .ComplexCellContent {
    /*padding-left: 6px;
        padding-right: 6px;*/
    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 {
    color: #fff;
}

.Grid .FirstColHeader {
    border-left: #ffffff 0px solid;
}

.Grid .GroupedHeader,
.Grid .HeaderSelecter {
    padding: 0px;
    width: 5px;
    /*border-right: #00b0fa 1px solid;*/
}

.Grid .GridBody {
    border: solid 0px white;
    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: #eef6f9;
    font-size: 14px;
}

.Grid .GridCell,
.Grid .GridCellAutoHeight,
.AspGrid .GridRow TD,
.AspGrid .GridARow TD {
    text-overflow: ellipsis;
    overflow: hidden;
    /*padding-left: 6px;
    padding-right: 6px;*/
    word-break: break-all;
    text-wrap: none;
    min-height: 30px;
    height: 30px;
    /*border-right: #fff 1px solid;*/
}

.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: 0px;
}

.Grid .GridCell .GridCellContent .inputtxt,
.Grid .GridCellAutoHeight .GridCellContent .inputtxt,
.AspGrid .GridRow TD .GridCellContent .inputtxt,
.AspGrid .GridARow TD .GridCellContent .inputtxt {
    /*float: left;*/
}

.Grid .GridCell,
.AspGrid .GridRow TD,
.AspGrid .GridARow TD {
    height: 30px;
}

.Grid .GridRow .RowSelecter,
.Grid .GridARow .RowSelecter {
    padding: 0;
    width: 5px;
}

.Grid .GridRow .RowNumber,
.Grid .SelectedRow .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 {
    /*padding-left: 6px;
    padding-right: 6px;*/
}

.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: 0px;
    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 .GridCell .grid_textbox {
    margin: 0px 6px;
    width: 100%;
}

.Grid .FirstCell {
    border-left: #ffffff 0px solid;
}

.Grid .FixCell {
    width: 100%;
    background-color: #ffffff !important;
    border: 0 !important;
}

.Grid .Sort {
    background-repeat: no-repeat;
    background-position: 0px center;
    background-attachment: scroll;
    padding: 0px 12px 0px 0px;
    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: 0px;
    right: 0px;
    bottom: 0px;
    height: 33px;
    *width: 100%;
    border-top: solid 1px #b6af95;
}

.Grid .NoRelative {
    position: static;
}

.Grid .GridPager .PagerWrapper {
    margin-top: 0px;
    font-size: 13px;
    background-color: #eaeaea;
    color: #555555;
    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 #dddddd;
    height: 26px;
    *height: 24px;
    text-align: center;
    background-color: white;
    margin: 2px 5px 0px 0px;
    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 0px 0px;
    *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: #777777;
    color: white;
}

.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;
}

.Grid .GridPager .Next {
    background-image: url(img/mainframe.png);
    background-repeat: no-repeat;
    background-position: -390px -310px;
    *background-position: -380px -310px;
    padding-right: 10px;
    width: 50px;
    *width: 60px;
}

.Grid .GridPager .PrevDisable {
    background-color: white;
    color: #545454;
    background-position: -310px -270px;
}

.Grid .GridPager .NextDisable {
    background-color: white;
    color: #545454;
    background-position: -390px -270px;
}

.Grid .GridPager .disable {
    background-color: white;
    color: #545454;
}

.Grid .GridPager .PageText {
    width: 35px;
    text-align: center;
    height: 24px;
    margin: -3px 5px 0px 0px;
    *margin-top: 2px;
}

.Grid .GridPager .go {
    min-width: 0px;
    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: 0px;
    margin: 0px 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;
}

/*---- Grid结束 ----*/

/*---- DropDownGrid开始 ----*/

.EpointDropDownGridContainer {
    /*position: relative;*/
    margin: 0px 5px;
    border: solid 1px #b6af95;
    padding-left: 5px;
    *display: inline-block;
    background-color: White;
    border-collapse: collapse;
    position: relative;
}

.EpointDropDownGridContainer .EpointDropDownGrid {
    /*position: relative;*/
    vertical-align: middle;
    background-color: #fff;
    display: table;
    width: 100%;
    word-break: break-all;
}

.EpointDropDownGridContainer .EpointDropDownGrid .inputtxt {
    border: solid white 0px;
    *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: 0px;
    float: left;
}

.EpointDropDownGridContainer .EpointDropDownGrid Span {
    /*position: relative;*/
    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 0px #b6af95;
    border-bottom: solid 1px #b6af95;
    border-right: solid 1px #b6af95;
    border-left: solid 1px #b6af95;
    background-color: white;
    margin-left: -6px;
    margin-top: 1px;
    z-index: 1;
    overflow: hidden;
}

/*---- DropDownGrid结束 ----*/

/*---- DropDownTextBox开始 ----*/
.DropDownTextBox {
    margin: 0px 5px;
    border: solid 1px #b6af95;
    padding-left: 5px;
    *display: inline-block;
    background-color: White;
    border-collapse: collapse;
    position: relative;
}

.Grid .GridCellContent .DropDownTextBox {
    margin: 0px;
}

.DropDownTextBox .DropDown {
    /*position: relative;*/
    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 white 0px;
    line-height: 22px;
    vertical-align: middle;
    display: table-cell;
    padding: 0px;
    float: left;
}

.DropDownDisable .DropDown INPUT {
    color: #dadada;
}

.DropDownTextBox .DropDown INPUT:focus {
    outline: none;
}

.DropDownTextBox .DropDownMain {
    position: absolute;
    border-top: solid 0px #b6af95;
    border-bottom: solid 1px #b6af95;
    border-right: solid 1px #b6af95;
    border-left: solid 1px #b6af95;
    background-color: white;
    margin-left: -6px;
    /**margin-top: 2px;*/
    z-index: 1;
    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 0px #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: 0px;
    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 0px 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: white;
}

/*Grid下拉菜单列中的DropDownText的控制*/

.Grid .GridCell .DropDownTextBox,
.Grid .GridCellAutoHeight .DropDownTextBox {
    position: static;
}

/*Grid下拉菜单列中的DropDownText的控制*/

/*Grid分页控件中的DropDownText的控制*/
.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: 0px;
    *margin-top: 1px;
}

.Grid .GridPager .divDrop .DropDownMain .dropdownitem {
    text-align: left;
    padding-left: 10px;
}
/*Grid分页控件中的DropDownText的控制*/

/*---- DropDownTextBox结束 ----*/

/*---- 日期控件开始 ----*/
.EpointCalender {
    margin: 0px 5px;
    position: relative;
    border-collapse: collapse;
    border: solid 1px #b6af95;
    background-color: #fff;
    width: 127px;
    display: block;
}

.EpointCalender[InputCN] {
    width: 155px;
}

.EpointCalenderTime {
    width: 177px;
}

.EpointCalenderTime[InputCN] {
    width: 210px;
}

.CalenderInner {
    vertical-align: middle;
    /*position: relative;*/
    display: table-row;
    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;
}

.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 white 0px;
    vertical-align: middle;
    height: 22px;
    color: #6d612f;
    display: table-cell;
    padding: 0px;
    width: 80px;
    float: left;
}

.EpointCalender[InputCN] INPUT {
    width: 108px;
}

.EpointCalenderTime INPUT {
    width: 130px;
}

.EpointCalenderTime[InputCN] INPUT {
    width: 163px;
}

.EpointCalenderDisable INPUT {
    color: #dadada;
}

.EpointCalender INPUT:focus {
    outline: 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 1px #b6af95;
}

.EpointCalenderDisable .Clear DIV {
    background-position: -56px -113px;
    border-left: solid 1px #dadada;
}

/*Grid日期控件列中的日期控件的控制*/

.Grid .GridCell .EpointCalender,
.Grid .GridCellAutoHeight .EpointCalender {
    position: inherit;
    *position: static;
}

/*Grid日期控件列中的日期控件的控制*/

.CalenderPopDiv {
    position: absolute;
    border: solid 1px #b6af95;
    width: 191px;
    display: none;
    z-index: 899;
    background-color: white;
    overflow: hidden;
    margin-top: 0px;
    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: #333333;
    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 0px 0px;
    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: 0px 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: 0px 3px 3px 0;
    border: solid 1px #BED0DE;
}

.CalenderPopDiv .NotCurMon DIV {
    background-color: #F2F2F2;
    color: #999999;
    border: solid 1px #D7D7D7 !important;
}

.CalenderPopDiv .CurDay DIV {
    background-color: #317EB9;
    color: white;
}

.CalenderPopDiv .MOver DIV {
    background-color: #daeef4;
}

.CalenderPopDiv .Time {
    margin: 3px 3px 6px 0;
    padding-left: 0px;
    height: 24px;
    /*background-color: #D2E6ED;*/
}

.CalenderPopDiv .Time LI {
    float: left;
    height: 24px;
    vertical-align: middle;
}

.CalenderPopDiv .Time INPUT {
    width: 16px;
    /*margin-top: 2px;
    *margin-top: 1px;
    
    height: 18px;
    text-align: center;
    margin-left: 0px;
    line-height: 18px;*/
}

.CalenderPopDiv .Time INPUT:focus {
    outline: none;
}

.CalenderPopDiv .Time .TimeInput {
    padding-top: 1px;
    margin-right: 0px;
    *margin-right: 2px;
}

.CalenderPopDiv .Time .TimeSpan {
    line-height: 24px;
    padding-left: 2px;
    *padding-left: 0px;
    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: #000000;
    text-decoration: none;
    outline: none;
    border: solid 1px white;
    margin-bottom: 2px;
    margin-right: 2px;
}

.CalenderPopDiv .menu-year-cur,
.CalenderPopDiv .menu-month-cur,
.CalenderPopDiv .menu-over {
    background: #e2ecf7;
    border: solid 1px #999999;
}

/*.CalenderPopDiv  .menu-over{
        background: #e2ecf7;
        border: solid 1px #999999;
    }*/

.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: 0px;
    padding-right: 0px;
    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: 20px;
    padding: 0px 0px 0px 6px;
}

.EpointDateFromTo .EpointCalender {
    margin: 0px 0px 0px 5px;
}

/*---- 日期控件结束 ----*/

/* EpointWebTab*/
.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 0px 10px;
    height: 32px;
    overflow: hidden;
}

.tabs .tab-header .tabs-nav UL {
    height: 27px;
    width: 10000px;
}

.tabs .leftScrollBar {
    position: absolute;
    left: 0px;
    height: 29px;
    width: 33px;
    top: 7px;
}

.tabs .leftScrollBarHover {
    background-image: url(img/mainframe.png);
    background-position: -436px -20px;
}

.tabs .rightScrollBar {
    position: absolute;
    right: 0px;
    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: 0px 3px 0px 3px;
    white-space: nowrap;
    background-color: white;
    height: 24px;
    color: white;
    font-size: 14px;
    z-index: 300;
    background-image: url(img/EpointControls/tab-bg.gif);
}

.tabs .tabs-nav .tab a {
    float: left;
    padding: 3px 3px 0px 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, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.tabs-collapsible .tabs-nav .tab.tabs-active a {
    cursor: pointer;
}

.tabs .tabs-panel {
    display: block;
    background-color: #f3f4f6;
}

/* EpointWebTab*/

/* TextSpinner*/
.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: 0px;
    margin-right: 3px;
}

.spinner-wrapper-disabled {
    opacity: 0.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: 0px;
}

.spinner-wrapper .spinner-button-down {
    bottom: 0px;
}

.spinner-wrapper-disabled .spinner-button {
    opacity: .50;
    filter: Alpha(Opacity=50);
    background-image: none;
}

.spinner-wrapper .spinner-button .button-text {
    padding: .4em 1em;
    display: block;
    line-height: normal;
}

/* vertical centre icon */
.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: .50;
    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 {
    /* need to fix icons sprite */
    background-position: -0px -16px;
}

.CalenderPopDiv .spinner-wrapper .icon-triangle-up {
    background-position: -2px -16px;
}
/* TR overrides */
.spinner-wrapper .icon-triangle-down {
    /* need to fix icons sprite */
    background-position: -65px -16px;
}

.CalenderPopDiv .spinner-wrapper .icon-triangle-down {
    background-position: -67px -16px;
}
/* TextSpinner*/

/*ProgressBar*/
.progressBar {
    position: relative;
    border: 1px solid #aaaaaa;
    background: #ffffff url(img/EpointControls/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222222;
    height: 24px;
    text-align: left;
    overflow: hidden;
    border-radius: 4px;
    margin: 0px 3px 0px 5px;
}

.progressBar .progressBar-label {
    position: absolute;
    left: 50%;
    top: 2px;
    font-weight: bold;
    text-shadow: 1px 1px 0px #fff;
}

.progressBar .progressBar-value {
    height: 100%;
    width: 0;
    border-radius: 4px;
    margin: -1px;
    border: 1px solid #aaaaaa;
    background: #cccccc url(img/EpointControls/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}

.progressBar .progressBar-overlay {
    background: url("img/EpointControls/animated-overlay.gif");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: 0.25;
}

/*ProgressBar*/

/*WebCallOut*/
.tip {
    z-index: 1000;
    text-align: left;
    border: 1px solid #afafaf;
    min-width: 50px;
    max-width: 530px;
    /*color: #860404;*/
    background-color: #f2e7fd;
    background-image: url(img/Tip/tip.png); 
}

.tip .tip-inner {
    margin-top: -1px;
    padding: 0 3px 0px 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 0px 3px;
    background-image: url(img/Tip/tip_bg.png);
    background-repeat: repeat;
}

/*WebCallOut*/