﻿body {
    font-size: 12px;
    font-family: "微软雅黑", "宋体",Tahoma, Verdana, Arial, Helvetica, sans-serif;
    background-image: url(../images/images/bg.jpg);
    background-repeat: repeat-x;
    background-color: #f5fafe;
    /*color:#282828;*/
    color: Black;
    text-align: left;
    margin: 0px;
    padding: 0px;
}

a:link, a:visited {
    text-decoration: none;
    color: #2368ac;
}

a:hover {
    color: #2368ac;
    text-decoration: underline;
    cursor: pointer;
}

.marginTop5 {
    margin-top: 5px;
}

.clear {
    clear: both;
}

#leftBG, #rightBG, #mid {
    width: 11px;
    height: 560px;
    background-image: url(../images/images/l.png);
    background-repeat: no-repeat;
    float: left;
}

#rightBG {
    background-image: url(../images/images/r.png);
}

#mid {
    width: 951px;
    background-image: none;
}

.layout {
    width: 973px;
    height: 560px;
    margin: 17px auto;
    background-image: url(../images/images/m.png);
    background-repeat: repeat-x;
    position: absolute;
    left: 50%;
    /*top:50%;*/
    /*margin:-280px 0 0 -486px;*/
    margin-left: -486px;
}

html, body {
    height: 100%;
}

.top {
    height: 67px;
}

.bottom {
    width: 100%;
    color: #2568AD;
    text-align: center;
}

.logo {
    width: 504px;
    height: 67px;
    float: left;
}

.userInfo {
    float: right;
    color: #fff;
    height: 33px;
    line-height: 33px;
    margin-top: 28px;
}
/*.userInfo li,.userInfo #first,.userInfo #first1 {float:left; background-image:url(../images/images/2_r.png); background-repeat:no-repeat; background-position: right top;}*/

.li {
    float: left;
    background-image: url(../images/images/2_r.png);
    background-repeat: no-repeat;
    background-position: right top;
    text-align: center;
}

    .li a {
        display: block;
        height: 33px;
        line-height: 35px;
        color: #2568ad;
        font-weight: 700;
        font-size: 13px;
        padding: 0px 3px;
        padding-left: 6px;
        background-image: url(../images/images/2_l.png);
        background-repeat: no-repeat;
        margin-right: 5px;
    }

        .li a:hover {
            text-decoration: underline;
        }

.lip {
    float: left;
    background-repeat: no-repeat;
    background-position: right top;
    text-align: center;
}

    .lip a {
        display: block;
        height: 33px;
        line-height: 35px;
        color: #fff;
        font-weight: 700;
        font-size: 13px;
        padding: 0px 3px;
        padding-left: 6px;
        background-repeat: no-repeat;
        margin-right: 5px;
    }

        .lip a:hover {
            text-decoration: underline;
        }

.p0 {
    background-image: url(../images/images/1.png);
}

.p1 {
    background-image: url(../images/images/jyjl.png);
}

.p2 {
    background-image: url(../images/images/sfd.png);
}

.p3 {
    background-image: url(../images/images/grxx.png);
}

.p4 {
    background-image: url(../images/images/grxx.png);
}


.userInfo #first {
    background-image: url(../images/images/1.png);
    width: 53px;
}

.userInfo #first1 {
    background-image: url(../images/images/11.png);
    width: 75px;
    background-repeat: inherit;
}

.userInfo #first a {
    background-image: none;
    color: #FFF;
    margin-left: 7px;
}

.userInfo #first1 a {
    background-image: none;
    color: #FFF;
    margin-left: 7px;
}


.main {
    background-image: url(../images/images/title_m.jpg);
    background-repeat: repeat-x;
    height: 460px;
    margin-top: 10px;
    overflow: hidden;
}

.title {
    height: 36px;
    line-height: 36px;
    text-indent: 5px;
    font-weight: 700;
    background-image: url(../images/images/title_l.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
}

    .title p {
        color: #2368ac;
        background-image: url(../images/images/title_r.jpg);
        background-repeat: no-repeat;
        background-position: right top;
    }

    .title img {
        float: left;
        margin-left: 10px;
    }

.current {
    background-image: url(../images/images/current_bg.jpg);
    background-repeat: repeat-x;
    height: 27px;
    line-height: 27px;
    color: #2368AC;
    font-weight: 700;
    text-indent: 10px;
}

.infor {
    margin-top: 5px;
    background-color: #FFF;
    border: 1px solid #c3d5eb;
    padding: 5px;
}

.condition {
    height: 28px;
    line-height: 28px;
    background-image: url(../images/images/main_42.png);
    background-repeat: repeat-x;
    margin-top: 5px;
    border-left: 1px solid #E0E7EF;
    border-right: 1px solid #E0E7EF;
}

#dgData {
    border: 1px solid #C3D5EB;
    border-top: 0px none;
    border-collapse: collapse;
    padding: 0px;
    color: Black;
}

    #dgData tr {
        height: 23px;
        line-height: 23px;
    }

        #dgData tr td {
            border: 1px solid #C3D5EB;
        }


/* 表单文本框*/
.l-text {
    position: relative;
    background: #FFFFFF url('../images/input.gif') repeat-x top;
    border: 1px solid #C3d5eb;
    height: 17px;
    line-height: 17px;
}

.l-text-field {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #FFFFFF url('../images/input.gif') repeat-x 50% top;
    height: 15px;
    line-height: 15px;
    margin: 0;
    outline: none;
    color: #333333;
    right: 20px;
}

.l-text-select {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #FFFFFF url('../images/input.gif') repeat-x 50% top;
    height: 17px;
    line-height: 17px;
    margin: 0;
    outline: none;
    color: #333333;
}

.GV-head {
    font-size: 13px;
    font-weight: bold;
    background-image: url(../images/images/main_47.png);
    color: #2368ac;
    text-align: center;
    vertical-align: bottom;
    height: 26px;
}

.GV-bottom {
    font-size: 13px;
    font-weight: normal;
    background-image: url(../images/images/title_m.jpg);
    color: #2368ac;
    text-align: center;
    vertical-align: middle;
    height: 26px;
    border: 1px solid #AFCBE3;
    border-top: 0px none;
    padding-left: 5px;
}

.ais {
    background-color: #f5fafe;
}

.cbl {
    height: 20px;
    background-color: white;
    border: 1px solid #C3D5EB;
    border-top: 0px none white;
    width: 100%;
}

.tb {
    border: 1px;
    border-collapse: collapse;
    border-style: solid;
    border-color: Black;
}

    .tb tr {
    }

        .tb tr td {
            border: 1px;
            border-color: Black;
            border-style: solid;
        }
.button{
line-height: 17px;
text-align: left;
color: #fff;
/*text-shadow:1px 1px 1px #333;*/
border-radius: 3px;
margin-left:5px;
/*margin:0 10px 0px 0;*/
margin-top:3px;
position: relative;
overflow: hidden;
cursor:pointer;
}
.button.gray{
color: black;
/*text-shadow:1px 1px 1px gray;*/
border:1px solid #929292;
/*box-shadow: 0 1px 2px #fff inset,0 -1px 0 #929292 inset;*/
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr=#F5F5F5, endColorstr=#DEDEDE); /* for IE */
background: -ms-linear-gradient(top, #F5F5F5, #DEDEDE);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F5F5F5),to(#DEDEDE));
background: -webkit-linear-gradient(top,#F5F5F5,#DEDEDE);
background: -moz-linear-gradient(top,#F5F5F5,#DEDEDE);
background: linear-gradient(top,#F5F5F5,#DEDEDE);
background: -o-linear-gradient(top, #fff,#0000ff); /* Opera 11.10+*/
}
.gray:hover{
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr=#f2f3f7, endColorstr=#ebeced); /* for IE */
background: -ms-linear-gradient(top, #f2f3f7, #ebeced);
background: -webkit-linear-gradient(top,#fefefe,#ebeced);
background: -moz-linear-gradient(top,#f2f3f7,#ebeced);
background: linear-gradient(top,#f2f3f7,#ebeced);
}
.gray:active{
top:1px;
box-shadow: 0 1px 1px #a8abae inset,0 1px 0 #fff;
filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr=#e4e8ec, endColorstr=#e4e8ec); /* for IE */
background: -ms-linear-gradient(top, #e4e8ec, #e4e8ec);
background: -webkit-linear-gradient(top,#e4e8ec,#e4e8ec);
background: -moz-linear-gradient(top,#e4e8ec,#e4e8ec);
background: linear-gradient(top,#e4e8ec,#e4e8ec);
}

.wxImage {
    padding:3px;
    height:170px;
    width:170px;
    border-radius: 10px;
    border:1px solid #c9c9c9;
    -moz-box-shadow:1px 1px 3px #c9c9c9;
    -webkit-box-shadow:1px 1px 3px #c9c9c9;
    box-shadow:1px 1px 3px #c9c9c9;
    background:#fff;
    filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#c9c9c9');
}
