﻿@charset "utf-8";

/*
 * lhgdialog 默认皮肤
 * (C) 2009-2011 【一丝冰凉】, http://t.qq.com/yisibl, QQ:50167214
 * This is licensed under the GNU LGPL, version 2.1 or later.
 * For details, see: http://creativecommons.org/licenses/LGPL/2.1/
 */


/*==================制作新皮肤从这里开始复制==================*/


/*基本重置*/

body {
    _margin: 0;
}


/*IE6 BUG*/

.ui_lock_scroll {
    *overflow: hidden;
}

.ui_lock_scroll body {
    overflow: hidden;
}


/*结构层*/

.ui_content,
.ui_title,
.ui_buttons input {
    font: 12px/1.333 tahoma, arial, \5b8b\4f53, sans-serif;
}

table.ui_border,
table.ui_dialog {
    width: auto;
    border-spacing: 0;
    *border-collapse: collapse;
}

.ui_border td,
.ui_dialog td {
    padding: 0;
}

.ui_dialog {
    background: #FFF;
}


/*标题部分开始*/

.ui_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    cursor: move;
    background: #DDD;
    user-select: none;
    user-select: none;
    padding: 0 100px 0 0;
}

.ui_title_buttons {
    position: absolute;
    cursor: pointer;
    font-size: 0;
    letter-spacing: -.5em;
}


/*对齐自适应*/

.ui_main {
    min-width: 6em;
    min-width: 0\9;
    text-align: center;
}

.ui_content {
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: left;
}

.ui_content.ui_state_full {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0!important;
}

.ui_content.ui_state_full iframe {
    border-radius: 0 0 5px 5px;
}

.ui_loading {
    width: 96px;
    height: 32px;
    text-align: left;
    text-indent: -9999em;
    overflow: hidden;
    background: url(icons/loading.gif) no-repeat center center;
}

.ui_icon_bg {
    margin: 20px 0 20px 15px;
}


/*标题纯CSS按钮开始 min 最小化，max最大化，res还原，rese恢复，close关闭*/

.ui_min,
.ui_max,
.ui_close,
.ui_res {
    position: relative;
    text-decoration: none;
    letter-spacing: normal;
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    font-family: tahoma, arial, \5b8b\4f53, sans-serif;
}

.ui_min b,
.ui_max b,
.ui_res_t,
.ui_res_b {
    display: block;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
}

.ui_close {
    font-weight: 500;
    text-decoration: none;
    outline: 0 none;
}

.ui_close:hover {
    text-decoration: none;
}


/*Tips部分*/

.ui_state_tips .ui_main {
    min-width: 3em;
}

.ui_state_tips .ui_content {
    margin-top: -2px;
    padding: 8px 10px!important;
}

.ui_state_tips .ui_icon_bg {
    margin: 5px 0 6px 9px;
}

.ui_state_tips .ui_title,
.ui_state_tips .ui_title_buttons,
.ui_res {
    display: none;
}


/* 还原按钮也在这里隐藏，这样可节省代码，注间这段一定要写在上面那段代码的下面*/

#ldg_lockmask {
    background: #DCE2F1;
    filter: alpha(opacity=60);
    opacity: .6;
}


/*==================制作新皮肤到这里结束复制==================*/


/*样式层开始*/

.ui_inner {
    border: 1px solid #999;
}

.ui_border {
    border-radius: 4px;
}

.ui_lt,
.ui_rt,
.ui_lb,
.ui_rb {
    width: 6px;
    height: 6px;
    display: block;
}

.ui_lt {
    border-radius: 4px 0 0 0;
}

.ui_rt {
    border-radius: 0 4px 0 0;
}

.ui_rb {
    border-radius: 0 0 4px 0;
}

.ui_lb {
    border-radius: 0 0 0 4px;
}

.ui_lt,
.ui_rt,
.ui_l,
.ui_r,
.ui_lb,
.ui_b,
.ui_t,
.ui_rb {
    background: rgba(102, 102, 102, .3);
    background: #666;
    filter: alpha(opacity=30);
}


/*标题栏样式*/

.ui_title_bar {
    position: relative;
    height: 100%;
    border-bottom: 1px solid #317ebd;
}

.ui_title {
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    font-weight: bold;
    color: #DDD;
    padding-left: 7px;
    border-bottom: 1px solid #6da6e1;
    background: linear-gradient(top, #46a0e1, #3280bf);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#46a0e1), to(#3280bf));
    background: -moz-linear-gradient(top, #46a0e1, #3280bf);
    background: -o-linear-gradient(top, #46a0e1, #3280bf);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#46a0e1', endColorstr='#3280bf');
    *background: #DDD;
}

.ui_state_focus .ui_title {
    color: #FFF;
    text-shadow: 0 1px 0 #333;
}

.ui_state_drag .ui_title {
    border-bottom: 1px solid #82bee6;
    text-shadow: 0 -1px 0 #333;
    background: linear-gradient(top, #3280bf, #46a0e1);
    background: -moz-linear-gradient(top, #3280bf, #46a0e1);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3280bf), to(#46a0e1));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3280bf', endColorstr='#46a0e1');
}


/*标题纯CSS按钮定位部分*/

.ui_title_buttons {
    top: 3px;
    right: 5px;
}

.ui_min,
.ui_max,
.ui_close,
.ui_res {
    color: #FFF;
    font-size: 22px;
    width: 22px;
    height: 22px;
    line-height: 18px;
}

.ui_min_b {
    top: 10px;
    left: 5px;
    width: 12px;
    height: 2px;
    border-bottom: 2px solid #FFF;
}

.ui_max_b {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 7px;
}

.ui_res_t,
.ui_res_b {
    top: 8px;
    left: 3px;
    width: 10px;
    height: 5px;
}

.ui_res_b {
    top: 4px;
    left: 6px;
}

.ui_res_t,
.ui_res_b,
.ui_max_b {
    border: 1px solid #FFF;
    border-top-width: 3px;
}

.ui_res_t {
    background: #3d8cce;
}

.ui_min:hover b,
.ui_max:hover b,
.ui_res:hover b {
    border-color: #555;
}

.ui_close {
    vertical-align: baseline;
    _line-height: 22px;
}

.ui_close:hover,
.ui_close:focus {
    color: #c93333;
}


/*底部按钮样式*/

.ui_buttons {
    white-space: nowrap;
    padding: 4px 8px;
    text-align: right;
    background-color: #F6F6F6;
    border-top: solid 1px #DADEE5;
}

.ui_buttons input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}

.ui_buttons input {
    padding: 3px 10px 3px 12px;
    padding: 5px 10px 2px 12px\0;
    *padding: 4px 10px 2px 10px;
    margin-left: 6px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    line-height: 1;
    height: 23px;
    letter-spacing: 3px;
    overflow: visible;
    color: #333;
    border: solid 1px #999;
    border-radius: 3px;
    border-radius: 0\9;
    background: #DDD;
    background: linear-gradient(top, #FAFAFA, #E4E4E4);
    background: -moz-linear-gradient(top, #FAFAFA, #E4E4E4);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FAFAFA), to(#E4E4E4));
    background: -o-linear-gradient(top, #FAFAFA, #E4E4E4);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E4E4E4');
    text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
    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;
}

.ui_buttons input:focus {
    outline: 0 none;
    box-shadow: 0 0 3px #0e78c9;
}

.ui_buttons input:hover {
    color: #000;
    border-color: #666;
    box-shadow: none;
}

.ui_buttons input:active {
    border-color: #666;
    background: linear-gradient(top, #FAFAFA, #E4E4E4);
    background: -moz-linear-gradient(top, #FAFAFA, #E4E4E4);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FAFAFA), to(#E4E4E4));
    background: -o-linear-gradient(top, #FAFAFA, #E4E4E4);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E4E4E4');
}

.ui_buttons input[disabled] {
    cursor: default;
    color: #666;
    background: #DDD;
    border: solid 1px #999;
    filter: alpha(opacity=50);
    opacity: .5;
    box-shadow: none;
}

input.ui_state_highlight {
    color: #FFF;
    border: solid 1px #1c6a9e;
    text-shadow: 0 -1px 1px #1c6a9e;
    background: #2288cc;
    background: linear-gradient(top, #33bbee, #2288cc);
    background: -moz-linear-gradient(top, #33bbee, #2288cc);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#33bbee), to(#2288cc));
    background: -o-linear-gradient(top, #33bbee, #2288cc);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#33bbee', endColorstr='#2288cc');
}

input.ui_state_highlight:hover {
    color: #FFF;
    border-color: #555;
}

input.ui_state_highlight:active {
    border-color: #1c6a9e;
    background: linear-gradient(top, #33bbee, #2288cc);
    background: -moz-linear-gradient(top, #33bbee, #2288cc);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#33bbee), to(#2288cc));
    background: -o-linear-gradient(top, #33bbee, #2288cc);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#33bbee', endColorstr='#2288cc');
}


/*Tips 部分开始*/

.ui_state_tips,
.ui_state_tips .ui_inner,
.ui_state_tips .ui_title_bar {
    border: 0 none;
    box-shadow: none;
}

.ui_state_tips .ui_lt,
.ui_state_tips .ui_rt,
.ui_state_tips .ui_lb,
.ui_state_tips .ui_rb {
    width: 5px;
    height: 5px;
}