﻿html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    /*font-family:Arial;*/
    font-family: Microsoft YaHei;
}

body {
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    /*text-align: center;*/
    margin: 0;
    padding: 0;
}

form {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
}

input[type="button"], input[type="submit"] {
    width: 81px;
    height: 33px;
    background-image: url("/Style/ButtonNormal.png");
    border: 0px;
    color: white;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    input[type="button"]:hover, input[type="submit"]:hover {
        background-image: url("/Style/ButtonOver.png");
    }

    input[type="button"]:active, input[type="submit"]:active {
        background-image: url("/Style/ButtonPress.png");
    }

    input[type="button"]:disabled, input[type="submit"]:disabled {
        color: #052731;
    }

    input[type="submit"].btn_112x34 {
        width: 112px;
        height: 34px;
        background-image: url("/Style/btn112x34.png");
        float: right;
        margin: 20px;
    }

    input[type="button"]:hover, input[type="submit"]:hover {
    }

.divcont {
    width: 1188px;
    height: 642px;
    margin-top: 20px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border-top: solid 5px #094b61;
}

.divlogin {
    width: 900px;
    height: 545px;
    margin: auto;
    margin-top: 80px;
    border-top: solid 5px #094b61;
}

    .divlogin .divtitle {
        background-image: url("/Style/TopBlock.png");
        background-repeat: repeat-x;
        background-size: 900px;
        width: 900px;
        height: 56px;
        border: none;
    }

        .divlogin .divtitle img {
            margin-top: 8px;
            margin-left: 32px;
        }

.logincontent {
    width: 900px;
    height: 397px;
    background-image: url("loginback.png");
    border-top: solid 3px #35698e;
    border-bottom: solid 6px #094b61;
}

    .logincontent img {
        margin-left: 59px;
        margin-top: 65px;
        border: solid 2px #015869;
        width: 362px;
        height: 272px;
    }

.registercontent {
    width: 900px;
    height: 397px;
    background-color: #c4d5da;
    border-top: solid 3px #35698e;
    border-bottom: solid 6px #094b61;
}

    .registercontent img {
        margin-left: 59px;
        margin-top: 65px;
        border: solid 2px #015869;
        width: 362px;
        height: 272px;
    }

    .registercontent .wintitle {
        width: 636px;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        height: 31px;
        background-color: #187491;
    }

        .registercontent .wintitle span {
            display: inline-block;
            color: white;
            font-size: 18px;
            padding-top: 4px;
            margin-left: 14px;
        }

        .registercontent .wintitle img {
            margin-right: 6px;
            margin-top: 4px;
            float: right;
            cursor: pointer;
        }

    .registercontent .winitems {
        width: 636px;
        margin-left: auto;
        margin-right: auto;
    }

        .registercontent .winitems .winitem {
            display: inline-block;
            width: 241px;
            height: 45px;
            margin: 12px 0px 0px 50px;
            background-image: url("inputback.png");
        }

            .registercontent .winitems .winitem span {
                display: inline-block;
                font-size: 17px;
                padding-top: 11px;
                margin-left: 4px;
            }

            .registercontent .winitems .winitem :first-child {
                margin-left: 16px;
            }

            .registercontent .winitems .winitem input {
                border: 0px;
                width: 130px;
                height: 30px;
                font-size: 17px;
                float: right;
                margin-top: 8px;
                margin-right: 8px;
                margin-left: 0px;
            }

            .registercontent .winitems .winitem select {
                border: 0px;
                width: 130px;
                height: 30px;
                margin-top: 8px;
                margin-right: 8px;
                font-size: 17px;
                float: right;
                appearance: none;
                -moz-appearance: none;
                -webkit-appearance: none;
                background-color: none;
                background-image: url("drowarraw.png");
                background-position-x: right;
                background-position-y: center;
                background-repeat: no-repeat;
                background-size: 10px;
            }

.logininput {
    float: right;
    margin-right: 59px;
    margin-top: 65px;
    border: solid 2px #094b61;
    width: 332px;
    height: 272px;
    background-color: #f2f2f2;
}

    .logininput .btnregion {
        float: right;
        background-image: url("tabback.png");
        width: 164px;
        height: 55px;
        border-bottom: solid 2px #094b61;
        border-left: solid 2px #094b61;
    }

        .logininput .btnregion:hover {
            background-image: url("/Style/ButtonOver.png");
            background-size: 162px;
        }

        .logininput .btnregion:active {
            background-image: url("/Style/ButtonPress.png");
            background-size: 162px;
        }

    .logininput span {
        display: inline-block;
        width: 100%;
        height: 42px;
        text-align: center;
        margin-top: 16px;
        color: #094b61;
        font-size: 20px;
    }

    .logininput .winitem {
        display: inline-block;
        width: 150px;
        height: 29px;
        margin: 8px 0px 0px 4px;
        background-image: url("inputback.png");
        background-size: 150px;
    }

        .logininput .winitem span {
            display: inline-block;
            font-size: 14px;
            margin-left: 2px;
            width: 70px;
            height: 28px;
            margin-top: 4px;
        }

        .logininput .winitem .redfont {
            float: right;
            margin-top: 6px;
            margin-right: 5px;
            color: red;
            width: 10px;
            height: 28px;
        }

        .logininput .winitem input {
            width: 76px;
            height: 22px;
            font-size: 14px;
            float: right;
            margin-top: 2px;
            margin-right: 2px;
            margin-left: 0px;
            border: none;
        }

        .logininput .winitem select {
            border: 0px;
            width: 76px;
            height: 22px;
            margin-top: 2px;
            margin-right: 2px;
            font-size: 14px;
            float: right;
            appearance: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            background-color: none;
            background-image: url("drowarraw.png");
            background-position-x: right;
            background-position-y: center;
            background-repeat: no-repeat;
            background-size: 10px;
        }

    .logininput #BtnRegister, #Btnlogin {
        margin-top: 10px;
        margin-left: 10px;
    }

    .logininput #BtnRegister {
        margin-left: 15px;
    }

    .logininput #Btnlogin {
        margin-left: 30px;
    }

    .logininput #TBid, #TBpwd {
        margin-left: 46px;
        margin-top: 10px;
        width: 233px;
        height: 38px;
        font-size: 16px;
    }

.divlogin .divfoot {
    position: relative;
    width: 100%;
    height: 61px;
    background-color: #187491;
    text-align: right;
    color: white;
}

.divtitle {
    background-image: url("/Style/TopBlock.png");
    background-repeat: repeat-x;
    width: 1188px;
    height: 74px;
    border-bottom: solid 2px #094b61;
}

    .divtitle > div.info {
        display: block;
        float: right;
        margin-top: 35px;
        margin-right: 26px;
    }

    .divtitle .userimg {
        margin-bottom: -4px;
        width: 22px;
        height: 22px;
    }

    .divtitle #username {
        font-size: 18px;
        color: #094b61;
        font-weight: bold;
    }

.divlogin > div.divtitle > div.info {
    display: block;
    float: right;
    margin-top: 15px;
    margin-right: 26px;
}

div.left.content {
    float: left;
    margin: 0;
    border-width: 0;
    padding: 0;
    width: 237px;
    background-color: #187491;
    height: 500px;
    text-align: left;
    border-right: solid 5px #094b61;
    border-bottom: solid 5px #094b61;
}

div.right.content {
    float: left;
    margin: 0;
    border-width: 0;
    padding: 0;
    width: 941px;
    height: 500px;
    background-color: #c4d5da;
    border-right: solid 5px #094b61;
    border-bottom: solid 5px #094b61;
    overflow: auto;
}

iframe.rightframe {
    display: none;
    float: left;
    margin: 0;
    border-width: 0;
    padding: 0;
    width: 941px;
    height: 500px;
    background-color: #c4d5da;
    border-right: solid 5px #094b61;
    border-bottom: solid 5px #094b61;
    overflow: auto;
}

.divfoot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 61px;
    background-color: #187491;
}

div.company {
    color: white;
    margin-top: 20px;
    margin-right: 26px;
    text-align: right;
}

img.left-icon {
    left: 0px;
    height: 100%;
}

div.divmenu {
    background-color: #094b61;
    height: 53px;
    border-bottom: solid 3px #187491;
    color: white;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    div.divmenu:hover {
        color: #187491;
    }

div.divmenu_selected {
    background-color: white;
    height: 53px;
    border-bottom: solid 3px #187491;
    color: #094b61;
    font-size: 18px;
    font-weight: 600;
    cursor: default;
    position: relative;
}

    div.divmenu img, div.divmenu_selected img {
        margin-left: 14px;
        margin-top: 8px;
        margin-bottom: -15px;
        height: 40px;
        width: 40px;
    }

    div.divmenu div, div.divmenu_selected div {
        display: inline-block;
        margin-left: 8px;
        margin-top: 8px;
        height: 20px;
        width: 120px;
    }

    div.divmenu img, div.divmenu_selected img {
        height: 40px;
        width: 40px;
    }

        div.divmenu img.rightarrow, div.divmenu_selected img.rightarrow {
            width: 14px;
            height: 16px;
            margin-bottom: -2px;
        }

div.divmenu.experiment-menu {
    background-image: url('/Style/experiment.png');
    background-repeat: no-repeat;
    background-position-x: left;
    background-size: contain;
}

div.divmenu.data-management-menu {
    background-image: url('/Style/data-management.png');
    background-repeat: no-repeat;
    background-position-x: left;
    background-size: contain;
}

img.experiment-menu {
    left: 0;
    top: 0;
    height: 28px;
    width: 28px;
    vertical-align: middle;
}

img.data-management-menu {
    left: 0;
    top: 0;
    width: 28px;
    height: 28px;
    vertical-align: middle;
}

div.divmenu.user-management-menu {
    background-image: url('/Style/user-management.png');
    background-repeat: no-repeat;
    background-position-x: left;
    background-size: contain;
}

img.login-logo {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-image: url('/Style/login-background.jpg');
    background-position-x: left;
    background-repeat: no-repeat;
    background-size: cover;
}

img.banner {
    /*float: left;*/
    height: 39px;
    width: 528px;
    margin-left: 30px;
    margin-top: 18px;
}

.unionTree {
    float: left;
    width: 230px;
    height: 474px;
    margin-left: 53px;
    margin-top: 13px;
    background-color: #1991b7;
}

    .unionTree table {
        margin-top: 0px;
        margin-left: 0px;
    }

    .unionTree #TreeView1 {
        height: 439px;
    }

    .unionTree #showunion {
        height: 35px;
        background-color: #187491;
        text-align: center;
    }

        .unionTree #showunion input[type=image] {
            width: 24px;
            height: 24px;
            margin: 5px 15px 0 15px;
        }

.unionContent {
    display: inline-block;
    width: 230px;
    height: 456px;
    margin-left: 53px;
    margin-top: 13px;
}

#msgbackdiv {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 1;
    background-color: black;
}

#msgdiv {
    position: absolute;
    width: 350px;
    height: 200px;
    margin-top: -90px;
    margin-left: -110px;
    left: 50%;
    top: 50%;
    z-index: 2;
    background-color: #eef;
    border-radius: 8px;
    border: solid #88f 5px;
}

.tbtitle {
    height: 32px;
    background-color: #187491;
    border-right: solid 1px white;
    border-bottom: solid 1px transparent;
    color: white;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.tbitem {
    height: 25px;
    background-color: #a0d8e5;
    border-right: solid 1px white;
    border-bottom: dashed 1px white;
    font-size: 15px;
    text-align: center;
}

.IBtnAdd, .IBtnDelt {
    margin-bottom: -5px;
}

.pagecontrol {
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
}

    .pagecontrol input[type=submit] {
        margin-left: 45px;
    }

    .pagecontrol span {
        margin-left: 43px;
        color: #187491;
    }

table {
    border-spacing: 0px;
    margin-top: 13px;
    margin-left: auto;
    margin-right: auto;
}

    table .linkbtn {
        width: 42px;
        height: 23px;
        color: black;
        background: none;
        border: none;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

        table .linkbtn:hover {
            color: white;
            background-image: url("/Style/littlebutton.png");
        }

    table .linkbtnlong {
        width: 76px;
        height: 23px;
        color: black;
        background: none;
        border: none;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

        table .linkbtnlong:hover {
            color: white;
            background-image: url("/Style/littlebtnlong.png");
        }

.rightWindow {
    margin-top: 13px;
    margin-left: 152px;
    width: 636px;
    height: 400px;
    background-color: #a0d8e5;
}

    .rightWindow .wintitle {
        width: 636px;
        height: 31px;
        background-color: #187491;
    }

        .rightWindow .wintitle span {
            display: inline-block;
            color: white;
            font-size: 18px;
            padding-top: 4px;
            margin-left: 14px;
        }

        .rightWindow .wintitle img {
            margin-right: 6px;
            margin-top: 4px;
            float: right;
            cursor: pointer;
        }

    .rightWindow .winitem {
        display: inline-block;
        width: 241px;
        height: 45px;
        margin: 12px 0px 0px 50px;
        background-image: url("inputback.png");
    }

        .rightWindow .winitem span {
            display: inline-block;
            font-size: 17px;
            padding-top: 11px;
            margin-left: 4px;
        }

        .rightWindow .winitem :first-child {
            margin-left: 16px;
        }

        .rightWindow .winitem input {
            border: 0px;
            width: 130px;
            height: 30px;
            font-size: 17px;
            float: right;
            margin-top: 8px;
            margin-right: 8px;
            margin-left: 0px;
        }

        .rightWindow .winitem select {
            border: 0px;
            width: 130px;
            height: 30px;
            margin-top: 8px;
            margin-right: 8px;
            font-size: 17px;
            float: right;
            appearance: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            background-color: none;
            background-image: url("drowarraw.png");
            background-position-x: right;
            background-position-y: center;
            background-repeat: no-repeat;
            background-size: 10px;
        }

.btncontent {
    width: 100%;
    height: 40px;
    text-align: center;
    padding-top: 20px;
}

.righttitlediv {
    text-align: center;
    font-size: 21px;
    font-weight: 600;
}

    .righttitlediv span {
        display: block;
        margin-top: 13px;
    }

.redfont {
    float: right;
    margin-top: 4px;
    margin-right: -12px;
    color: red;
}

.msgform {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 288px;
    height: 208px;
    margin-top: -144px;
    margin-left: -104px;
    background-color: #f2f2f2;
    border: solid 2px #070c2e;
}

    .msgform .edittitle {
        display: inline-block;
        margin-left: 18px;
        margin-top: 13px;
    }

    .msgform input[type=text] {
        width: 199px;
        height: 30px;
        border: solid 1px #c9c7c7;
    }

    .msgform textarea {
        margin-top: 10px;
        margin-bottom: -110px;
        width: 195px;
        height: 120px;
        border: solid 1px #c9c7c7;
    }

.msgtitle {
    height: 43px;
    border: solid 0px #070c2e;
    border-bottom-width: 2px;
    background-image: url("msgtitle.png");
}

    .msgtitle span {
        display: inline-block;
        font-size: 18px;
        color: white;
        margin-left: 14px;
        margin-top: 8px;
    }

.msgcontent {
    height: 100px;
}

    .msgcontent img {
        margin-left: 30px;
        margin-top: 24px;
        margin-bottom: -10px;
        margin-right: 8px;
    }

    .msgcontent span {
        display: inline-block;
        height: 50px;
        width: 180px;
    }

.msgbuttons {
    text-align: center;
}

    .msgbuttons :first-child {
        margin-right: 52px;
    }

.traincontent {
    background-color: #a0d8e5;
    border: solid #094b61 2px;
    border-radius: 8px;
    margin: 5px 8px 0 8px;
}

    .traincontent .traintitle {
        margin-top: 6px;
        margin-left: 20px;
        font-size: 22px;
    }

    .traincontent .trainexplain {
        margin-top: 5px;
        margin-left: 20px;
        margin-bottom: 6px;
        font-size: 16px;
    }

.trainedittitle {
    height: 31px;
    margin: 13px 29px 0 29px;
    border: solid 0px #070c2e;
    background-color: #187491;
}

    .trainedittitle span {
        color: white;
        font-size: 20px;
        margin-left: 14px;
        margin-top: 6px;
    }

.trainedititem {
    margin-left: 42px;
    margin-top: 10px;
}

    .trainedititem span {
        float: left;
        font-size: 20px;
        margin-bottom: -4px;
    }

    .trainedititem input[type=text] {
        display: inherit;
        height: 22px;
        width: 761px;
        margin-left: 90px;
        border: solid 1px #e0e0e0;
        font-size: 16px;
    }

    .trainedititem select {
        height: 22px;
        width: 156px;
        margin-left: 10px;
        border: solid 1px #e0e0e0;
        font-size: 16px;
    }

    .trainedititem textarea {
        display: inherit;
        height: 85px;
        width: 757px;
        margin-left: 90px;
        border: solid 1px #e0e0e0;
        font-size: 16px;
    }

    .trainedititem table {
        display: inherit;
        margin-left: 90px;
        width: 761px;
    }

    .courseadditem {
    margin-left: 42px;
    margin-top: 10px;
}

    .courseadditem span {
        float: left;
        font-size: 20px;
        margin-bottom: -4px;
        margin-right:10px;
    }

    .courseadditem input[type=text] {
        display: inherit;
        height: 22px;
        width: 761px;
        border: solid 1px #e0e0e0;
        font-size: 16px;
    }
/*::-webkit-scrollbar {
        width:20px;
        height:30px;
    }
::-webkit-scrollbar-button    {
        background-color:#FF7677;
    }
::-webkit-scrollbar-track     {
        background:#FF66D5;
    }
::-webkit-scrollbar-track-piece {
        background:url(http://www.lyblog.net/wp/wp-content/themes/mine/img/stripes_tiny_08.png);
    }
::-webkit-scrollbar-thumb{
        background-image:url("scrollbar.png");
        background-size:auto;
    }
::-webkit-scrollbar-corner {
        background:#82AFFF;
    }
::-webkit-scrollbar-resizer  {
        background:#FF0BEE;
    }*/
