﻿/*公用*/
* {
    margin: 0;
    padding: 0;
}

body {
    padding: 10px;
}

input, textarea {
    outline: none;
}

img {
    border: 0;
}

a {
    color: Black;
    text-decoration: none;
    font-size: 12px; /*font-family: Tahoma,Verdana,新宋体;*/
}

    a:hover { /*color: Red;
        text-decoration: underline;*/
    }

ul, li {
    list-style-type: none;
}
/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

/*form表单*/
#form1, .form1 {
    width: 520px;
    _width: 526px; /*IE6空3px(BUG)*/
    margin: 0 auto;
    padding: 10px 0;
}

    #form1 p, .form1 p {
        width: 260px;
        height: 22px;
        margin-bottom: 12px;
        float: left; /*margin: 0 5px 8px 5px;*/
    }

        #form1 p label, .form1 p label {
            width: 80px;
            float: left;
            text-align: right;
            padding: 2px 5px 0 0;
        }

        #form1 p input, .form1 p input { /*max-width: 160px;*/
        }

.clear {
    clear: both;
}

.fl {
    float: left;
}

#tree1 li {
    padding: 3px 0;
}


/*修正IE8combobox的vierticle-align对齐问题*/
.combo {
    vertical-align: bottom;
}

    .combo .combo-text {
        vertical-align: top;
    }

/*网站头部*/
.web_header {
    height: 70px;
    background: url(../img/topbg.gif) repeat-x #056DAA;
}

.web_logo {
    display: block;
    float: left;
    font-size: 34px;
    font-weight: bold;
    color: white;
    padding-left: 70px;
    font-family: "微软雅黑";
    line-height: 88px;
}

    .web_logo img {
        display: block;
    }

.web_link {
    float: left;
    margin-left: 30px;
    display: inline;
}

    .web_link ul {
        float: left;
        position: absolute; /*left: 345px;*/
    }

        .web_link ul li {
            display: block;
            float: left;
            width: 88px;
            height: 88px;
            text-align: center;
        }

        .web_link ul a {
            width: 83px;
            height: 88px;
            float: left;
            display: block;
        }

            .web_link ul a:hover {
                display: block;
                background: #000;
                color: #fff;
                background: none repeat scroll 0% 0% rgb(43, 127, 181);
                text-decoration: none;
                border-top: 3px solid #09d100;
            }

    .web_link span {
        float: left;
    }

    .web_link img {
        margin-top: 10px;
        height: 48px;
    }

    .web_link h2 {
        font-size: 14px;
        font-weight: 400;
        color: #d6e8f1;
        text-align: center;
    }

.web_opt {
    float: right;
    color: white;
    margin-right: 30px;
    line-height: 24px;
    text-align: right;
    margin-top: 16px;
    display: inline;
}

    .web_opt a {
        color: white;
    }

.web_picphoto {
    float: right; /* height: 60px; */
    padding: 10px 10px 0 0;
}

    .web_picphoto p {
        border-radius: 50%;
        overflow: hidden;
        width: 60px;
        height: 60px;
    }

    .web_picphoto img {
        height: 80px;
        width: 61px;
    }

/*成绩管理部分会用到*/
#form2, .form2 {
    margin: 0 auto;
    padding: 10px 0;
    font-size: 13px;
}

    #form2 p, .form2 p { /*height: 34px;*/
        margin-bottom: 14px;
    }


        #form2 p label, .form2 p label {
            width: 100px;
            float: left;
            text-align: right;
            padding: 2px 5px 0 2px;
        }

    #form2 div, .form2 div { /*height: 34px;*/
        margin-bottom: 14px;
    }


        #form2 div label, .form2 div label {
            width: 100px;
            float: left;
            text-align: right;
            padding: 2px 5px 0 2px;
        }

/* 按钮的样式 */
.submit {
    padding: 5px 10px;
    margin: 0px;
    height: 26px;
    border: 1px solid #236300;
    background-color: #0675CF;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}

.gridline-button-blue {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    font-size: 10px;
    padding: 0 10px;
    border-radius: 1px;
    color: #fff;
    direction: expression(this.style.direction = 'inherit',this.hideFocus = true);
}

.gridline-button-blue {
    background-color: #4f65d0;
}

    .gridline-button-blue:hover {
        text-decoration: none;
        background-color: #5e75e1;
        color: white;
    }


.gridline-small-button-blue {
    display: inline-block;
    height: 19px;
    line-height: 19px;
    font-size: 10px;
    padding: 0 5px 0 5px;
    border-radius: 1px;
    color: #fff;
    direction: expression(this.style.direction = 'inherit',this.hideFocus = true);
}

.gridline-small-button-blue {
    background-color: #7386e2;
}

    .gridline-small-button-blue:hover {
        text-decoration: none;
        background-color: #8192e4;
        color: white;
    }




.gridline-button-green {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    font-size: 10px;
    padding: 0 10px;
    border-radius: 1px;
    color: #fff;
    direction: expression(this.style.direction = 'inherit',this.hideFocus = true);
}

.gridline-button-green {
    background-color: #7ad84f;
}

    .gridline-button-green:hover {
        text-decoration: none;
        background-color: #86db5f;
        color: white;
    }
/* 按钮的样式 */
.submit { /*padding: 3px 10px;*/
    margin: 0px;
    height: 26px;
    border: 1px solid #236300;
    background-color: #54aef7;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}

.submit_red {
    padding: 3px 10px;
    margin: 0px;
    height: 26px;
    border: 1px solid #BB2424;
    background-color: #FA7777;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}

    .submit_red:hover {
        background-color: #ef5d5d;
    }


/* 成绩管理部分用到的样式 */

/* 字体类 */
.bold {
    font-weight: bold;
}

.f14 {
    font-size: 14px;
}

.f13 {
    font-size: 13px;
}

.f18 {
    font-size: 18px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.ff6c00 {
    color: #ff6c00;
}

/*对齐类*/

.tleft {
    text-align: left;
}

.tright {
    text-align: right;
}

.tcenter {
    text-align: center;
}

/*  按钮条 */
.inputList {
    background-color: #C1D9F3;
    padding: 8px;
    width: inherit;
    margin: 10px;
    font-size: 13px;
}


/*表格样式 */
.table1 {
    width: 100%;
    font-family: 宋体;
}

    .table1 th {
        padding: 0 7px;
        height: 24px;
        line-height: 24px;
        color: #35537c;
        border: 1px solid #cbdff8;
        background: #f1f6fd;
        text-align: left;
        border-top: 1px solid #fff;
        font-size: 13px;
    }

    .table1 td {
        padding: 0 7px;
        height: 25px;
        line-height: 25px;
        border: 1px solid #eaf2fc;
        font-size: 13px;
    }


.table2 th {
    padding: 0 7px;
    line-height: 30px;
    color: #35537c;
    font-size: 13px;
    border: 1px solid #000000;
    background: #f1f6fd;
    text-align: left;
}

.th2 {
    padding: 0 7px;
    line-height: 30px;
    color: #35537c;
    font-size: 13px;
    border: 1px solid #000000;
    background: #f1f6fd;
    text-align: left;
}


.table2 td {
    padding: 0 7px;
    font-size: 13px;
    height: 25px;
    border: 1px solid #000000;
}


.table4 {
    width: 100%;
    text-align: center;
}


/* GridView、ListView的样式 */
.AlternatingRowStyle {
    background-color: #DCDCDC;
}

.SelectedSytle {
    background-color: #528BCB;
}



/**
    *=====gridview样式====
*/
table.GridView {
    border-collapse: collapse;
    border-width: 0px;
    border-top: 1px solid #95C6E7;
    border-left: 1px solid #95C6E7;
    table-layout: fixed;
}

.gvHeader, .gvHeader th, .gvHeader td {
    height: 29px;
    line-height: 29px;
    background-image: url(../img/gvHead_bg.gif);
    color: #2182C5;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #95C6E7;
    border-right: 1px solid #95C6E7;
    word-wrap: break-word;
}

.gvItemStyle, .gvItemStyle td {
    height: 25px;
    font-size: 12px;
    color: #333;
    text-indent: 5px;
    background-color: #D5F2FD /* #F8F8F8#FAFBFC*/;
    border-bottom: 1px solid #95C6E7;
    border-right: 1px solid #95C6E7;
    word-wrap: break-word;
}

.gvAlternatingItemStyle, .gvAlternatingItemStyle td {
    height: 25px;
    font-size: 12px;
    color: #333;
    text-indent: 5px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #95C6E7;
    border-right: 1px solid #95C6E7;
    word-wrap: break-word;
}

/*===gridview样式结束===*/



/**********Ul li样式**********/
.c-rbc-list {
    margin-top: 10px;
    margin-left: 20px;
}

    .c-rbc-list li {
        background: url(../img/articleIco.gif) no-repeat 0 3px;
        padding-left: 13px;
        height: 24px;
        line-height: 24px;
    }

        .c-rbc-list li a {
            font-size: 14px;
        }

        .c-rbc-list li:hover .c-rbc-count, .c-rbc-list li.hover .c-rbc-count {
            display: none;
        }

        .c-rbc-list li:hover .c-rbc-opar, .c-rbc-list li.hover .c-rbc-opar {
            display: inline-block;
            *display: inline;
            *zoom: 1;
        }


/*mask*/
.fkui-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: rgb(0, 0, 0);
    z-index: 599;
    opacity: 0.15;
    filter: alpha(opacity=15);
}
