* {
    margin: 0;
    padding: 0;
}

html,
body,
form {
    height: 100%;
    padding: 0px;
    margin: 0px;
    *overflow: hidden;
}

body {
    font-family: 'Microsoft YaHei' !important;
    font-size: 12px;
    background-color: #eeeeee;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

form {
    padding: 0px;
    margin: 0px;
}

a {
    outline: 0px;
    text-decoration: none;
}

input[type='text'],
input[type='password'],
textarea {
    border: 1px solid #cbcbcb;
    height: 25px;
    padding-left: 2px;
    line-height: 25px;
}

select {
    border-color: #cbcbcb;
    height: 25px;
}

input[type='text']:hover,
input[type='password']:hover,
textarea:hover {
    border: 1px solid #aad0f1;
}

input[type='text']:focus,
input[type='password']:focus,
textarea:hover {
    border: 1px solid #a8f6e5;
    background-color: #fcfcfc;
}

input[type='text']::-ms-clear {
    display: none;
}

.warning {
    color: Red;
}
/*设置默认表格样式*/
.ui-layout-toggler {
    background-color: #27a9e3;
}

.layout-container {
    height: 100%;
    overflow: auto;
}

.layout-content {
    margin: 10px;
    background-color: #fdfdfe;
    box-sizing: border-box;
    background: white;
    background-position: bottom right;
    -moz-box-sizing: border-box;
    /*Firefox3.5+*/
    -webkit-box-sizing: border-box;
    /*Safari3.2+*/
    -o-box-sizing: border-box;
    /*Opera9.6*/
    -ms-box-sizing: border-box;
    /*IE8*/
}

.layout-content2 {
    margin: 10px;
    background-color: #fdfdfe;
    box-sizing: border-box;
    background-position: bottom right;
    -moz-box-sizing: border-box;
    /*Firefox3.5+*/
    -webkit-box-sizing: border-box;
    /*Safari3.2+*/
    -o-box-sizing: border-box;
    /*Opera9.6*/
    -ms-box-sizing: border-box;
    /*IE8*/
}

.page-toolbar {
    padding: 5px 5px 10px 0px;
}

.page-operation {
    width: 100%;
    height: 40px;
    padding: 8px 0px;
    text-align: center;
}

.page-content {
    border: 5px solid #eeeeee;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background: #fdfdfe url("Edf.Res.Themes.DeepSky.images.custom.background.png") no-repeat;
    background-position: bottom right;
    position: relative;
    -moz-box-sizing: border-box;
    /*Firefox3.5+*/
    -webkit-box-sizing: border-box;
    /*Safari3.2+*/
    -o-box-sizing: border-box;
    /*Opera9.6*/
    -ms-box-sizing: border-box;
    /*IE8*/
    *height: 98%;
}

.page-head {
    background: #6bb3d4 url("Edf.Res.Themes.DeepSky.images.custom.table-list-header.png");
    border: 0px;
    border-bottom: 1px solid #569ebf;
    color: white;
    height: 28px;
    width: 100%;
    line-height: 27px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
    position: absolute;
    top: 0px;
    z-index: 20;
}

.page-container {
    height: 100%;
    overflow: auto;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*Firefox3.5+*/
    -webkit-box-sizing: border-box;
    /*Safari3.2+*/
    -o-box-sizing: border-box;
    /*Opera9.6*/
    -ms-box-sizing: border-box;
    /*IE8*/
    *height: 96%;
}

.page-containerwithhead {
    height: 100%;
    overflow: auto;
    padding: 0px;
    border-top: 30px solid white;
    box-sizing: border-box;
    z-index: 10;
    -moz-box-sizing: border-box;
    /*Firefox3.5+*/
    -webkit-box-sizing: border-box;
    /*Safari3.2+*/
    -o-box-sizing: border-box;
    /*Opera9.6*/
    -ms-box-sizing: border-box;
    /*IE8*/
}

.table-head {
    background: #6bb3d4 url("Edf.Res.Themes.DeepSky.images.custom.table-list-header.png");
    border: 0px;
    border-bottom: 1px solid #569ebf;
    color: white;
    height: 28px;
    width: 100%;
    line-height: 27px;
    font-size: 14px;
    font-weight: bold;
}

    .table-head td {
        padding-left: 10px;
    }

.table-list {
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: 0px;
    border-collapse: collapse;
}

    .table-list TH {
        border: 1px solid #d4d5d7;
        height: 28px;
        line-height: 18px;
        background-color: #eaebf0;
        color: #2e363f;
    }

    .table-list thead {
        border-bottom: 2px solid #b6b7bc;
    }

    .table-list TH.table-topheader {
        border-bottom: 0px;
    }

    .table-list TH.table-select {
        width: 50px;
    }

    .table-list TH a {
        color: #2e363f;
        text-decoration: none;
    }

    .table-list tr.table-row TD,
    .table-list tr.table-alterrow TD {
        border: 1px solid #d4d5d7;
        color: #555555;
        line-height: 18px;
        height: 30px;
        padding: 2px 5px;
        background-color: #fdfdfe;
    }

    .table-list tr.table-selectrow TD {
        background-color: #e2effc;
    }

    .table-list tr.table-row:hover td,
    .table-list tr.table-alterrow:hover td {
        background-color: #e2effc;
    }

    .table-list tr.table-pagerow td {
        border: 0px;
    }

.table-page {
    width: 100%;
    margin-top: 5px;
    height: 32px;
    text-align: right;
    color: #5a5a5a;
    vertical-align: middle;
    line-height: 29px;
}

    .table-page a {
        display: inline-block;
        padding: 5px 10px;
        border: 1px solid #d4d5d7;
        background-color: #f4f4f7;
        text-decoration: none;
        color: #5a5a5a;
        margin-left: 2px;
        line-height: 17px;
        height: 17px;
    }

        .table-page a.table-currentpage {
            background-color: #27a9e3;
            color: #f1f9fd;
            border: 1px solid #27a9e3;
            border-bottom-width: 2px;
            border-top-width: 2px;
        }

        .table-page a.table-disabled-a {
            color: #a8a8a8;
        }

        .table-page a.table-active-a:hover {
            background-color: #27a9e3;
            color: #f1f9fd;
        }

        .table-page a:first-child {
            border-left: 1px solid #d4d5d7;
        }

    .table-page input {
        width: 25px;
    }

    .table-page .table-page-text {
        line-height: 30px;
        *top: -5px;
    }

.table-pagesize-container {
    text-align: left;
    padding-left: 10px;
}
/* 编辑 table-item：编辑  table-item-abreast：从外观上看与table-item连接在一起  table-item-sub：另一块编辑
--------------------------------*/
.table-item,
.table-item-sub,
.table-item-abreast {
    width: 100%;
    padding: 0px;
    border-left: solid 1px #d4d5d7;
    border-right: solid 1px #d4d5d7;
    border-bottom: solid 1px #d4d5d7;
    background-color: #ffffff;
    border-collapse: collapse;
}

.table-item,
.table-item-sub {
    margin: 0px;
}

.table-item-abreast {
    margin: 0px;
}

.table-item {
    border-top: solid 2px #b6b7bc;
}

.table-item-abreast {
    border-top: solid 1px #d4d5d7;
}

.table-item-sub {
    border-top: solid 3px #d4d5d7;
}

    .table-item-sub th,
    .table-item th,
    .table-item-abreast th,
    .table-item-sub td,
    .table-item td,
    .table-item-abreast td {
        padding: 4px 5px 4px 5px;
        border-top: solid 0px #d4d5d7;
        border-left: solid 1px #d4d5d7;
        border-right: solid 1px #d4d5d7;
        border-bottom: solid 1px #d4d5d7;
    }

    .table-item-sub th,
    .table-item th,
    .table-item-abreast th {
        text-align: right;
        background-color: #eaebf0;
        background-image: none;
        color: #2e363f;
        height: 30px;
    }

    .table-item-sub td,
    .table-item td,
    .table-item-abreast td {
        text-align: left;
        height: 30px;
    }

        .table-item-sub td input[type="text"],
        .table-item td input[type="text"],
        .table-item-abreast td input[type="text"],
        .table-item-sub td input[type="password"],
        .table-item td input[type="password"],
        .table-item-abreast td input[type="password"] {
            height: 25px;
        }

        .table-item td table td {
            border: 0px;
            height: auto;
        }
/* table-item-list  table-item中的一个列表
--------------------------------*/
.table-item-abreast .table-item-list {
    width: 100%;
    padding: 0px;
    border-bottom: solid 1px #b9c6d6;
    background-color: #ffffff;
    border-collapse: collapse;
}

    .table-item-abreast .table-item-list th,
    .table-item-abreast .table-item-list td {
        border: 1px solid #A1A1A1;
        padding: 0px 2px 0px 2px;
        text-align: center;
    }

    .table-item-abreast .table-item-list td {
        height: 25px;
        background-color: White;
    }

        .table-item-abreast .table-item-list th.first,
        .table-item-abreast .table-item-list td.first {
            border-left: 0px;
            border-right: 0px;
        }

        .table-item-abreast .table-item-list td.lefttext {
            padding: 0px 5px 0px 5px;
            text-align: left;
        }

        .table-item-abreast .table-item-list td.rightnum {
            padding: 0px 5px 0px 5px;
            text-align: right;
        }

    .table-item-abreast .table-item-list input {
        border: 1px solid white;
        background-color: white;
    }

    .table-item-abreast .table-item-list td.readonlytext {
        color: #16598d;
        background-color: #f3f3f3;
    }

    .table-item-abreast .table-item-list input:hover,
    .table-item-abreast .table-item-list input:focus {
        border: 1px solid #ff6b09;
        outline: none;
    }

.table-item-list th {
    text-align: center;
}
/* button里面的图片样式 */
.ui-button img {
    margin: 0px 8px -3px 0px !important;
    padding: 0px;
    border: currentColor;
    width: 16px;
    height: 16px;
    border: 0px;
}
/* button的字体和高度设置 */
.ui-widget {
    font-family: 'Microsoft YaHei' !important;
    font-size: 12px;
}

.ui-button .ui-button-text {
    line-height: 1;
}

.ui-button {
    margin-right: 0;
}

.money {
    color: Green;
    text-align: right;
}
/* 去除 tab的内部padding。原来为padding: 1em 1.4em;*/
.ui-tabs .ui-tabs-panel {
    padding: 0;
}

.ui-banner {
    background: url("Edf.Res.Themes.DeepSky.images.custom.banner.png") repeat;
    height: 43px;
    padding: 0px;
    border: 0px;
    overflow: hidden;
}

.ui-banner-sysname {
    display: inline-block;
    height: 43px;
    line-height: 43px;
    color: White;
    font-size: 20px;
    margin-left: 20px;
    float: left;
    overflow: visible;
    width: 300px;
}

.ui-banner-close {
    float: right;
    width: 40px;
    background: url("Edf.Res.Themes.DeepSky.images.custom.banner-split.png") repeat-y;
    height: 43px;
    margin: 0px;
}

.ui-banner-close-i {
    width: 40px;
    height: 43px;
    background: url("Edf.Res.Themes.DeepSky.images.custom.banner-quit.png") no-repeat center;
    display: inline-block;
}

.ui-banner-user {
    float: right;
    width: 160px;
    background: url("Edf.Res.Themes.DeepSky.images.custom.banner-split.png") repeat-y;
    height: 43px;
    margin: 0px;
    position: relative;
}

.ui-banner-user-info {
    width: 90px;
    float: right;
    padding: 6px;
}

.ui-banner-user-i {
    width: 30px;
    height: 30px;
    background: url("Edf.Res.Themes.DeepSky.images.custom.userinfo.png") no-repeat center;
    display: inline-block;
    margin: 6px;
    float: left;
}

.ui-banner-username {
    font-size: 12px;
    color: #e2e2e2;
}

.ui-banner-userdept {
    font-size: 12px;
    color: #aec3ce;
}
/*ui-navi*/
.ui-navi {
    background: #27a1d7 url("Edf.Res.Themes.DeepSky.images.custom.navi.png") repeat top;
    color: #15526d;
    font-size: 14px;
    height: 33px;
    border: 0px;
    line-height: 30px;
    border-collapse: collapse;
    width: 100%;
}

    .ui-navi td {
        padding: 0px;
    }

.ui-navi-split {
    color: #96daf5;
}

.ui-navi-main {
    background: url("Edf.Res.Themes.DeepSky.images.custom.navi-main.png") no-repeat left;
    display: block;
    height: 30px;
    margin-left: 18px;
    padding-left: 18px !important;
}

.ui-navi-shadow {
    height: 3px;
    background: #27a1d7 url("Edf.Res.Themes.DeepSky.images.custom.navi-shadow.png") repeat bottom;
}

.ui-navi td.ui-navi-operation {
    width: 40px;
    height: 30px;
    background: url("Edf.Res.Themes.DeepSky.images.custom.navi-split.png") repeat-y left;
}

    .ui-navi td.ui-navi-operation a {
        width: 39px;
        height: 25px;
        display: inline-block;
    }

.ui-navi a.ui-navi-operation-left {
    background: url("Edf.Res.Themes.DeepSky.images.custom.navi-left.png") no-repeat center;
}

.ui-navi a.ui-navi-operation-right {
    background: url("Edf.Res.Themes.DeepSky.images.custom.navi-right.png") no-repeat center;
}

.ui-navi a.ui-navi-operation-mainpage {
    background: url("Edf.Res.Themes.DeepSky.images.custom.navi-mainpage.png") no-repeat center;
}

.ui-navi a.ui-navi-operation-refresh {
    background: url("Edf.Res.Themes.DeepSky.images.custom.navi-refresh.png") no-repeat center;
}

.ui-navi a.ui-navi-operation-fullscreen {
    background: url("Edf.Res.Themes.DeepSky.images.custom.navi-fullscreen.png") no-repeat center;
}

.ui-navi a.ui-navi-operation-fullscreen-a {
    background: url("Edf.Res.Themes.DeepSky.images.custom.navi-fullscreen-a.png") no-repeat center;
}
/*accordion 样式*/
.ui-accordion {
    margin-top: -1px;
}

    .ui-accordion .ui-accordion-header {
        padding: 0px 0px 0px 32px;
        margin: 0px;
    }

    .ui-accordion .ui-corner-all,
    .ui-accordion .ui-corner-top,
    .ui-accordion .ui-corner-bottom {
        border-radius: 0px !important;
    }

.ui-accordion-header {
    background: url("Edf.Res.Themes.DeepSky.images.custom.accordion.png") no-repeat right;
    height: 43px;
    padding: 0px;
    font-size: 14px;
    font-weight: normal;
    color: #464646;
    vertical-align: middle;
    line-height: 43px;
    border: 0px !important;
    margin-top: 0px;
}

.ui-icon-triangle-1-e {
    background: url("Edf.Res.Themes.DeepSky.images.custom.accordion-icon.png") no-repeat right !important;
}

.ui-accordion-header-active {
    background: url("Edf.Res.Themes.DeepSky.images.custom.accordion-active.png") no-repeat right;
    color: #ffffff;
    font-weight: bold;
}

.ui-icon-triangle-1-s {
    background: url("Edf.Res.Themes.DeepSky.images.custom.accordion-active-icon.png") no-repeat right !important;
}

h3.ui-state-hover {
    background: url("Edf.Res.Themes.DeepSky.images.custom.accordion-hover.png") no-repeat right;
    color: white;
}

    h3.ui-state-hover span.ui-icon-triangle-1-e {
        background: url("Edf.Res.Themes.DeepSky.images.custom.accordion-hover-icon.png") no-repeat right !important;
    }

.ui-accordion-content ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.ui-accordion .ui-accordion-content {
    padding: 0px !important;
    border: 0px;
}

.ui-accordion-content {
    background: url("Edf.Res.Themes.DeepSky.images.custom.accordion-c-b.png") repeat-y right !important;
}

    .ui-accordion-content ul li {
        padding: 0px;
        line-height: 43px;
        height: 43px;
        background: url("Edf.Res.Themes.DeepSky.images.custom.accordion-c.png") no-repeat right;
        cursor: pointer;
    }

        .ui-accordion-content ul li a {
            color: #464646;
            display: inline-block;
            line-height: 40px;
            text-decoration: none;
            white-space: nowrap;
            margin: 0px;
            font-size: 14px;
            background: url("Edf.Res.Themes.DeepSky.images.custom.accordion-c-i.png") no-repeat left center;
            padding-left: 25px;
        }

        .ui-accordion-content ul li.ui-tabs-activeli {
            background: url("Edf.Res.Themes.DeepSky.images.custom.accordion-c-active.png") no-repeat right;
            color: #ffffff;
        }

            .ui-accordion-content ul li.ui-tabs-activeli a,
            .ui-accordion-content ul li.ui-tabs-activeli a:visited {
                background: url("Edf.Res.Themes.DeepSky.images.custom.accordion-c-i-active.png") no-repeat left center;
                color: #ffffff;
            }

        .ui-accordion-content ul li:hover {
            background: url("Edf.Res.Themes.DeepSky.images.custom.accordion-c-hover.png") no-repeat right;
            color: #ffffff !important;
        }

            .ui-accordion-content ul li:hover a {
                color: #ffffff !important;
                background: url("Edf.Res.Themes.DeepSky.images.custom.accordion-c-i-hover.png") no-repeat left center;
            }

        .ui-accordion-content ul li a:visited {
            color: #464646;
        }

        .ui-accordion-content ul li a:hover {
            text-decoration: none;
            white-space: nowrap;
        }
/****************ui-tabs****************************/
.ui-tabs {
    border: 0px;
    padding: 0px;
}

    .ui-tabs .ui-tabs-nav {
        padding-left: 6px;
    }

    .ui-tabs .ui-widget-header {
        border: 0px;
        background: #e0e0e0;
        border-bottom: 1px solid #cccccc;
    }

    .ui-tabs .ui-corner-top,
    .ui-tabs .ui-corner-all {
        border-radius: 0px !important;
    }

.ui-tabs-nav {
    height: 36px;
}

.ui-tabs .ui-tabs-nav LI {
    background: url("Edf.Res.Themes.DeepSky.images.custom.tabs.png") no-repeat right top;
    height: 30px;
    padding-left: 2px;
    padding-right: 20px;
    border: 0px;
    margin: 4px 0px 0px 5px;
    max-width: 200px;
    *overflow: hidden;
}

.ui-tabs .ui-tabs-anchor {
    max-width: 140px;
    min-width:50px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-tabs .ui-icon-close {
    position: absolute;
    right: 3px;
    top: 2px;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
    padding-top: 8px !important;
}

.ui-tabs-active a,
.ui-tabs-active a:link,
.ui-tabs-active a:visited {
    font-weight: bold;
    color: #ffffff;
}

.ui-tabs li.ui-tabs-active {
    background: url("Edf.Res.Themes.DeepSky.images.custom.tabs-active.png") no-repeat right;
}

.ui-tabs .ui-icon-close {
    display: inline-block;
    width: 16px;
    background: url("Edf.Res.Themes.DeepSky.images.custom.tabs-close.png") no-repeat left;
    margin: 4px 0px 0px 10px;
}

.ui-tabs .ui-tabs-active .ui-icon-close {
    background: url("Edf.Res.Themes.DeepSky.images.custom.tabs-active-close.png") no-repeat left;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
/*登录页面的css*/
.login-content {
    height: 100%;
    overflow: auto;
    background-color: #eeeeee;
}

.login-logocontainer {
    margin: 60px auto 5px auto;
    width: 963px;
}

.login-logo {
    font-size: 18px;
    font-weight: bold;
    color: #0e3379;
    background: url("../Content/Images/logo.png") no-repeat left;
    height: 42px;
    line-height: 42px;
}

.login-maincontainer {
    margin: 5px auto 5px auto;
    width: 963px;
    height: 390px;
    background: url("../Content/Images/login.png") no-repeat left;
    position: relative;
}

.login-login {
    position: absolute;
    top: 70px;
    right: 90px;
    width: 380px;
    overflow: hidden;
    height: 380px;
}

    .login-login table.login-t {
        border: 1px solid white;
        width: 370px;
        border-collapse: collapse;
        background-color: White;
        text-align: center;
    }

    .login-login .login-t-title {
        border-bottom: 1px solid #105781;
        background-color: #1984c8;
        color: White;
        font-size: 16px;
        height: 35px;
        line-height: 35px;
        text-align: left;
        padding-left: 5px;
    }

    .login-login table.login-t-c {
        width: 300px;
        margin: 20px auto 10px auto;
        font-weight: normal;
    }

        .login-login table.login-t-c th {
            border: 0px;
            text-align: right;
            font-size: 14px;
            color: #005ca2;
            width: 50px;
            padding-right: 10px;
            vertical-align: middle;
        }

        .login-login table.login-t-c td {
            height: 35px;
            border: 0px;
            text-align: left;
            font-size: 14px;
            color: #26a2d8;
            position: relative;
            vertical-align: middle;
        }

        .login-login table.login-t-c .login-check {
            top: 6px;
            position: relative;
            left: 10px;
        }

        .login-login table.login-t-c td input[type="text"],
        .login-login table.login-t-c td input[type="password"] {
            border: 1px solid #cbcbcb;
            width: 220px;
            height: 26px;
            line-height: 26px;
            z-index: 2;
            background-color: #f1f1e5;
            padding-left: 3px;
        }

        .login-login table.login-t-c td input:focus {
            outline: none;
            border: 1px solid #5aa9d4;
            box-shadow: 0px 0px 8px #5aa9d4;
            zoom: 1;
        }

.login-psw {
    background: url('Edf.Res.Themes.DeepSky.images.custom.login-psw.png') no-repeat #ffffff;
    width: 16px;
    height: 16px;
    top: 10px;
}

.login-name {
    background: url('Edf.Res.Themes.DeepSky.images.custom.login-name.png') no-repeat #ffffff;
    width: 16px;
    height: 16px;
    top: 10px;
}

.login-icon {
    position: absolute;
    right: 14px;
    z-index: 5;
    *right: 8px;
}

.lgoin-company {
    text-align: center;
    color: #7d7d7d;
}
/*************** DropDownList **********************/
.borderRadius {
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.borderRadiusTp {
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.borderRadiusBtm {
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.ddcommon {
    position: relative;
    display: -moz-inline-stack;
    zoom: 1;
    display: inline-block;
    *display: inline;
    cursor: default;
}

    .ddcommon ul {
        padding: 0;
        margin: 0;
    }

        .ddcommon ul li {
            list-style-type: none;
        }

.borderRadiusTp ul li:last-child {
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border-bottom: 0 none #c3c3c3;
}

.borderRadiusBtm ul li:first-child {
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border-bottom: 1 solid #c3c3c3;
}

.ddcommon .disabled img,
.ddcommon .disabled span,
.ddcommon.disabledAll {
    opacity: .5;
    /* standard: ff gt 1.5, opera, safari */
    -ms-filter: "alpha(opacity=50)";
    /* ie 8 */
    filter: alpha(opacity=50);
    /* ie lt 7 */
    -khtml-opacity: .5;
    /* safari 1.x */
    -moz-opacity: .5;
    /* ff lt 1.5, netscape */
    color: #999999;
}

.ddcommon .clear {
    clear: both;
}

.ddcommon .shadow {
    -moz-box-shadow: 5px 5px 5px -5px #888888;
    -webkit-box-shadow: 5px 5px 5px -5px #888888;
    box-shadow: 5px 5px 5px -5px #888888;
}

.ddcommon input.text {
    color: #7e7e7e;
    padding: 0 0 0 0;
    position: absolute;
    background: #fff;
    display: block;
    width: 98%;
    height: 98%;
    left: 2px;
    top: 0;
    border: none;
}

.ddOutOfVision {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.borderRadius .shadow {
    -moz-box-shadow: 5px 5px 5px -5px #888888;
    -webkit-box-shadow: 5px 5px 5px -5px #888888;
    box-shadow: 5px 5px 5px -5px #888888;
}

.borderRadiusBtm .shadow {
    -moz-box-shadow: -5px -5px 5px -5px #888888;
    -webkit-box-shadow: -5px -5px 5px -5px #888888;
    box-shadow: -5px -5px 5px -5px #888888;
}

.borderRadiusTp .border,
.borderRadius .border {
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.borderRadiusBtm .border {
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

img.fnone {
    float: none !important;
}

.ddcommon .divider {
    width: 0;
    height: 100%;
    position: absolute;
}

.ddcommon .arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 4px;
}

    .ddcommon .arrow:hover {
        background-position: 0 100%;
    }

.ddcommon .ddTitle {
    padding: 0;
    position: relative;
    display: inline-block;
    width: 100%;
}

    .ddcommon .ddTitle .ddTitleText {
        display: block;
    }

        .ddcommon .ddTitle .ddTitleText .ddTitleText {
            padding: 0;
        }

    .ddcommon .ddTitle .description {
        display: block;
    }

    .ddcommon .ddTitle .ddTitleText img {
        position: relative;
        vertical-align: middle;
        float: left;
    }

.ddcommon .ddChild {
    position: absolute;
    display: none;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    zoom: 1;
    z-index: 9999;
}

    .ddcommon .ddChild li {
        clear: both;
    }

        .ddcommon .ddChild li .description {
            display: block;
        }

        .ddcommon .ddChild li img {
            border: 0 none;
            position: relative;
            vertical-align: middle;
            float: left;
        }

        .ddcommon .ddChild li.optgroup {
            padding: 0;
        }

            .ddcommon .ddChild li.optgroup .optgroupTitle {
                padding: 0 5px;
                font-weight: bold;
                font-style: italic;
            }

            .ddcommon .ddChild li.optgroup ul li {
                padding: 5px 5px 5px 15px;
            }

.ddcommon .noBorderTop {
    border-top: none 0 !important;
    padding: 0;
    margin: 0;
}
/*************** default theme **********************/
.dd {
    border: 1px solid #c3c3c3;
}

    .dd .divider {
        border-left: 1px solid #c3c3c3;
        border-right: 1px solid #fff;
        right: 24px;
    }

    .dd .arrow {
        width: 16px;
        height: 16px;
        margin-top: -8px;
        background: url(Edf.Res.images.dd.dd_arrow.gif) no-repeat;
    }

        .dd .arrow:hover {
            background-position: 0 100%;
        }

    .dd .ddTitle {
        color: #000;
        background: #e2e2e4 url(Edf.Res.images.dd.title-bg.gif) repeat-x left top;
    }

        .dd .ddTitle .ddTitleText {
            padding: 5px 20px 5px 5px;
        }

            .dd .ddTitle .ddTitleText .ddTitleText {
                padding: 0;
            }

        .dd .ddTitle .description {
            font-size: 12px;
            color: #666666;
        }

        .dd .ddTitle .ddTitleText img {
            padding-right: 5px;
        }

    .dd .ddChild {
        border: 1px solid #c3c3c3;
        background-color: #fff;
        left: -1px;
    }

        .dd .ddChild li {
            padding: 5px;
            background-color: #fff;
            border-bottom: 1px solid #c3c3c3;
        }

            .dd .ddChild li .description {
                color: #666;
            }

            .dd .ddChild li .ddlabel {
                color: #333;
            }

            .dd .ddChild li.hover {
                background-color: #f2f2f2;
            }

            .dd .ddChild li img {
                padding: 0 6px 0 0;
            }

            .dd .ddChild li.optgroup {
                padding: 0;
            }

                .dd .ddChild li.optgroup .optgroupTitle {
                    padding: 0 5px;
                    font-weight: bold;
                    font-style: italic;
                }

                .dd .ddChild li.optgroup ul li {
                    padding: 5px 5px 5px 15px;
                }

            .dd .ddChild li.selected {
                background-color: #d5d5d5;
                color: #000;
            }
/*************** DropDownList End **********************/
.button {
    display: inline-block;
    text-decoration: none;
    font: 8px/8px HelveticaNeue, Arial;
    padding: 2px 11px;
    border: 1px solid #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    font-family: 'Microsoft YaHei', Arial, Helvetica, Verdana, sans-serif;
    font-size: 9pt;
    margin-top: 1px;
    margin-left: 2px;
    margin-bottom: 2px;
    line-height: 25px;
    color: #000;
    outline: none;
    background-repeat: repeat-x;
    border: 1px solid #ccc;
}

    .button.green:hover {
        color: #FFF;
        border: solid 1px #3399dd;
        background: #27a9e3;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#68c3eb', endColorstr='#27a9e3');
        background: linear-gradient(top, #68c3eb, #27a9e3);
        background: -moz-linear-gradient(top, #68c3eb, #27a9e3);
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#68c3eb), to(#27a9e3));
    }

.aspNetDisabled.button {
    display: inline-block;
    text-decoration: none;
    font: 8px/8px HelveticaNeue, Arial;
    padding: 2px 11px;
    border: 1px solid #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: not-allowed;
    font-family: 'Microsoft YaHei', Arial, Helvetica, Verdana, sans-serif;
    font-size: 9pt;
    margin-top: 1px;
    margin-left: 2px;
    margin-bottom: 2px;
    line-height: 25px;
    color: #000;
    outline: none;
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    background: #ccc;
}

    .aspNetDisabled.button.green:hover {
        color: #000;
        border: 1px solid #FFF;
        background: #ccc;
        cursor: not-allowed;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#ccc');
        background: linear-gradient(top, #cccccc, #cccccc);
        background: -moz-linear-gradient(top, #cccccc, #cccccc);
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cccccc), to(#cccccc));
    }
/**按钮图标**/
.icon-botton {
    height: 23px;
    width: 16px;
    float: left;
    padding-right: 3px;
}

.aui_outer {
    text-align: left;
}

table.aui_border,
table.aui_dialog {
    border: 0;
    margin: 0;
    border-collapse: collapse;
    width: auto;
}

.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_title {
    overflow: hidden;
    text-overflow: ellipsis;
}

.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;
}

.aui_content {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    text-align: left;
    border: none 0;
}

    .aui_content.aui_state_full {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0 !important;
        height: 100%;
    }

.aui_loading {
    width: 96px;
    height: 32px;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
    background: url('Edf.Res.Themes.DeepSky.images.dialog.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: 8px;
    text-align: right;
    white-space: nowrap;
}

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

        .aui_buttons button::-moz-focus-inner {
            border: 0;
            padding: 0;
            margin: 0;
        }

        .aui_buttons button:focus {
            outline: none 0;
            border-color: #426DC9;
            box-shadow: 0 0 8px rgba(66, 109, 201, 0.9);
        }

        .aui_buttons button:hover {
            color: #000;
            border-color: #666;
        }

        .aui_buttons button:active {
            border-color: #666;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='#FFFFFF');
            background: linear-gradient(top, #dddddd, #ffffff);
            background: -moz-linear-gradient(top, #dddddd, #ffffff);
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dddddd), to(#ffffff));
            box-shadow: inset 0 1px 5px rgba(66, 109, 201, 0.9), inset 0 1px 1em rgba(0, 0, 0, 0.3);
        }

        .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 {
    color: #FFF;
    border: solid 1px #1c6a9e;
    background: #2288cc;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bbee', endColorstr='#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));
    text-shadow: -1px -1px 1px #1c6a9e;
}

    button.aui_state_highlight:hover {
        color: #FFF;
        border-color: #0F3A56;
    }

    button.aui_state_highlight:active {
        border-color: #1c6a9e;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bbee', endColorstr='#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));
    }

.aui_iconBg {
    background-image: url('Edf.Res.Themes.DeepSky.images.dialog.iconlist.png');
    background-repeat: no-repeat;
}
/* common end */
.aui_inner {
    background: #FFF;
}

.aui_titleBar {
    width: 100%;
}

.aui_title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 22px;
    text-align: left;
    text-indent: -999em;
    font-size: 0;
}

.aui_nw,
.aui_ne,
.aui_sw,
.aui_se,
.aui_n,
.aui_s,
.aui_close {
    background-image: url('Edf.Res.Themes.DeepSky.images.dialog.idialog_s.png');
    background-repeat: no-repeat;
}

.aui_nw {
    width: 15px;
    height: 15px;
    background-position: 0 0;
    _png: Edf.Res.Themes.DeepSky.images.dialog.ie6.aui_nw.png;
}

.aui_ne {
    width: 15px;
    height: 15px;
    background-position: -15px 0;
    _png: Edf.Res.Themes.DeepSky.images.dialog.ie6.aui_ne.png;
}

.aui_sw {
    width: 15px;
    height: 15px;
    background-position: 0 -15px;
    _png: Edf.Res.Themes.DeepSky.images.dialog.ie6.aui_sw.png;
}

.aui_se {
    width: 15px;
    height: 15px;
    background-position: -15px -15px;
    _png: Edf.Res.Themes.DeepSky.images.dialog.ie6.aui_se.png;
}

.aui_close {
    position: absolute;
    right: -8px;
    top: -8px;
    _z-index: 1;
    width: 34px;
    height: 34px;
    _font-size: 0;
    _line-height: 0;
    text-indent: -9999em;
    background-position: 0 -60px;
    _png: Edf.Res.Themes.DeepSky.images.dialog.ie6/aui_close.png;
}

    .aui_close:hover {
        background-position: 0 -94px;
        _png: Edf.Res.Themes.DeepSky.images.dialog.ie6.aui_close.hover.png;
    }

.aui_n,
.aui_s {
    background-repeat: repeat-x;
}

.aui_n {
    background-position: 0 -30px;
    _png: Edf.Res.Themes.DeepSky.images.dialog.ie6.aui_n.png;
}

.aui_s {
    background-position: 0 -45px;
    _png: Edf.Res.Themes.DeepSky.images.dialog.ie6.aui_s.png;
}

.aui_w,
.aui_e {
    background-image: url('Edf.Res.Themes.DeepSky.images.dialog.idialog_s2.png');
    background-repeat: repeat-y;
}

.aui_w {
    background-position: left top;
    _png: Edf.Res.Themes.DeepSky.images.dialog.ie6.aui_w.png;
}

.aui_e {
    background-position: right bottom;
    _png: Edf.Res.Themes.DeepSky.images.dialog.ie6.aui_e.png;
}

.aui_close:active {
    background-color: transparent;
}

@media screen and (min-width: 0) {
    /* css3 */
    .aui_nw,
    .aui_ne,
    .aui_sw,
    .aui_se {
        width: 5px;
        height: 5px;
    }

    .aui_nw,
    .aui_n,
    .aui_ne,
    .aui_w,
    .aui_e,
    .aui_sw,
    .aui_s,
    .aui_se {
        background: none;
    }

    .aui_sw,
    .aui_s,
    .aui_se {
        background: url('Edf.Res.Themes.DeepSky.images.dialog.idialog_s.png') repeat-x 0 -45px;
    }

    .aui_sw {
        border-radius: 0 0 0 5px;
    }

    .aui_se {
        border-radius: 0 0 5px 0;
    }

    .aui_outer {
        border: 1px solid #929292;
        border-radius: 5px;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
        -moz-transition: -moz-box-shadow linear 0.2s;
        -webkit-transition: -webkit-box-shadow linear 0.2s;
        transition: -webkit-box-shadow linear 0.2s;
    }

    .aui_border {
        border-radius: 5px;
        background: #FFF;
    }

    .aui_state_drag .aui_outer {
        box-shadow: none;
    }

    .aui_state_lock .aui_outer {
        box-shadow: 0 3px 26px rgba(0, 0, 0, 0.9);
    }

    .aui_outer:active {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) !important;
    }

    .aui_state_drag .aui_outer {
        box-shadow: none !important;
    }

    .aui_close {
        right: -16px;
        top: -16px;
    }
}
/**树**/
.TreeNode {
    font: 'Microsoft YaHei';
    color: #27A1D7;
    font-size: 12px;
}

.TreeNodeSelected {
    font: 'Microsoft YaHei';
    color: #F26D7D;
    font-size: 12px;
    font-weight: bold;
}
/*日期控件*/
.Wdate {
    border: #999 1px solid;
    height: 20px;
    background: #ffffff url('Edf.Res.Themes.DeepSky.images.datePicker.gif') no-repeat right;
}

.WdateFmtErr {
    font-weight: bold;
    color: red;
}
