@charset "utf-8";

/*
 * Copyright 2005-2013 zbli. All rights reserved.
 * Support: http://www.wit.net
 * License: http://www.wit.net/license
 * 
 * Style - Common
 * Version: 3.0
 */

/* ---------- Reset ---------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
}

html {
    _width: 100%;
    _height: 100%;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    _filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body {
    _width: 100%;
    _height: 100%;
    /*min-width: 1000px;*/
    _width: expression(document.body.clientWidth <= 1000 ? "1000px": "auto");
    font: 12px tahoma, Arial, Verdana, sans-serif;
    color: #666666;
    background-color: #ffffff;
    /*//_background-image: url(about: blank);*/
    _background-attachment: fixed;
}

a {
    color: #666666;
    text-decoration: none;
}

a:hover {
    color: #ff6600;
    text-decoration: none;
}

img {
    vertical-align: middle;
    image-rendering: optimizeQuality;
    -ms-interpolation-mode: bicubic;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul {
    list-style-type: none;
}

input {
    vertical-align: middle;
    outline: none;
}

textarea {
    outline: 0;
    resize: none;
}

/* ---------- Base ---------- */

.black {
    color: black;
}

.white {
    color: white;
}

.gray {
    color: gray;
}

.red {
    color: red;
}

.green {
    color: green;
}

.blue {
    color: blue;
}

.hidden {
    display: none;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: "\0020";
}

.dialogOverlay {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    _position: absolute;
    top: 0;
    _top: expression(documentElement.scrollTop + documentElement.clientHeight - this.offsetHeight);
    left: 0;
    z-index: 99;
    filter: alpha(opacity=30);
    -moz-opacity: 0.30;
    opacity: 0.30;
    zoom: 1;
    /*background: url(../images/dialog_overlay.png);*/
    background: rgba(0, 0, 0, 0.6);
}

/* ---------- Form ---------- */

input.text {
    /*width: 150px;*/
    width: 200px;
    height: 30px;
    line-height: 30px;
    padding: 0 4px;
    color: #333;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #e1e1e1;;
    box-shadow: none;
    font-size: 14px;
    margin-right: 10px;
}

input.text[type=file] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

input.text:hover {
    -webkit-transition: box-shadow linear 0.2s;
    -moz-transition: box-shadow linear 0.2s;
    -ms-transition: box-shadow linear 0.2s;
    -o-transition: box-shadow linear 0.2s;
    transition: box-shadow linear 0.2s;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    border: 1px solid #74b9ef;
}

input.text:disabled {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #f6f6f6;
}

input.text:disabled:hover {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid #999999;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #999999;
    background-color: #f6f6f6;
}

textarea.text {
    width: 350px;
    height: 120px;
    padding: 4px;
    color: #666666;
    font-size: 12px;
    /*-webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);*/
    /*-moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);*/
    /*box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);*/
    border: 1px solid #e1e1e1;
}

textarea.text:hover {
    -webkit-transition: box-shadow linear 0.2s;
    -moz-transition: box-shadow linear 0.2s;
    -ms-transition: box-shadow linear 0.2s;
    -o-transition: box-shadow linear 0.2s;
    transition: box-shadow linear 0.2s;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
    border: 1px solid #74b9ef;
}

textarea.text:disabled {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #f6f6f6;
}

textarea.text:disabled:hover {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid #999999;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #999999;
    background-color: #f6f6f6;
}

textarea.editor {
    width: 100%;
}

a.button {
    display: inline-block;
    display: -moz-inline-stack;
    height: 26px;
    line-height: 26px;
    /*float: left;*/
    /*padding: 0 20px;*/
    padding: 0 30px 0 20px;
    /*margin-right: 10px;*/
    margin: 5px 10px 5px 0;
    outline: none;
    blr: expression(this.hideFocus = true);
    color: #528CF4;
    background: #fff;
    border: 1px solid #528CF4;
    border-radius: 25px;
}

a.button:disabled {
    color: #bbbbbb;
}

a.button:disabled:hover, a.button:disabled:active {
    color: #bbbbbb;
    background-position: 0 0;
}

a.button .arrow {
    width: 15px;
    height: 10px;
    position: absolute;
    top: 12px;
    /*right: 4px;*/
    right: 12px;
    overflow: hidden;
    /*background: url(../images/common.gif) 0px -180px no-repeat;*/
    background: url(../images/common_new.gif) -267px -24px no-repeat;
}

a.iconButton {
    display: inline-block;
    display: -moz-inline-stack;
    float: left;
    position: relative;
    /*padding: 5px 20px;*/
    padding: 4px 20px 5px 30px;
    margin: 5px 10px 5px 0;
    outline: none;
    blr: expression(this.hideFocus = true);
    background: #fff;
    color: #528CF4;
    border: 1px solid #528CF4;
    border-radius: 25px;
}

a.iconButton:hover {
    color: #222222;
    background-position: 0 -30px;
}

a.iconButton:active {
    background-position: 0 -60px;
}

a.iconButton:disabled {
    color: #bbbbbb;
}

a.iconButton:disabled:hover, a.iconButton:disabled:active {
    color: #bbbbbb;
    background-position: 0 0;
}

a.iconButton .addIcon {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 4px;
    /*left: 8px;*/
    left: 17px;
    background: url(../images/common_new.gif) -69px -17px no-repeat;
}

a.iconButton .editIcon {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 4px;
    /*left: 8px;*/
    left: 17px;
    background: url(../images/common.gif) -20px -150px no-repeat;
}

a.iconButton .deleteIcon {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 5px;
    left: 14px;
    background: url(../images/common_new.gif) -118px -18px no-repeat;
}

a.iconButton:hover .deleteIcon {
    background: url(../images/common_new.gif) -218px -17px no-repeat;
}

a.iconButton .clearIcon {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 4px;
    left: 8px;
    background: url(../images/common.gif) -60px -150px no-repeat;
}

a.iconButton .copyIcon {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 4px;
    left: 8px;
    background: url(../images/common.gif) -80px -150px no-repeat;
}

a.iconButton .moveIcon {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 4px;
    left: 8px;
    background: url(../images/common.gif) -100px -150px no-repeat;
}

a.iconButton .refreshIcon {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 4px;
    /*left: 1px;*/
    left: 10px;
    /*background: url(../images/common.gif) -120px -150px no-repeat;*/
    background: url(../images/common_new.gif) -164px -17px no-repeat;
}

a.iconButton .addDirIcon {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 4px;
    left: 8px;
    background: url(../images/common.gif) -140px -150px no-repeat;
}

a.iconButton .moveDirIcon {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 4px;
    left: 8px;
    background: url(../images/common.gif) -160px -150px no-repeat;
}

a.iconButton .upIcon {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 4px;
    left: 8px;
    background: url(../images/common.gif) -180px -150px no-repeat;
}

a.iconButton .downIcon {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 4px;
    left: 8px;
    background: url(../images/common.gif) -200px -150px no-repeat;
}

a.iconButton .arrow {
    width: 6px;
    height: 3px;
    overflow: hidden;
    position: absolute;
    top: 12px;
    right: 4px;
    background: url(../images/common.gif) 0 -180px no-repeat;
}

div.buttonWrap {
    float: left;
    padding-left: 2px;
    margin-right: 10px;
}

.menuWrap select {
    width: auto !important;
    height: 28px;
    border: 1px solid #528CF4;
    color: #528CF4;
    padding: 0 5px;
    border-radius: 18px;
    margin: 5px 10px 5px 0;
}

div.buttonWrap .button, div.buttonWrap .iconButton {
    position: relative;
    /*margin: 0px 0px 0px -1px;*/
    overflow: hidden;
    white-space: nowrap;
}

div.buttonWrap .button.disabled, div.buttonWrap .button.disabled:hover, div.buttonWrap .button.disabled:active {
    color: #bababa;
    cursor: default;
    background: #ffffff;
}

div.buttonWrap .iconButton.disabled, div.buttonWrap .iconButton.disabled:hover, div.buttonWrap .iconButton.disabled:active {
    color: #bababa;
    cursor: default;
    background: #ffffff;
}

input.button {
    /*height: 26px;*/
    /**line-height: 22px;*/
    display: inline-block;
    display: -moz-inline-stack;
    /*padding: 0px 14px;*/
    /*margin-right: 10px;*/
    margin: 5px 10px 5px 0;
    /*color: #444444;*/
    cursor: pointer;
    *overflow: visible;
    /*text-shadow: 1px 1px #ffffff;*/
    /*-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);*/
    /*-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);*/
    /*box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);*/
    outline: none;
    blr: expression(this.hideFocus = true);
    /*border: 1px solid #b7c8d9;*/
    /*background: url(../images/common.gif) 0px 0px repeat-x;*/
    border: 1px solid #528CF4;
    color: #528CF4;
    padding: 5px 23px;
    border-radius: 18px;
    background: #fff;
}

@-moz-document url-prefix() {
    input.button {
        padding: 0 10px;
    }
}

input.button:hover, a.button:hover, a.iconButton:hover {
    color: #222222;
    -webkit-transition: box-shadow linear 0.2s;
    -moz-transition: box-shadow linear 0.2s;
    -ms-transition: box-shadow linear 0.2s;
    -o-transition: box-shadow linear 0.2s;
    transition: box-shadow linear 0.2s;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(82, 168, 236, 0.6);
    background-position: 0 -30px;
}

input.button:active {
    background-position: 0 -60px;
}

input.button:disabled {
    color: #bbbbbb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

input.button:disabled:hover, input.button:disabled:active {
    color: #bbbbbb;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-position: 0 0;
}

div.menuWrap {
    display: inline-block;
    float: right;
    /*position: relative;*/
}

div.menuWrap input[type="text"] {
    width: 120px;
}

div.menuWrap .Wdate {
    width: 100px !important;
}

div.popupMenu {
    width: 125px;
    display: none;
    position: absolute;
    z-index: 10;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #b8d3ee;
    background-color: #ffffff;
}

div.popupMenu ul {
    z-index: 100;
    padding: 1px;
}

div.popupMenu li {
    height: 24px;
    vertical-align: middle;
}

div.popupMenu li.separator {
    border-top: 1px dotted #b8d3ee;
}

div.popupMenu a {
    height: 24px;
    line-height: 24px;
    *line-height: 25px;
    display: block;
    padding: 0 5px;
    overflow: hidden;
    color: #333333;
    outline: none;
    blr: expression(this.hideFocus = true);
}

div.popupMenu a:hover {
    color: #ffffff;
    background: url(../images/common.gif) 0 -90px repeat-x;
}

div.popupMenu a.current {
    color: #2b2b2b;
    font-weight: bold;
    background: url(../images/common.gif) 0 -120px repeat-x;
}

div.popupMenu .check a {
    padding-left: 20px;
}

div.popupMenu .check a.checked {
    color: #2b2b2b;
    font-weight: bold;
    background: url(../images/common.gif) -220px -150px no-repeat;
}

span.requiredField {
    padding-right: 3px;
    color: #ff6d6d;
    font-size: 10px;
}

input.fieldError {
    border: 1px solid #ffb042;
    background-color: #fffbf5;
}

select.fieldError {
    border: 1px solid #ffb042;
    background-color: #fffbf5;
}

label.fieldError {
    line-height: 23px;
    color: #ffb042;
    padding-left: 6px;
}

/* ---------- Dialog ---------- */

div.xxDialog {
    display: none;
    position: fixed;
    _position: absolute;
    top: 16%;
    _top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(25 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + "px");
    left: 50%;
    z-index: 100;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 6px #999999;
    -moz-box-shadow: 1px 1px 6px #999999;
    box-shadow: 1px 1px 6px #999999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,direction=0,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,direction=90,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,direction=180,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,direction=270,strength=3)";
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5, direction=0, strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4, direction=90, strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4, direction=180, strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5, direction=270, strength=3);
    *filter: none;
    background: #fff;
    /*border: 1px solid #779cb0;*/
    /*background: url(../images/common.gif) 0px -660px repeat-x #ffffff;*/
}

div.xxDialog .dialogTitle {
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #666666;
    font-size: 16px;
    font-weight: bold;
    cursor: move;
    /*background: url(../images/common.gif) 0px -210px repeat-x;*/
    background: #E4E7F2;
}

div.xxDialog .dialogContent {
    font-size: 14px;
    font-weight: normal;
    padding: 15px 0;
    background: #fff;
}

div.xxDialog .dialogContent th {
    font-size: 14px;
    font-weight: normal;
}

div.xxDialog .dialogContent select {
    border: 1px solid #e1e1e1;
    vertical-align: middle;
    height: 28px;
    width: 210px;
    padding: 0 5px;
}

div.xxDialog .dialogClose {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 9px;
    right: 10px;
    cursor: pointer;
    background: url(../images/delete.png) no-repeat;
    background-size: 100% 100%;
}

div.xxDialog .dialogwarnIcon {
    line-height: 24px;
    padding-left: 30px;
    margin: 50px 0 40px 60px;
    background: url(../images/common.gif) -60px -347px no-repeat;
}

div.xxDialog .dialogsuccessIcon {
    line-height: 24px;
    padding-left: 30px;
    margin: 50px 0 40px 60px;
    background: url(../images/common.gif) -30px -390px no-repeat;
}

div.xxDialog .dialogerrorIcon {
    line-height: 24px;
    padding-left: 30px;
    margin: 50px 0 40px 60px;
    background: url(../images/common.gif) 0 -420px no-repeat;
}

div.xxDialog .dialogBottom {
    height: 29px;
    padding: 13px 0;
    text-align: center;
    background: #ffffff;
    border-top: 1px solid #E3EDF1;
}

div.xxDialog .dialogIframe {
    width: 2000px;
    height: 2000px;
    position: absolute;
    left: -100px;
    top: -100px;
    z-index: -1;
}

/* ---------- Message ---------- */

div.xxMessage {
    padding: 10px 30px;
    display: none;
    position: fixed;
    _position: absolute;
    top: 25%;
    _top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(25 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + "px");
    left: 50%;
    z-index: 100;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 6px #999999;
    -moz-box-shadow: 1px 1px 6px #999999;
    box-shadow: 1px 1px 6px #999999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,direction=0,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,direction=90,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4,direction=180,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5,direction=270,strength=3)";
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5, direction=0, strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4, direction=90, strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#d4d4d4, direction=180, strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#e5e5e5, direction=270, strength=3);
    border: 1px solid #999999;
    background-color: #ffffff;
}

div.xxMessage .messageContent {
    line-height: 24px;
    padding: 0 10px 0 30px;
    color: #666666;
}

div.xxMessage .messagewarnIcon {
    background: url(../images/common.gif) -60px -360px no-repeat;
}

div.xxMessage .messagesuccessIcon {
    background: url(../images/common.gif) -30px -390px no-repeat;
}

div.xxMessage .messageerrorIcon {
    background: url(../images/common.gif) 0 -420px no-repeat;
}

div.xxMessage .messageIframe {
    width: 2000px;
    height: 2000px;
    position: absolute;
    left: -100px;
    top: -100px;
    z-index: -1;
}

/* ---------- Browser ---------- */

div.xxBrowser {
    padding: 6px;
}

div.xxBrowser .browserBar {
    height: 35px;
    line-height: 35px;
    margin-bottom: 4px;
}

div.xxBrowser .browserBar input, div.xxBrowser .browserBar a.button {
    float: left;
}

div.xxBrowser .browserBar .browserOrderType {
    width: 130px;
}

div.xxBrowser .browserUploadButton {
    position: relative;
    overflow: hidden;
    filter: alpha(opacity=100);
    *filter: none;
}

div.xxBrowser .browserUploadButton input {
    height: 25px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    outline: none;
    blr: expression(this.hideFocus = true);
    cursor: pointer;
    border: none;
}

div.xxBrowser .browserOrderType {
    margin-right: 6px;
}

div.xxBrowser .browserList {
    height: 260px;
    overflow-y: scroll;
    border: 1px solid #dddddd;
}

div.xxBrowser .browserItem {
    width: 100px;
    height: 120px;
    float: left;
    margin: 4px;
}

div.xxBrowser .browserItem img {
    width: 90px;
    height: 90px;
    clear: both;
    padding: 4px;
    cursor: pointer;
    border: 1px solid #dddddd;
}

div.xxBrowser .browserItem img:hover {
    border: 1px solid #5690d2;
    background-color: #e9eff6;
}

div.xxBrowser .browserItem div {
    width: 100px;
    height: 20px;
    line-height: 20px;
    clear: both;
    text-align: center;
    overflow: hidden;
}

/* ---------- Loading ---------- */

span.loadingIcon {
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    display: -moz-inline-stack;
    zoom: 1;
    *display: inline;
    background: url(../images/loading_icon.gif) center no-repeat;
}

span.loadingBar {
    width: 208px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    display: -moz-inline-stack;
    zoom: 1;
    *display: inline;
    background: url(../images/loading_bar.gif) center no-repeat;
}

/* ---------- Pagination ---------- */

div.pagination {
    height: 22px;
    float: right;
    padding: 10px 0;
    line-height: 22px;
}

div.pagination a, div.pagination span {
    height: 20px;
    line-height: 20px;
    display: inline;
    float: left;
    margin-left: 5px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    outline: none;
    blr: expression(this.hideFocus = true);
    /*border-radius: 50%;*/
    padding: 0 6px;
    border-radius: 3px;
}

div.pagination a {
    /*padding: 2px 7px;*/
    /*border: 1px solid #cccccc;*/
}

div.pagination a:hover {
    /*border: 1px solid #fd6d01;*/
    text-decoration: none;
    color: #fff;
    background: #528CF4;
}

div.pagination a.previousPage {
    /*width: 18px;*/
    /*padding: 0px;*/
    /*background: url(../images/list.gif) 0px -180px no-repeat;*/
}

div.pagination span.previousPage {
    /*width: 18px;*/
    cursor: default;
    /*border: 1px solid #cccccc;*/
    /*background: url(../images/list.gif) -30px -180px no-repeat;*/
}

div.pagination a.nextPage {
    /*width: 18px;*/
    /*padding: 0px;*/
    /*background: url(../images/list.gif) 0px -210px no-repeat;*/
}

div.pagination span.nextPage {
    /*width: 18px;*/
    /*cursor: default;*/
    /*border: 1px solid #cccccc;*/
    /*background: url(../images/list.gif) -30px -210px no-repeat;*/
}

div.pagination a.firstPage {
    /*width: 18px;*/
    /*padding: 0px;*/
    /*background: url(../images/list.gif) -60px -180px no-repeat;*/
}

div.pagination span.firstPage {
    /*width: 18px;*/
    cursor: default;
    /*border: 1px solid #cccccc;*/
    /*background: url(../images/list.gif) -90px -180px no-repeat;*/
}

div.pagination a.lastPage {
    /*width: 18px;*/
    /*padding: 0px;*/
    /*background: url(../images/list.gif) -60px -210px no-repeat;*/
}

div.pagination span.lastPage {
    /*width: 18px;*/
    cursor: default;
    /*border: 1px solid #cccccc;*/
    /*background: url(../images/list.gif) -90px -210px no-repeat;*/
}

div.pagination .currentPage {
    /*padding: 0 7px;*/
    /*color: #fd6d01!important;*/
    color: #fff;
    font-weight: bold;
    cursor: default;
    /*border: 1px solid #fd6d01;*/
    /*background-color: #ffede1;*/
    background: #528CF4;
}

div.pagination .previousPage:hover, div.pagination .previousPage.currentPage, div.pagination .nextPage:hover, div.pagination .nextPage.currentPage {
    color: #528CF4;
    font-weight: bold;
    background: none;
}

div.pagination span.previousPage, div.pagination span.previousPage:hover, div.pagination span.nextPage, div.pagination span.nextPage:hover {
    color: #aaa;
    font-weight: normal;
}

div.pagination .pageBreak {
    padding: 0 5px;
    color: #3366cc;
    cursor: default;
}

div.pagination .pageSkip {
    vertical-align: middle;
    padding: 0 3px;
    color: #666666;
}

div.pagination .pageSkip input {
    width: 21px;
    height: 21px;
    line-height: 21px;
    padding: 0;
    margin: 0 5px;
    text-align: center;
    vertical-align: top;
    *vertical-align: middle;
    ime-mode: disabled;
    border: 1px solid #cccccc;
}

div.pagination .pageSkip button {
    width: 22px;
    height: 22px;
    margin: 0 0 0 5px;
    vertical-align: top;
    *vertical-align: middle;
    cursor: pointer;
    outline: none;
    blr: expression(this.hideFocus = true);
    background: #fff url(../images/common_new.gif) -405px -15px no-repeat;
    border: 1px solid #ccc;
}

div.pagination .pageSkip button:hover {
    background: #528CF4 url(../images/common_new.gif) -355px -15px no-repeat;
}

/* ---------- Admin ---------- */

div.path {
    height: 26px;
    line-height: 26px;
    padding-left: 20px;
    overflow: hidden;
    /*border-bottom: 1px solid #d7e8f1;*/
    /*background-color: #f5faff;*/
    font-size: 14px;
}

div.path.path_index {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background: #f5f5f7;
    padding-bottom: 20px;
}

div.path span {
    color: #999999;
}

div.bar {
    /*height: 28px;*/
    /*padding: 4px;*/
    overflow: hidden;
}

div.bar .search {
    width: 150px;
    height: 22px;
    position: relative;
    float: right;
    padding: 2px 0;
    border: 1px solid #e1e1e1;
    background: #fff;
    margin: 5px 10px 5px 0;
}

div.bar .search .arrow {
    width: 22px;
    height: 22px;
    position: absolute;
    cursor: pointer;
    background: url(../images/list.gif) 0 -30px no-repeat;
}

div.bar .search input {
    width: 110px;
    height: 22px;
    line-height: 22px;
    margin: 0;
    position: absolute;
    /*left: 24px;*/
    outline: none;
    border: none;
    background: none;
}

div.bar .search button {
    width: 20px;
    height: 22px;
    float: right;
    margin: 0;
    position: relative;
    left: -4px;
    cursor: pointer;
    outline: none;
    blr: expression(this.hideFocus = true);
    border: none;
    background: url(../images/list.gif) -30px -30px no-repeat;
}

ul.tab {
    height: 40px;
    /*padding-left: 160px;*/
    margin: 10px 0 0;
    /*background: url(../images/input.gif) 0px 0px repeat-x;*/
}

ul.tab li {
    float: left;
    margin-right: 5px;
}

ul.tab input {
    font-size: 14px;
    width: 100px;
    height: 40px;
    line-height: 34px;
    text-align: center;
    color: #666666;
    cursor: pointer;
    outline: none;
    blr: expression(this.hideFocus = true);
    border: none;
    background: #FAFCFF;
    /*background: url(../images/input.gif) 0px -30px no-repeat;*/
}

ul.tab input:hover {
    color: #ff9b1f;
}

ul.tab input.current {
    color: #2b2b2b;
    font-weight: bold;
    background: #fff;
    /*background: url(../images/input.gif) -120px -30px no-repeat;*/
}

span.tips {
    line-height: 30px;
    padding: 5px 6px;
    color: #6a6a6a;
    border: 1px solid #f2c56d;
    background-color: #fffde2;
}

.table_position {
    width: 100%;
    overflow: auto;
}

table.list {
    width: 100%;
    background: #fff;
}

table.list tr:hover, table.list tr:hover .operation {
    background-color: #f6fafd;
}

table.list tr:hover .operation.total {
    background: #dee5f7;
}

table.list .selected, table.list .selected .operation {
    background-color: #fff8e4;
}

table.list th {
    width: 156px;
    height: 30px;
    line-height: 30px;
    color: #5b5b5b;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    background: #dee5f7;
}

table.list tr {
    position: relative;
}

table.list th.operation, table.list td.operation {
    position: absolute;
    /*top: 0;*/
    right: 1%;
    z-index: 9;
    width: 160px;
    background: #fff;
    line-height: 34px;
    height: 34px;
}

table.list td.operation {
    margin-top: 2px;
}

table.list tr:nth-child(2) td.operation {
    margin-top: 1px;
}

table.list td.operation:hover {
    background: #f6fafd;
}

table.list th a, table.list th span {
    padding: 0 20px;
}

table.list .check {
    /*width: 21px;*/
    width: 20px;
    padding: 0 20px;
}

table.list .check #selectAll {
    margin: 4px 50px 3px 3px;
}

table.list tr th a, table.list tr th span {
    display: inline-block;
    /*width: 120px;*/
}

table.list .sort {
    height: 30px;
    line-height: 30px;
    display: block;
    outline: none;
    blr: expression(this.hideFocus = true);
}

table.list .sort:hover {
    /*color: #2b2b2b;*/
    /*background: url(../images/list.gif) 0px -90px #f4f4f4 no-repeat;*/
}

table.list .sort.createDate, table.list .createDate {
    padding-right: 190px;
}

table.list.productPush .sort.createDate, table.list.productPush .createDate {
    padding-right: 100px;
}

table.list .operation.total {
    width: 180px;
    background: #dee5f7;
    line-height: 30px;
    height: 30px;
}

table.list .desc, table.list .desc:hover {
    background: url(../images/list.gif) right -120px no-repeat;
}

table.list .asc, table.list .asc:hover {
    background: url(../images/list.gif) right -150px no-repeat;
}

table.list td {
    width: 140px;
    line-height: 35px;
    padding-left: 20px;
    border-bottom: 1px solid #e6f0f9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

table.list td.address_tenant {
    min-width: 120px;
    line-height: 1.8;
}

table.list td.time_tenant {
    min-width: 66px;
}

table.list td a {
    color: #336699;
}

table.list td a:hover {
    color: #ff6600;
}

table.list td .trueIcon {
    width: 24px;
    height: 24px;
    display: block;
    overflow: hidden;
    background: url(../images/list.gif) -150px -180px no-repeat;
}

table.list td .falseIcon {
    width: 24px;
    height: 24px;
    display: block;
    overflow: hidden;
    background: url(../images/list.gif) -180px -180px no-repeat;
}

table.input {
    width: 100%;
    word-break: break-all;
}

table.input.edit_css {
    background: #fff;
}

table.input th {
    /*width: 150px;*/
    font-size: 14px;
    width: 8%;
    line-height: 25px;
    padding: 5px 10px 5px 0;
    font-weight: normal;
    text-align: right;
    white-space: nowrap;
    /*border-bottom: 1px solid #dde9f5;*/
    /*background-color: #f8fbff;*/
}

table.input tr:hover th {
    /*background-color: #f1f8ff;*/
}

table.input .title th, table.input .title td {
    text-align: left;
    padding-left: 5px;
    background-color: #f1f8ff;
}

table.input td {
    line-height: 25px;
    padding: 5px;
    color: #666666;
    /*border-bottom: 1px solid #dde9f5;*/
}

.delete_b {
    color: red;
    padding: 0 0 0 7px;
    cursor: pointer;
}

table.input .fieldTitle {
    height: 29px;
    line-height: 29px;
    padding-right: 5px;
}

table.input select {
    vertical-align: middle;
    height: 32px;
    width: 210px;
    padding: 0 5px;
    border: 1px solid #e1e1e1;
}

table.input.edit_css select {
    border: 1px solid #e1e1e1;
}

table.input.edit_css th, table.input.edit_css td {
    padding: 20px 10px 5px;
}

/* ---------- ToolTip ---------- */

div.tooltip {
    padding: 5px;
    color: #999999;
    border: 1px solid #ffd461;
    background-color: #feffe6;
}

/* ---------- AutoComplete ---------- */

div.ac_results {
    overflow: hidden;
    z-index: 99999;
    border: 1px solid #a3c4d7;
    background-color: #ffffff;
}

div.ac_results ul {
    width: 100%;
    overflow: hidden;
}

div.ac_results li {
    line-height: 28px;
    display: block;
    padding: 0 4px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}

div.ac_results .ac_odd {
    background-color: #f1f8ff;
}

div.ac_results .ac_over {
    padding: 0 4px;
    background-color: #e4f2fa;
}

/*订单管理 配送方式选择*/
.admin_seach {
    width: 90px;
    height: 20px;
    line-height: 20px;
    background: #fff url(../images/list.gif) 70px -33px;
    border: 1px solid #ccc;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.admin_seach strong {
    font-weight: 100;
    color: #666;
}

.admin_slist {
    display: none;
    width: 90px;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 0;
    position: absolute;
    top: 20px;
    left: -1px;
    z-index: 1
}

.admin_slist a {
    color: #666;
    display: block;
}

.admin_slist a.down, .admin_slist a:hover {
    background: #f7f7f7;
    color: #555;
}

.admin_slist li {
    position: relative;
}

.admin_slist_cont {
    display: none;
    position: absolute;
    left: 90px;
    width: 80px;
    background: #fff;
    border: 1px solid #ccc;
    position: absolute;
    top: 0;
    z-index: 1
}

.admin_slist_cont span {
    display: block;
}

/*首页*/
.body_content iframe {
    /*margin: 20px;*/
    /*padding: 20px;*/
    /*background: #f5f5f7;*/
}

table.input.admin_index th {
    background: #dee5f7;
    border-bottom: none;
    height: 45px;
    font-size: 14px;
    width: 16%;
}

table.input.admin_index td {
    border-bottom: none;
    height: 45px;
    background: #fff;
    font-size: 16px;
    width: 36%;
}

table.input.admin_index td.powered {
    background: transparent;
}

table.input.admin_index {
    margin-bottom: 10px;
    /*border-bottom: 1px solid #ccc;*/
    background: #f5f5f7;
}

table.input.admin_index tbody {
    width: 100%;
}

table.input .powered {
    text-align: center;
}

table.input.admin_index .bg_white td {
    background: #fff;
}

.body_index {
    padding: 0 10px;
    margin: 20px;
    background: transparent;
}

.m20 {
    margin: 20px;
}

.p20 {
    padding: 20px;
}

.bg {
    background: #f5f5f7;
}

#listForm {
    /*background: #fff;*/
    margin-top: 0;
}

.bg div.path {
    height: 35px;
    line-height: 35px;
    background: #fff;
    position: relative;
}

.bg div.path:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    color: #dedede;
    z-index: 2;
    bottom: 0;
    border-bottom: 1px solid #d9d9d9;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

div.path span {
    font-size: 12px;
}

div.bar {
    background: #f5f5f7;
    padding: 15px 0;
}

.th_p20 {
    padding-left: 20px;
}

.th_width th {
    width: 150px;
}

table.list.productPush .operation.total, table.list.productPush .operation {
    width: 90px;
}

table.list.productPush tr th.operation span {
    width: 80px;
    padding: 0;
}

table.list.tenant tr th.operation.total, table.list.tenant .operation {
    width: 230px;
    padding: 0;
}

table.list.tenant tr th.operation.total span {
    padding-left: 0;
}

.td_last {
    padding-bottom: 30px !important;
}

.orange {
    color: #EC752F !important;
}

.content {
    background: #fff;
}

.content table.input th, .content table.input td {
    padding: 15px 5px;
}

table.list th.w90 {
    width: 90px !important;
}

table.list th.w100 {
    width: 100px !important;
}

table.list th.w110 {
    width: 110px !important;
}

table.list th.w130 {
    width: 135px !important;
}

table.list th.w140 {
    width: 140px !important;
}

table.list th.w150 {
    width: 150px !important;
}

table.list th.w160 {
    width: 160px !important;
}

input.button.btn_true {
    color: #fff;
    background: #528CF4;
}

textarea {
    border: 1px solid #e1e1e1;
}

.tc, .tc td, .tc th {
    text-align: center !important;
}

input[type="text"] {
    width: 200px;
    height: 26px;
    line-height: 26px;
    padding: 0 4px;
    color: #333;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #e1e1e1;
    box-shadow: none;
    font-size: 14px;
    /*margin-right: 10px;*/
    margin: 5px 10px 5px 0;
}

input[type="button"] {
    display: inline-block;
    display: -moz-inline-stack;
    margin-right: 10px;
    cursor: pointer;
    outline: none;
    border: 1px solid #528CF4;
    color: #528CF4;
    padding: 5px 23px;
    border-radius: 18px;
    background: #fff;
}
