@charset "utf-8";


/* common start */
.d-outer {
    text-align: left;
}

table.d-border, table.d-dialog {
    border: 0;
    margin: 0;
    border-collapse: collapse;
    width: 100%;
}

.d-nw, .d-n, .d-ne, .d-w, .d-c, .d-e, .d-sw, .d-s, .d-se, .d-header, .d-tdIcon, .d-main, .d-footer {
    padding: 0;
}

.d-header, .d-buttons .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;
}

.d-state-noTitle .d-title {
    display: none;
}

.d-close {
    text-indent: 9999em;
    position: absolute;
    outline: none;
    cursor: pointer;
    width: 24px;
    height: 24px;
    right: -6px;
    top: -6px;
    font-size: 0;
    background-position: -192px 0;
}

.d-close:hover {
    background-position: -216px 0;
}

.d-main {
    text-align: center;
    background-color: #fcfcfc;
}

.d-content {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    text-align: left;
    border: none 0;
}

.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(icons/loading.gif) no-repeat center center;
}

.d-icon {
    vertical-align: middle;
    background-color: #fcfcfc;
}

.d-icon div {
    width: 48px;
    height: 48px;
    margin: 10px 0 10px 10px;
    background-position: center center;
    background-repeat: no-repeat;
}

.d-buttons {
    padding: 20px;
    text-align: center;
    white-space: nowrap;
    background-color: #fcfcfc;
}

.d-buttons .d-button {
    margin-left: 10px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    line-height: 1;
    letter-spacing: 2px;
    min-width: 44px;
    padding: 0 8px;
    height: 30px;
    line-height: 29px;
    overflow: visible;
    border-radius: 2px;
    transition: all 0.2s;
    -ms-transition: all 0.2s;
    font-size: 14px;
    border: none;
    outline: none;
    background: none;
    color: #6cc2e3;
}

.d-buttons .d-button::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}

.d-buttons .d-button:hover {
    text-decoration: underline;
}

.d-buttons .d-button[disabled] {
    cursor: default;
    color: #666;
    background: #DDD;
    border: solid 1px #999;
    filter: alpha(opacity=50);
    opacity: .5;
    box-shadow: none;
}

.d-button.d-state-highlight {
    color: #fff;
    background-color: #6cc2e3;
    min-width: 60px;
}

.d-button.d-state-highlight:hover {
    text-decoration: none;
    background-color: #4fb6dd;
}

.d-inner {
    background: #FFF;
}

.d-nw, .d-ne, .d-sw, .d-se {
    width: 0;
    height: 0;
}

.d-nw, .d-n, .d-ne, .d-w, .d-e, .d-sw, .d-s, .d-se {
    -background: rgba(0, 0, 0, .4);
    -background: #000\9  !important;
    -filter: alpha(opacity=40);
}

.d-state-lock .d-nw, .d-state-lock .d-n, .d-state-lock .d-ne, .d-state-lock .d-w, .d-state-lock .d-e, .d-state-lock .d-sw, .d-state-lock .d-s, .d-state-lock .d-se {
    background: rgba(0, 0, 0, .5);
    background: #000\9  !important;
    filter: alpha(opacity=50);
}

.d-state-lock .d-w, .d-state-lock .d-e {
    background: none;
}

.d-state-drag .d-outer, .d-outer:active {
    box-shadow: none;
}

.d-titleBar {
    position: relative;
    height: 100%;
}

.d-title {
    height: 30px;
    line-height: 29px;
    background-color: #6d7e8f;
    padding-left: 20px;
    font-size: 16px;
}

.d-state-focus .d-title {
    color: #f5f5f6;
}

.d-state-drag .d-titleBar {
    box-shadow: none;
}

.d-content {
    padding: 15px !important;
}

.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-main {
    background: #fcfcfc;
    border-radius: 2px;
    border: 1px solid #beccdb;

}

.d-state-noTitle .d-inner {
    box-shadow: 0 0 0 1px #e7ebef;
}

.d-state-noTitle .d-outer {
    border: none 0;
    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, .0);
    background: #000\9  !important;
    filter: alpha(opacity=0) !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-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;
}

.d-state-noTitle .d-dialog {
    box-shadow: 0 0 2px 3px #d3d6da;
}

.d-mask {
    background:#000;
	opacity: 0.7;
	filter:alpha(opacity=70);
}

.artDialog-tip {
    font-size: 14px;
    position: relative;
    padding: 0 !important;
}

.aui-content {
    font-size: 16px;
}

.artDialog-tip i {
    margin-right: 5px;
}

.icon-quesion {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    background: url('../../../images/question.png') repeat;
    margin-right: 5px;
}
.d-noTitle .d-titleBar{display:none;}









