

html, .bg, .logo
{
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body
{
    background-color: #EBF1F6;
    margin: 0px;
    padding: 0px;
    margin-top: 0px;
    padding-bottom: 100px;
    color: #5B5A5A;
    position: relative;
    font-size: 0.95em;
}
a:link
{
    font-style: normal;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
}
a:visited
{
    color: #333333;
    text-decoration: none;
}
a:hover
{
    color: #3375CE;
    text-decoration: none;
}
a:active
{
    color: #005AB5;
    text-decoration: none;
}

.bgc2
{
    background-color: #2882D2;
}

.bgc4
{
    background-color: #CEE7FF;
}

.bgc6
{
    background-color: #EBF1F6;
}

.NavTitle
{
    font-size: 0.9em;
}

.loginbgc
{
    background-color: #93D2E1;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.bg
{
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-image: url('bg.png');
    background-position: right bottom;
    background-repeat: no-repeat;
}

.logo
{
    height: 98%;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-top: 10px;
    position: relative;
}

.title
{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    height: 60px;
    line-height: 60px;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: auto 40px;
    color: #ffffff;
    font-size: 19px;
}

.title .name
{
    margin-left: 60px;
    display: inline;
}

.copyright
{
    position: absolute;
    bottom: 20px;
    text-align: center;
    left: 0px;
    right: 0px;
}

.down
{
    position: absolute;
    top: 80px;
    text-align: center;
    left: 0px;
    right: 0px;
}

.loginborder
{
    background-color: #A5DDEA;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    margin-top: 50px;
}

.loginborder2
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

/*-------表格容器-------------------------------*/
.divpanel
{
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}

.backpanel
{
    margin-bottom: 5px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 0.8em;
}

.divremark
{
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
}

.both
{
    clear: both;
}

table, td, div, li
{
    border: 0px solid #999999;
}

.topline
{
    background: url("line.gif");
    background-repeat: repeat-x;
    background-position: top;
}

.padding_top
{
    padding-top: 1px;
}

.from_table
{
    font-size: 0.9em;
}

.tabletitle
{
    position: absolute;
    border-width: 0px;
    background-color: #6CAEEA;
    border-color: #CCCCCC;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 40%;
    text-align: center;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    color: Black;
    font-weight: normal;
    font-size: 0.9em;
    top: -35px;
    height: 35px;
    line-height: 35px;
    z-index: 10;
    vertical-align: middle;
}

.splitline
{
    position: absolute;
    background-color: #6CAEEA;
    border-style: none;
    border-width: 0px;
    padding: 0px;
    line-height: 10px;
    vertical-align: middle;
    top: -5px;
    height: 5px;
    left: 0px;
    right: 0px;
    color: Black;
    font-weight: normal;
    font-size: 0.9em;
    z-index: 11;
}

.tablecontent
{
    position: relative;
    margin-top: 40px;
}

.table, .gridview
{
    width: 100%;
    border: 0px solid #999999;
    text-align: left;
    border-collapse: separate;
    font-size: 0.8em;
    background-color: #FFFFFF;
}

.table td, .gridview td
{
    border-color: #CCCCCC;
    border-style: solid;
    border-top-width: 0px;
    background-color: #FFFFFF;
    line-height: 23px;
    text-align: left;
    background: url("line.gif");
    background-repeat: repeat-x;
    background-position: bottom;
}
.table th
{
    background-color: #6CAEEA;
    text-align: center;
    border-style: none;
    border-width: 0px;
    padding: 0px;
    line-height: 29px;
    vertical-align: middle;
    background-image: url('table_title.gif');
    background-repeat: repeat-x;
    padding-left: 2px;
    color: Black;
    font-weight: normal;
    font-size: 0.9em;
}


.gridview th
{
    background-color: #6CAEEA;
    text-align: left;
    border-style: none;
    border-width: 0px;
    padding: 0px;
    line-height: 29px;
    vertical-align: middle;
    background-image: url('table_title.gif');
    background-repeat: repeat-x;
    padding-left: 2px;
    color: Black;
    font-weight: normal;
    font-size: 0.9em;
}
.clearTDStyle td
{
    background-image: none;
    font-size: inherit;
}

.tool_Search
{
    border-width: 0px;
    padding-left: 3px;
    padding-right: 3px;
    margin: 4px;
    padding: 8px;
    margin-left: 0px;
    margin-right: 0px;
    width: auto;
    border-radius: 6px;
    font-size: 0.8em;
}
/*--------------------底部工具栏------------------------------*/



.toolbar td:hover
{
    background-color: #DEDEDC;
    vertical-align: middle;
}

.toolbar td
{
    vertical-align: middle;
    line-height: 40px;
    text-align: center;
    color: #000000;
}

.toolbar .btn_msg
{
    background-color: #EAEAE8;
    width: 50%;
    background-image: url('tab01.png');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 10px center;
    font-size: 0.8em;
}

.toolbar .btn_split
{
    width: 1px;
    background-color: #DEDEDC;
}

.toolbar .btn_user, .toolbar .btn_student
{
    background-color: #EAEAE8;
    background-image: url('tab02.png');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 10px center;
    font-size: 0.8em;
}

.toolbar .btn_selected
{
    border-bottom: 5px solid #2882D2;
}

/*-----------消息模块样式----------------------------*/

.top_nav
{
    position: position;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11111;
    height: 45px;
    background-color: #2882D2;
}

.top_nav .back
{
    border-radius: 2px;
    display: inline-block;
    border: 1px solid #ADD5F8;
    padding: 2px;
    color: White;
    cursor: pointer;
    margin-top: 8px;
    margin-left: 8px;
    position: absolute;
}

.top_nav .name
{
    padding: 2px;
    color: White;
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
}

.smalltextbox
{
    border-radius: 5px;
    background-color: #DEDCDC;
}

.bottom_nav
{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 11111;
    background-color: #2882D2;
}

.bottom_toolbar
{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 11111;
    background-color: #2882D2;
}

.msgrow
{
    height: 50px;
    position: relative;
    font-size: 16px;
    margin: 5px;
    cursor: pointer;
}

.msgrow .logo
{
    width: 40px;
    height: 40px;
    background-image: url("../../images/msn_a.png");
    background-size: 40px auto;
}

.msgrow .newmsgcount
{
    width: 20px;
    height: 20px;
    color: White;
    left: 30px;
    top: 30px;
    position: absolute;
    background-image: url("../../images/numbg.png");
    background-size: 20px auto;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
}

.msgrow .name
{
    height: 25px;
    position: absolute;
    left: 50px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.msgrow .content
{
    height: 25px;
    position: absolute;
    left: 50px;
    right: 0px;
    top: 25px;
    bottom: 0px;
    color: #969494;
    font-size: 0.9em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.msgrow .time
{
    height: 25px;
    position: absolute;
    left: 50px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    text-align: right;
    color: #7E7E7E;
    font-size: 0.8em;
}


.chat
{
    position: relative;
    font-size: 16px;
    margin: 10px;
    margin-top: 25px;
}

.chat .logo
{
    position: absolute;
    width: 40px;
    height: 40px;
    background-image: url("../../images/msn_a.png");
    background-size: 40px auto;
}

.chat .content
{
    position: relative;
    min-height: 25px;
    min-width: 100px;
    margin-left: 55px;
    padding: 5px;
    padding-bottom: 25px;
    color: #FFFFFF;
    font-size: 0.9em;
    background-color: #3897ED;
    border-radius: 10px;
    display: inline-block;
}

.chat .time
{
    position: absolute;
    right: 5px;
    bottom: 5px;
    text-align: right;
    color: #ffffff;
    font-size: 0.8em;
}


.rechat
{
    position: relative;
    font-size: 16px;
    margin: 10px;
    margin-top: 25px;
    float: right;
}

.rechat .logo
{
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0px;
    background-image: url("../../images/msn_b.png");
    background-size: 40px auto;
}

.rechat .content
{
    position: relative;
    min-height: 25px;
    min-width: 100px;
    margin-right: 55px;
    padding: 5px;
    padding-bottom: 25px;
    color: #1E1E1E;
    font-size: 0.9em;
    background-color: #ffffff;
    border-radius: 10px;
    display: inline-block;
}

.rechat .time
{
    position: absolute;
    right: 5px;
    bottom: 5px;
    text-align: right;
    color: #7E7E7E;
    font-size: 0.8em;
}

/*---------------------------------------*/
.inforow
{
    height: 50px;
    position: relative;
    font-size: 16px;
    margin: 5px;
    cursor: pointer;
}


.inforow .logo img
{
    position: absolute;
    top: 0px;
}

.inforow .name
{
    position: absolute;
    left: 4px;
    top: 0px;
    font-size: 0.83em;
}

.from_table
{
    font-size: 0.9em;
}

.inforow .content
{
    height: 25px;
    position: absolute;
    left: 50px;
    right: 0px;
    top: 25px;
    bottom: 0px;
    color: #969494;
    font-size: 0.9em;
    text-align: right;
}

.inforow .time
{
    position: absolute;
    left: 20px;
    bottom: 6px;
    text-align: left;
    color: #7E7E7E;
    font-size: 0.8em;
}



.lab_buttom
{
    margin-left: 2px;
    margin-right: 2px;
    padding: 7px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 3px;
    display: inline;
    background-color: #3A8BED;
    font-size: 0.9em;
    color: #ffffff;
    display: inline;
}

.lab_buttom a, .lab_buttom input
{
    color: #ffffff;
    background-color: transparent;
    border: 0px;
}



.lab_buttom input
{
    font-size: 16px;
}


/*::::::::分页样式::::::::*/
.pagerStyle
{
    float: right;
    font-size: 0.8em;
}

.pagerStyle li
{
    width: 22px;
    height: 22px;
    float: left;
    list-style-type: none;
    text-align: center;
    vertical-align: middle;
    line-height: 22px;
    margin: 2px;
    border-width: 0px;
    border-radius: 3px;
    padding: 5px;
}

.pagerSteppingStyle, .pagerInfoStyle, .pagerFirstStyle, .pagerPrevStyle, .pagerNextStyle, .pagerLastStyle, .pagerAllStyle, .pagerPagingStyle
{
    width: auto !important;
    margin-left: 2px;
    margin-right: 2px;
    padding: 5px;
    border-radius: 3px;
    display: inline;
    background-color: #3A8BED;
    font-size: 0.9em;
    color: #ffffff;
}

.pagerFirstStyle, .pagerLastStyle
{
    background-color: #3A8BED;
}

.pagerPrevStyle, .pagerNextStyle
{
    background-color: #3A8BED;
}

.generalPagerStyle
{
    background-color: White;
}

.currentPagerStyle, .pagerMouseOverStyle
{
    font-weight: bold;
    background-color: #3A8BED;
}
/*:::::进度条样式:::::*/
.progress_bg
{
    height: 11px;
    background: #CDCDCD;
    overflow: hidden;
    float: left;
    margin-left: 0px;
    margin-right: 10px;
}

.progress
{
    background-position: url('progress_bg.gif') repeat-x;
    height: 11px;
    background: url('progress_bg.gif' ) repeat-x;
    border-left: 1px solid #2867D0;
    border-right: 1px solid #2867D0;
}

.divProgress
{
    font-size: 16px;
}

.progressText
{
    font-size: 0.8em;
}

/*::::::::控件样式::::::::*/
textarea
{
    border-radius: 5px;
    border: solid 1px #ffffff;
}

input
{
    border-radius: 5px;
    border: solid 1px #ffffff;
}
