﻿@charset "utf-8";
/*
 * artDialog skin
 * https://github.com/aui/artDialog
 * (c) 2009-2013 TangBin, http://www.planeArt.cn
 *
 * This is licensed under the GNU LGPL, version 2.1 or later.
 * For details, see: http://creativecommons.org/licenses/LGPL/2.1/
 */

/* common start */
body {
    _margin: 0;
    _height: 100%;
}
/*IE6 BUG*/
.d-outer {
    text-align: left;
    outline: none 0;
}

.d-border, .d-dialog {
    border: 0 none;
    margin: 0;
    border-collapse: collapse;
    width: auto;
}

.d-nw, .d-n, .d-ne, .d-w, .d-c, .d-e, .d-sw, .d-s, .d-se, .d-header, .d-main, .d-footer {
    padding: 0;
}

.d-header, .d-button {
    font: 12px/1.11 'Microsoft Yahei', Tahoma, Arial, Helvetica, STHeiti;
    _font-family: Tahoma,Arial,Helvetica,STHeiti;
    -o-font-family: Tahoma, Arial;
}

.d-title {
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
}

.d-state-noTitle .d-title {
    display: none;
}

.d-close {
    display: block;
    position: absolute;
    text-decoration: none;
    outline: none;
    _cursor: pointer;
}

    .d-close:hover {
        text-decoration: none;
    }

.d-main {
    text-align: center;
    vertical-align: middle;
    min-width: 9em;
}

.d-content {
    display: inline-block;
    display: block\0 /*IE8 BUG*/;
    display: inline-block\9\0;
    *zoom: 1;
    *display: inline;
    text-align: left;
    border: 0 none;
}

    .d-content.d-state-full {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0!important;
        height: 100%;
    }

.d-loading {
    width: 96px;
    height: 32px;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
    background: url(loading.gif) no-repeat center center;
}

.d-buttons {
    padding: 8px;
    text-align: right;
    white-space: nowrap;
}

.d-button {
    margin-left: 15px;
    padding: 0 8px;
    cursor: pointer;
    display: inline-block;
    min-height: 2.2em;
    text-align: center;
    *padding: 4px 10px;
    *height: 2em;
    letter-spacing: 2px;
    font-family: Tahoma, Arial/9!important;
    width: auto;
    overflow: visible;
    *width: 1;
    color: #fff;
    /*border: 1px solid #999;*/ /*border-radius: 5px;*/
    border:0;
    background-color: #b4b4b4; /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DDDDDD');*/
    /*background: linear-gradient(top, #FFF, #DDD);
    background: -moz-linear-gradient(top, #FFF, #DDD);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#DDD));
    text-shadow: 0px 1px 1px rgba(255, 255, 255, .5);
    
    box-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0 -1px 0 rgba(0, 0, 0, .09);
    -moz-transition: -moz-box-shadow linear .2s;
    -webkit-transition: -webkit-box-shadow linear .2s;*/
    /*transition: box-shadow linear .2s;*/
}

    .d-button::-moz-focus-inner, .d-button::-moz-focus-outer {
        border: 0 none;
        padding: 0;
        margin: 0;
    }

    .d-button:focus { /*outline:none 0;*/ /*border-color:#426DC9;*/ /*box-shadow:0 0 8px rgba(66, 109, 201, .9);*/
        background-color: #10867d;
    }

    .d-button:hover {
        color: #fff; /*border-color:#666;*/
        background-color: #8f8f8f;
    }

    .d-button:active {
        border-color: #666; /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='#FFFFFF');*/
        background-color: #8f8f8f;
        background: -moz-linear-gradient(top, #DDD, #FFF); /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDD), to(#FFF));*/ /*box-shadow:inset 0 1px 1em rgba(0, 0, 0, .6), inset 0 1px 1em rgba(0, 0, 0, .3);*/
    }

    .d-button[disabled] {
        cursor: default;
        color: #666;
        background: #DDD;
        border: 1px solid #999;
        filter: alpha(opacity=50);
        opacity: .5;
        box-shadow: none;
    }

.d-state-highlight {
    color: #FFF;
    border: solid 0px #679a10;
    background: #23AFA4; /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#98d237', endColorstr='#7cb61b'); background: linear-gradient(top, #98d237, #7cb61b); background: -moz-linear-gradient(top, #98d237, #7cb61b); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#98d237), to(#7cb61b)); text-shadow: -1px -1px 1px #679a10;*/
}

    .d-state-highlight:focus {
        background: #23AFA4;
        /*border-color: #679a10;*/
        /*box-shadow: 0 0 8px rgba(0, 50, 0, .7);*/
    }

    .d-state-highlight:hover {
        color: #FFF;
        border-color: #3c5412;
        background-color: #179C92;
    }

    .d-state-highlight:active {
        /*border-color: #3c5412;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#98d237', endColorstr='#7cb61b');
        background: linear-gradient(top, #98d237, #7cb61b);
        background: -moz-linear-gradient(top, #98d237, #7cb61b);
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#98d237), to(#7cb61b));*/
    }

.d-mask {
    background: #000;
    filter: alpha(opacity=70);
    opacity: .7;
}
/* common end */

.d-inner {
    background: #f7f7f7;
}

.d-titleBar {
    width: 100%;
    height: 0;
    position: relative;
    bottom: 30px;
    _bottom: 0;
    _margin-top: -30px;
}

.d-title {
    height: 29px;
    line-height: 29px;
    padding: 0 25px 0 0;
    _padding: 0;
    text-indent: 5px;
    color: #FFF;
    font-weight: 700;
    text-shadow: -1px -1px 0 rgba(0, 50, 0, .7);
}

.d-nw, .d-ne, .d-sw, .d-se, .d-n, .d-s, .d-close {
    background-image: url(green/bg.png);
    background-repeat: no-repeat;
}

.d-nw {
    width: 15px;
    height: 38px;
    background-position: 0 0;
}

.d-ne {
    width: 15px;
    height: 38px;
    background-position: -15px 0;
}

.d-sw {
    width: 15px;
    height: 18px;
    background-position: 0 -38px;
}

.d-se {
    width: 15px;
    height: 18px;
    background-position: -15px -38px;
}

.d-close {
    top: 4px;
    right: 4px;
    _z-index: 1;
    width: 20px;
    height: 20px;
    _font-size: 0;
    _line-height: 0;
    text-indent: -9999em;
    background-position: 0 -112px;
}

    .d-close:hover {
        background-position: 0 -132px;
    }

.d-n, .d-s {
    background-repeat: repeat-x;
}

.d-n {
    background-position: 0 -56px;
}

.d-s {
    background-position: 0 -94px;
}

.d-w, .d-e {
    background-image: url(green/bg2.png);
    background-repeat: repeat-y;
}

.d-w {
    background-position: left top;
}

.d-e {
    background-position: right bottom;
}

aui_icon, .d-main {
    padding-top: 3px;
}

@media screen and (min-width:0) {
    .d-outer {
        border-radius: 8px;
        box-shadow: 0 5px 15px rgba(0, 50, 0, .4);
        -moz-transition: -moz-box-shadow linear .2s;
        -webkit-transition: -webkit-box-shadow linear .2s;
        transition: -webkit-box-shadow linear .2s;
    }

    .d-state-lock {
        box-shadow: 0 3px 26px rgba(0, 0, 0, .9);
    }

    .d-outer:active {
        box-shadow: 0 0 5px rgba(0, 50, 0, .1)!important;
    }

    .d-state-drag {
        box-shadow: none!important;
    }

    .d-nw, .d-ne, .d-sw, .d-se, .d-n, .d-s, .d-close {
        background-image: url(green/bg_css3.png);
    }

    .d-nw {
        width: 5px;
        height: 31px;
    }

    .d-ne {
        width: 5px;
        height: 31px;
        background-position: -5px 0;
    }

    .d-sw {
        width: 5px;
        height: 5px;
        background-position: 0 -31px;
    }

    .d-se {
        width: 5px;
        height: 5px;
        background-position: -5px -31px;
    }

    .d-close {
        background-position: 0 -72px;
    }

        .d-close:hover {
            background-position: 0 -92px;
        }

    .d-n {
        background-position: 0 -36px;
    }

    .d-s {
        background-position: 0 -67px;
    }

    .d-w, .d-e {
        background-image: url(green/bg_css3_2.png);
    }
}

.d-state-noTitle .d-nw, .d-state-noTitle .d-ne, .d-state-noTitle .d-sw, .d-state-noTitle .d-se {
    width: 3px;
    height: 3px;
}

.d-state-noTitle .d-inner {
    border: 1px solid #666;
    background: #FFF;
}

.d-state-noTitle {
    box-shadow: none;
}

    .d-state-noTitle .d-nw, .d-state-noTitle .d-n, .d-state-noTitle .d-ne, .d-state-noTitle .d-w, .d-state-noTitle .d-e, .d-state-noTitle .d-sw, .d-state-noTitle .d-s, .d-state-noTitle .d-se {
        background: rgba(0, 0, 0, .05);
        background: #000\9!important;
        filter: alpha(opacity=5)!important;
    }

    .d-state-noTitle .d-titleBar {
        bottom: 0;
        _bottom: 0;
        _margin-top: 0;
    }

    .d-state-noTitle .d-close {
        top: 0;
        right: 0;
        width: 18px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        text-indent: 0;
        font-family: Helvetica, STHeiti;
        _font-family: '\u9ed1\u4f53', 'Book Antiqua', Palatino;
        font-size: 18px;
        text-decoration: none;
        color: #214FA3;
        background: none;
        filter: !important;
    }

        .d-state-noTitle .d-close:hover, .d-state-noTitle .d-close:active {
            text-decoration: none;
            color: #900;
        }
