﻿/*==================================
后台样式 
===================================*/
body {
    font-size: 12px;
    line-height: 1.5em;
    padding: 0px;
    margin: 0px;
}

fieldset {
    margin: 10px 5px;
    padding: 5px;
    background: #efefef;
}

legend {
    font-weight: bolder;
    letter-spacing: 0.1em;
    color: #f00;
}

a {
    text-decoration: none;
    color: #333;
}

textarea {
    vertical-align: top;
}

a:hover {
    color: #f80;
}

.a2 {
    text-decoration: underline;
    color: #1075b1;
}

    .a2:hover {
        color: #f80;
    }

.stress {
    color: #f30;
    font-weight: bold;
}

.neglect {
    color: #888;
}

.red {
    color: red;
}

.orange {
    color: orange;
}

.green {
    color: #080;
}

.prompt {
    color: #f00 !important;
    padding-left: 1em;
}

.viewTable {
    background: #ddd;
    margin: 10px;
}

    .viewTable th {
        background: #fff;
        text-align: right;
        font-weight: bolder !important;
    }

    .viewTable td {
        background: #fff;
        text-align: left;
    }


.fm {
    margin: 0;
    padding: 10px;
}

.myul {
    margin: auto;
    margin-top: 20px;
    border: #d3d3d3 solid 1px;
    border-bottom: 0px;
    width: 386px;
    padding-left: 0px;
    margin-top: 0px;
    padding-top: 0px;
    float: left;
}

    .myul li {
        width: 100%;
        height: 32px;
        float: left;
        list-style-type: none; /*去掉字前面的点*/
        border-bottom: #d3d3d3 solid 1px;
    }

        .myul li label {
            width: 110px;
            margin-top: 0px;
            float: left;
            text-align: right;
            padding-right: 10px;
            line-height: 33px;
            font-size: 12px;
            font-weight: lighter; /*去除粗体、即默认字体*/
            color: #333;
            border-right: #d3d3d3 solid 1px;
        }

            .myul li label span {
                color: #F00;
            }

        .myul li h2 {
            width: auto;
            margin-top: 6px;
            padding-left: 10px;
            float: left;
            font-size: 12px;
        }

            .myul li h2 input {
                width: 240px;
                height: 16px;
                border: #CCC solid 1px;
            }

            .myul li h2 textarea {
                border: #CCC solid 1px;
            }

            .myul li h2 select {
                border: #CCC solid 1px;
            }


.fitem {
    margin-bottom: 5px;
    padding-bottom: 5px; /* border-bottom: 1px dotted #aaa; */
}

    .fitem label {
        width: 120px;
        display: inline-block;
        font-size: 12px;
    }

    .fitem input {
        width: 240px;
    }

    .fitem label, .fitem .leftTd {
        width: 120px;
        text-align: right;
    }

.fitem2 {
    margin-bottom: 5px;
    padding-bottom: 5px;
    float: left;
    width: 300px;
    height: 20px;
    overflow: hidden;
}

    .fitem2 label {
        display: inline-block;
        font-size: 12px;
    }

    .fitem2 label, .fitem2 .leftTd {
        width: 130px;
        text-align: right;
    }

.HelperMsg {
    padding: 10px;
    color: Red;
}
/*---   窗口显示信息样式  ------------------*/
.dlgBox {
    clear: both;
}

    .dlgBox .title {
        font-weight: bold;
        letter-spacing: 0.1em;
        border-bottom: 1px solid #555;
        margin: 10px 0;
    }

    .dlgBox ul {
        padding: 0;
        margin: 0;
    }

    .dlgBox li {
        list-style: none;
        padding: 0;
        margin: 0;
        margin-bottom: 5px;
        float: left;
        width: 250px;
        height: 30px;
    }

        .dlgBox li input {
            width: 140px;
            border: 0px;
            border-bottom: 1px solid #888;
        }

        .dlgBox li label {
            display: inline-block;
            font-size: 12px;
            color: #555;
        }

        .dlgBox li label {
            width: 100px;
            text-align: right;
            color: Blue;
        }

/*
---------------------------------------------------------
                 管理主页面
---------------------------------------------------------
*/
.managePageTop {
    background: url("img/bg_manage_topContent.jpg") repeat-x;
    margin: 0px;
    height: 68px;
    padding: 0px;
    overflow: hidden;
    clear: both;
}

    .managePageTop .TopContent_background {
        width: 100%;
        height: 68px;
        float: left;
        background: url('img/manage_top_background.jpg') no-repeat;
    }

    .managePageTop .Content {
        float: right;
        padding-top: 5px;
    }

        .managePageTop .Content .user {
            padding: 0 10px 0 20px;
            background: url("img/man.png") no-repeat;
        }

        .managePageTop .Content .userSet {
            padding: 0 10px 0 20px;
            background: url("img/tool.png") no-repeat;
        }
/*
---------------------------------------------------------
                 嵌入页面总框
---------------------------------------------------------
*/
.pagePart {
    padding: 5px;
}

/*
---------------------------------------------------------
                 loginPage
---------------------------------------------------------
*/
body {
    margin: 0;
    padding: 0;
}

.fullbj {
    background: #3579B8;
    background-repeat: repeat;
}

.divbj {
    width: auto;
    height: 719px;
    background: url("../../img/bg.jpg");
    background-repeat: repeat;
}

.tuan {
    width: 1017px;
    height: 635px;
    margin: auto;
    background: url("../../img/login.jpg");
}

.input {
    width: 250px;
    height: 200px;
    padding-top: 392px;
    padding-left: 492px;
    font-size: 13px;
}

    .input ul {
        width: 250px;
        height: 19px;
        margin: 0px auto 0px 8px;
        padding: 0;
    }

        .input ul li {
            list-style-type: none; /*去掉字前面的点*/
            height: 2.5em;
        }

.bz {
    width: 325px;
    height: 22px;
    padding-top: 20px;
    margin: auto;
    font-size: 13px;
    color: #fff;
    text-align: center;
}