﻿
/*广州建筑工程学校使用的样式
其他版本时，去除该样式的引用(default.aspx,WebHeader.ascx,admin/adminFrame.aspx,admin/login/Logon.aspx）
另：admin/login/Logon.aspx 这个页面中，用户名、密码、登录按钮间的<br/>换行符，也是仅在该版本中加
*/

body {
    background: url(image/jzgc/body.jpg) no-repeat center top;
    background-color: #fafafc;
}

.background {
    background-color: #ffffff;
}

#jzgc_header {
    width: 960px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    background: url(image/jzgc/headerBg.jpg) no-repeat center top;
}

    /*建筑工程的logo*/
    #jzgc_header .logo {
        background: url(image/jzgc/logo.png) no-repeat left center;
        width: 510px;
        height: 142px;
        margin-top: 30px;
        margin-left: 50px;
        position: absolute;
    }
    /*港湾的logo*/
    #jzgc_header .logo_gw {
        background: url(image/jzgc/gw_logo3.png) no-repeat left center;
        width: 510px;
        height: 142px;
        margin-top: 30px;
        margin-left: 50px;
        position: absolute;
    }


#wrapper {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    border-right: 0px solid #000000;
    border-left: 0px solid #000000;
    text-align: left;
    height: auto;
    position: relative;
}

#MainHeader {
    border: 0;
    width: 960px;
    height: 391px;
    display: none;
}

#MainBody {
    width: 960px;
}

#webHeader {
    width: 100%;
    height: 239px;
    margin-left: auto;
    margin-right: auto;
    background: url(image/jzgc/headerBg.jpg) no-repeat center top;
}

/*建筑工程*/
#headerleft {
    background: url(image/jzgc/logo.png) no-repeat left center;
    width: 510px;
    height: 142px;
    margin-top: 30px;
    margin-left: 50px;
    position: absolute;
}

/*港湾*/
#headerleft_gw {
    background: url(image/jzgc/gw_logo3.png) no-repeat left center;
    width: 510px;
    height: 142px;
    margin-top: 30px;
    margin-left: 50px;
    position: absolute;
}


#headerMenu {
    width: 960px;
    height: 38px;
    text-align: left;
    position: absolute;
    top: 200px;
    overflow: hidden;
    background: url(front/a/images/nav2.jpg) repeat-x;
    border: 0px solid red;
}

    #headerMenu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        float: left;
        border-bottom: 1px solid #000;
        width: 100%;
    }

    #headerMenu li {
        float: left;
        padding: 0;
        margin: 0;
    }

        #headerMenu li a, #headerMenu li a:link {
            color: #000000;
            font-family: "微软雅黑","宋体", "新宋体","Tahoma","Arial";
            text-decoration: none;
            padding: 0px 2px;
            display: block;
            /*background:url(images/menu_sep.png) repeat-y top right;*/
            font-size: 12px;
            border: 0px solid red;
            line-height: 38px;
            width: 96px;
            text-align: center;
            border-right: 1px solid #85b1c3;
        }

            #headerMenu li a:hover {
                color: #FFCC00;
            }

    * html #headerMenu a {
        width: 1px;
    }


.inputSave {
    font-size: 16px;
    color: #fff;
    background-color: #cd111e;
    border-radius: 16px;
    border: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .inputSave:hover {
        background-color: #ff8400;
    }


#login {
    width: 100%;
    height: 300px;
    margin: 0;
    background: #ffffff url('');
}

    #login .logo a {
        left: 37px;
        top: 10px;
    }

#login-form {
    border: 0px solid red;
    padding: 0;
    width: 100%;
    text-align: center;
    line-height: 70px;
}

    #login-form p {
        padding-bottom: 10px;
    }


.loginheading {
    border: medium none;
    color: #555555;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 16pt;
    line-height: 60px;
    font-family: 微软雅黑;
}


/*建筑工程的logo*/
#jzgc_adminLogo {
    background: url(image/jzgc/logo.png) no-repeat left center;
    background-size: 323px 90px;
    width: 323px;
    height: 90px;
    /*background:url(image/jzgc/logo2.png)  no-repeat left center; width:323px; height:90px;*/
}
/*港湾的logo*/
#jzgc_adminLogo_gw {
    background: url(image/jzgc/gw_logo3.png) no-repeat left center;
    width: 323px;
    height: 90px;
}

#jzgc_adminLogo #jzgc_sysName {
    font-family: 微软雅黑;
    font-weight: bold;
    font-size: 24pt;
    line-height: 90px;
    margin-left: 330px;
    width: 200px;
    color: #05810b;
}






.itemField {
    width: 49.5%;
    height: 36px;
    float: left;
    margin: 2px 0px 2px 4px;
    color: #555555;
}

.itemTitle {
    width: 30%;
    height: 36px;
    line-height: 36px;
    float: left;
    font-weight: 700;
    background: #f0f0f0;
    text-align: right;
    padding-right: 3px;
}

.itemContent {
    width: 68%;
    height: 36px;
    line-height: 36px;
    float: right;
}

    .itemContent input[type="text"] {
        height: 36px;
    }

.itemField2 {
    width: 99%;
    height: 36px;
    float: left;
    margin: 2px 0px 2px 4px;
    color: #555555;
}

.itemTitle2 {
    width: 15%;
    height: 36px;
    line-height: 36px;
    float: left;
    font-weight: 700;
    background: #f0f0f0;
    text-align: right;
    padding-right: 3px;
}

.itemContent2 {
    width: 84%;
    height: 36px;
    line-height: 36px;
    float: right;
}

    .itemContent2 a {
        color: #555555;
        text-decoration: none;
        display: inline-block;
        padding-right: 30px;
    }

        .itemContent2 a:hover {
            color: red;
        }




.rights {
    color: #656766;
    /*color: #219ad7;*/
    font-size: 13px;
    font-family: "Arial","Microsoft YaHei";
    width: 570px;
    padding-left: 81px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    height: 32px;
    line-height: 32px;
    text-align: left;
    background: url(image/rights.png) no-repeat left center;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
    box-sizing: border-box;
}

    .rights span {
        cursor: pointer;
        font-size: 14px;
        color: #219ad7;
    }

        .rights span:hover {
            text-decoration: underline;
        }

    .rights label {
        font-weight: normal;
        display: inline;
        padding: 0;
    }
