﻿
* {
    margin: 0;
    padding: 0;
    outline: none;
}

html {
    overflow: hidden;
    height: 100%;
}

body {
    color: #000;
    background-color: #EEF2FB;
    margin: 0 2px 0 2px;
    font: 13px 微软雅黑,Arial, Helvetica, sans-serif;
    /*overflow-x:hidden;*/
    overflow: hidden;
    height: 100%;
}

#loginmain {
    position: absolute;
    top: 99%;
    left: 35%;
    width: 800px;
    height: 150px;
    margin: -125px 0 0 -125px;
    z-index: 1000;
    font: 16px 微软雅黑,Arial, Helvetica, sans-serif;
    overflow: hidden;
    color: White;
    /*background: url("../Images/login_bg.jpg") repeat-x*/
}



a {
    color: #333;
    outline: none;
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    font-family: 微软雅黑,Arial;
}
/*
    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }
*/

header, footer, hgroup,
nav, section {
    display: block;
}

.image {
    background-image: url(Images/Error.png);
    width: 186px;
    height: 81px;
    font-size: 12px;
    position: absolute;
    top: 35%;
    left: 35%;
    padding-left: 134px;
    padding-top: 22px;
    padding-right: 17px;
    line-height: 20px;
    color: #264887;
}

    .image a:link {
        color: #0066cc;
    }

    .image a:visited {
        color: #0066cc;
    }

    .image a:hover {
        color: #e00000;
    }


mark {
    margin: 0;
    padding: 0;
    float: left;
    font-family: 微软雅黑,Arial;
    font-size: 13px;
    background-color: transparent;
    color: Black;
    line-height: 20px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.header {
    float: left;
    width: 100%;
    clear: both;
    color: White;
    font: 12px 微软雅黑,Arial, Helvetica, sans-serif;
    text-align: center;
    display: block;
    background: url("../Images/header.png") repeat-x;
    vertical-align: middle;
    line-height: 30px;
    height: 100%;
    position: relative;
}

.header-title {
    font-family: 微软雅黑,黑体;
    font-size: 26px;
    font-weight: bolder;
    float: left;
    padding-top: 4px;
    padding-left: 4px;
}

.header-title2 {
    font-family: 宋体;
    font-size: 22px;
    font-weight: bolder;
    padding-left: 4px;
}

.LoginPartial {
    padding-top: 5px;
    padding-right: 10px;
    float: right;
    font-weight: normal;
    font-size: 100%;
    color: White;
}


.main-content {
    float: left;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.main-contentH {
    float: left;
    margin-left: 0px;
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
}

.show {
    padding-left: 50px;
}

.footer {
    position: absolute;
    float: left;
    width: 100%;
    clear: both;
    color: White;
    background-color: gray;
    font: 12px 微软雅黑,Arial, Helvetica, sans-serif;
    text-align: center;
    display: block;
    background: url("../Images/footer.png") repeat;
    vertical-align: middle;
    line-height: 20px;
}

.login-wrapper {
    position: absolute;
    float: left;
    top: 0;
    left: 0;
    font: 16px 微软雅黑,Arial, Helvetica, sans-serif;
    background: url("../Images/login_middle.png") repeat;
    margin: 0;
    width: 100%;
    height: 100%;
}

.login-top {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    float: left;
    vertical-align: text-bottom;
}

.login-middle {
    position: absolute;
    float: left;
    top: 100px;
    left: 0;
    font: 16px 微软雅黑,Arial, Helvetica, sans-serif;
    margin: 0;
    width: 100%;
    height: 400px;
}

.login-buttom {
    position: absolute;
    float: left;
    left: 0;
    font: 12px 微软雅黑,Arial, Helvetica, sans-serif;
    text-align: center;
    display: block;
    vertical-align: middle;
    line-height: 20px;
    width: 100%;
}

.login-wrapper ol {
    padding: 0;
    list-style: none;
}

    .login-wrapper ol li {
        padding-bottom: 5px;
    }

.login-wrapper label {
    font: 16px 微软雅黑,Arial, Helvetica, sans-serif;
    width: 80px;
    text-align: justify;
    float: left;
    padding: 4px 0 0 0;
    margin-left: 40px;
    position: inherit;
    vertical-align: middle;
}

.login-wrapper image {
    width: auto;
    height: auto;
    float: left;
    margin-left: 120px;
}


.login-wrapper input {
    font: 16px 微软雅黑,Arial, Helvetica, sans-serif;
    width: 140px;
    line-height: 20px;
    padding: 0 4px 0 4px;
    -moz-box-shadow: inset 0 0 5px #ccc;
    -webkit-box-shadow: inset 0 0 5px #ccc;
    box-shadow: inset 0 0 5px #ccc;
    vertical-align: middle;
}




.validation-error {
    display: block;
    margin-left: 15px;
}

.validation-summary-errors ul {
    margin: 0;
    padding: 0;
}

.validation-summary-errors li {
    display: inline;
    list-style: none;
    margin: 0;
}


#logoutForm {
    display: inline;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
    font-weight: normal;
    font-size: 100%;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-weight: normal;
    font-size: 100%;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 13px;
    font-weight: normal;
    font-size: 100%;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: normal;
    font-size: 100%;
}

.field-validation-valid {
    display: none;
    font-weight: normal;
    font-size: 100%;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
    font-weight: normal;
    font-size: 100%;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
    font-weight: normal;
    font-size: 100%;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: normal;
    font-size: 100%;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
    font-weight: normal;
    font-size: 100%;
}

th {
    line-height: 15px;
    font-size: 13px;
    text-align: left;
    border: none 0px;
    padding-left: 0;
    font-weight: 600;
    vertical-align: middle;
}

.sec-wrapper {
    height: 100%;
    position: relative;
    vertical-align: middle;
    line-height: 20px;
    float: left;
    display: block;
    padding-top: 2px;
}

.sec-wrapper3 {
    height: 25px;
    margin: 0 0; /*  background:#eee;*/
    position: relative;
    background: url("../Images/bk2.png") repeat-x;
    background-color: #ccc;
    /* border:2px solid #ccc;
    padding:4px;*/
    /*  border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2; */
    vertical-align: middle;
    line-height: 25px;
    /*  font: 16px 微软雅黑,宋体,Arial, Helvetica, sans-serif;*/
}



select, text, checkbox, input {
    padding: 1px;
    font-family: 微软雅黑;
    宋体;
    font-weight: normal;
    font-size: 13px;
    width: auto;
    vertical-align: middle;
}

button {
    padding-top: 1px;
    padding-left: 1px;
    line-height: 20px;
    font-weight: 600;
    font-size: 13px;
    vertical-align: middle;
    min-width: 70px;
}


.edit-text {
    font-family: 微软雅黑;
    宋体;
    楷体;
    color: Red;
    background-color: Black;
    border-bottom: 1px solid #cccccc;
    border-right-width: 0px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    padding: 0px;
    margin: 0;
}

.edit-simple {
    font-family: 微软雅黑;
    宋体;
    font-size: 16px;
    color: Black;
    background-color: white;
    width: 100%;
    /* height:300px;*/
    border-bottom: 2px solid #cccccc;
    border-right-width: 0px;
    border-right-style: none;
    padding: 0px;
    margin: 0;
}

.sec-wrapperH {
    height: auto;
    position: relative;
    vertical-align: middle;
    line-height: 20px;
    float: left;
    display: block;
}

.table-b table {
    border-color: #999d9c;
    border-style: solid;
}

    .table-b table td {
        border-color: #999d9c;
        border-style: solid;
    }

    .table-b table tr {
        border-color: #999d9c;
        border-style: groove;

    }



.ele-preview {
    margin: 0 0; /*  background:#eee;*/
    position: absolute;
    background-color: #9d9087;
    padding: 0;
    clear: both;
    overflow: hidden;
    top: 80px;
    left: 20px;
    width: 390px;
    height: 535px;
    border: 2px solid #cccccc;
}

.ele-subview-preview {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    cursor: auto;
    clear: both;
    overflow: hidden;
    background-color: #130c0e;
}
/****************************************topmenu***************/

.topmenu {
    width: 100%;
    float: left;
    position: relative;
    height: 40px;
    background: url("../Images/bg2.png") repeat-x;
    display: block;
    padding-top: 8px;
    padding-bottom: 25px;
}

    .topmenu ul {
        margin: auto;
        width: 778px;
        height: 25px;
        list-style-type: none;
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

.m_li {
    /* background: url("../Images/topmenu_bg1.gif") repeat-x;*/
    vertical-align: middle;
    float: left;
    width: 114px;
    line-height: 30px;
    text-align: center;
    margin-right: -2px;
    margin-left: -2px;
}

    .m_li a {
        /*background: url("../Images/topmenu_bg2.gif") repeat-x;*/
        display: block;
        color: #426ab3;
        width: 114px;
        font-weight: 600;
        font-size: 17px;
    }

.m_line {
    float: left;
    width: 1px;
    height: 30px;
    line-height: 30px; /*ff下有效(图片垂直居中)*/
}

    .m_line img {
        margin-top: expression(( 30 - this.height ) / 2); /*ie下有效(图片垂直居中)*/
    }

.m_li_a {
    float: left;
    width: 114px;
    line-height: 30px;
    text-align: center;
    padding-top: 3px;
    font-size: 17px;
    font-weight: bold;
    position: relative;
    height: 30px;
    margin-top: -3px;
    margin-right: -2px;
    margin-left: -2px;
}

    .m_li_a a {
        display: block;
        color: #FF0000;
        width: 114px;
    }

.smenu {
    width: 774px;
    margin: 0px auto 0px auto;
    padding: 0px;
    list-style-type: none;
    height: 30px;
}

.s_li {
    line-height: 30px;
    width: auto;
    display: none;
    height: 30px;
}

.s_li_a {
    line-height: 30px;
    width: auto;
    display: block;
    height: 30px;
}

/*************************************************************/
