﻿@charset "utf-8";
/*
 * artDialog skin
 * http://code.google.com/p/artdialog/
 * (c) 2009-2011 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*/
}

.aui_outer {
    text-align: left;
    border: 1px solid #ccc;
}

table.aui_border, table.aui_dialog {
    border: 0;
    margin: 0;
    border-collapse: collapse;
    width: 100%;
}

.aui_nw, .aui_n, .aui_ne, .aui_w, .aui_c, .aui_e, .aui_sw, .aui_s, .aui_se, .aui_header, .aui_tdIcon, .aui_main, .aui_footer {
    padding: 0;
}

.aui_header, .aui_buttons button {
    font: 12px/1.11 'Microsoft Yahei', Tahoma, Arial, Helvetica, STHeiti;
    _font-family: Tahoma,Arial,Helvetica,STHeiti;
    -o-font-family: Tahoma, Arial;
}

.aui_state_noTitle .aui_title {
    display: none;
}

.aui_close {
    display: block;
    position: absolute;
    text-decoration: none;
    outline: none;
    _cursor: pointer;
}

    .aui_close:hover {
        text-decoration: none;
    }

.aui_main {
    text-align: center;
    min-width: 9em;
    min-width: 0\9 /*IE8 BUG*/;
}

.aui_content {
    text-align: left;
}

    .aui_content.aui_state_full {
        display: block;
        width: 100%;
        margin: 0px;
        padding: 0 !important;
        height: 100%;
    }

.aui_loading {
    height: 32px;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
    background: url(icons/loading.gif) no-repeat center center;
}

.aui_icon {
    vertical-align: middle;
}

    .aui_icon div {
        width: 48px;
        height: 48px;
        margin: 10px 0 10px 10px;
        background-position: center center;
        background-repeat: no-repeat;
    }

.aui_buttons {
    padding: 0px;
    text-align: right;
    white-space: nowrap;
    background-color: #F3F3F3;
    border-top: 1px solid #DDDDDD;
}

    .aui_buttons button {
        background: none repeat scroll 0 0 #F8F8F8;
        border: 1px solid #CCCCCC;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        color: #333333;
        cursor: pointer;
        display: inline-block;
        height: 30px;
        letter-spacing: 2px;
        line-height: 1;
        margin: 0.5em 0.4em 0.5em 0;
        overflow: visible;
        padding: 4px 22px;
        text-align: center;
        width: auto;
    }

        .aui_buttons button::-moz-focus-inner {
            border: 0;
            padding: 0;
            margin: 0;
        }

        .aui_buttons button:focus {
            outline: none 0;
            border-color: #aaa;
        }

        .aui_buttons button:hover {
            color: #000;
            background-color: #fff;
            border-color: #bbb;
        }

        .aui_buttons button:active {
            border-color: #666;
        }

        .aui_buttons button[disabled] {
            cursor: default;
            color: #666;
            background: #DDD;
            border: solid 1px #999;
            filter: alpha(opacity=50);
            opacity: .5;
            box-shadow: none;
        }

button.aui_state_highlight {
    background: none repeat scroll 0 0 #007ed7;
    border: 1px solid #0079cf;
    color: #ffffff;
}

    button.aui_state_highlight:hover {
        border-color: #0079cf;
        background-color: #0079cf;
        color: #fff;
    }

    button.aui_state_highlight:active {
        border-color: #44b1ff;
        background-color: #44b1ff;
    }
/* common end */

.aui_inner {
    background: #FFF;
}

.aui_outer, .aui_inner {
}

.aui_border {
    -moz-box-shadow: inset 0 0 1px rgba(255, 255, 255, .9);
    -webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, .9);
    box-shadow: inset 0 0 1px rgba(255, 255, 255, .9);
}

.aui_nw, .aui_ne, .aui_sw, .aui_se {
}

.aui_nw, .aui_n, .aui_ne, .aui_w, .aui_e, .aui_sw, .aui_s, .aui_se {
    background: rgba(0, 0, 0, .4);
    background: #000\9 !important;
    filter: alpha(opacity=40);
}

.aui_state_lock .aui_nw, .aui_state_lock .aui_n, .aui_state_lock .aui_ne, .aui_state_lock .aui_w, .aui_state_lock .aui_e, .aui_state_lock .aui_sw, .aui_state_lock .aui_s, .aui_state_lock .aui_se {
    background: rgba(0, 0, 0, .5);
    background: #000\9 !important;
    filter: alpha(opacity=50);
}

.aui_state_focus .aui_dialog {
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

.aui_state_focus .aui_outer {
    -moz-box-shadow: 0 2px 20px rgba(123, 123, 123, 0.5);
    -webkit-box-shadow: 0 2px 20px rgba(123, 123, 123, 0.5);
    box-shadow: 0 2px 20px rgba(123, 123, 123, 0.5);
}

.aui_state_lock .aui_border {
}

.aui_state_drag .aui_outer, .aui_outer:active {
    box-shadow: none;
}

.aui_titleBar {
    position: relative;
    height: 100%;
}

.aui_title {
    background: none repeat scroll 0 0 #F3F3F3;
    height: 28px;
    line-height: 27px;
    padding: 0 28px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #DFDFDF;
}

.aui_state_focus .aui_title {
    color: #333;
    padding: 5px 8px;
}

.aui_state_drag .aui_title {
    background: linear-gradient(top, #E1E1E1, #EDEDED);
    background: -moz-linear-gradient(top, #E1E1E1, #EDEDED);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E1E1E1), to(#EDEDED));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E1E1E1', endColorstr='#EDEDED');
    box-shadow: none;
}

.aui_state_drag .aui_titleBar {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.aui_close {
    padding: 0;
    top: 4px;
    right: 4px;
    width: 21px;
    height: 21px;
    line-height: 21px;
    font-size: 18px;
    color: #68767b;
    text-align: center;
    font-family: Helvetica, STHeiti;
    _font-family: Tahoma, '\u9ed1\u4f53', 'Book Antiqua', Palatino;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .9);
}

    .aui_close:hover {
        background: #C72015;
        color: #FFF;
    }

    .aui_close:active {
        box-shadow: none;
    }

.aui_content {
    color: #666;
}

.aui_state_focus .aui_content {
    color: #000;
}

.aui_state_noTitle .aui_nw, .aui_state_noTitle .aui_ne, .aui_state_noTitle .aui_sw, .aui_state_noTitle .aui_se {
}

.aui_state_noTitle .aui_inner {
    background-color: #fff;
    border: 1px solid #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 10px #e4e4e4;
    -webkit-box-shadow: 0 0 10px #e4e4e4;
    box-shadow: 0 0 10px #e4e4e4;
}

.aui_state_noTitle .aui_outer {
    border: none 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.aui_state_noTitle .aui_nw, .aui_state_noTitle .aui_n, .aui_state_noTitle .aui_ne, .aui_state_noTitle .aui_w, .aui_state_noTitle .aui_e, .aui_state_noTitle .aui_sw, .aui_state_noTitle .aui_s, .aui_state_noTitle .aui_se {
}

.aui_state_noTitle .aui_titleBar {
    bottom: 0;
    _bottom: 0;
    _margin-top: 0;
}

.aui_state_noTitle .aui_close {
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    text-indent: 0;
    font-size: 18px;
    text-decoration: none;
    color: #214FA3;
    background: none;
    filter: !important;
}

    .aui_state_noTitle .aui_close:hover, .aui_state_noTitle .aui_close:active {
        text-decoration: none;
        color: #900;
    }

.aui_state_noTitle .aui_dialog {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.aui_state_noTitle .aui_main {
    padding: 0px;
}
