
/* ######################################################

本文件编码： GB2312

仅供数字校园 login_*.asp, student_login_*.asp 文件调用

不与其他样式文件混合使用

不作他用

######################################################### */

body {
    font-size: 14px;
    font-family: "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", SimSun, Arial, sans-serif;
    line-height: 150%;
    text-decoration: none;
    color: #252525;
    background-color: #666666;
    /*background-image:url('/images/background.jpg');*/
    /*background: url('/images/background_all_2017-03.jpg') repeat fixed;*/
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    text-align: center;
    /*overflow-y: scroll;*/
}

#page_Message {
    border-style: solid;
    border-width: 5px 1px 5px 1px;
    border-color: #459DF5;
    width: 450px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    /*background: url(/oa/images/bg_main_left.gif) repeat-y;*/
    background-color: #FFFFFF;
}


#Message_Title {
    width: 100%;
    height: 36px;
    line-height: 36px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    font-size: 20px;
    font-family: "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", SimSun, Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    color: #FF0000;
}

#Message_Detail {
    width: 100%;
    height: 36px;
    line-height: 36px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    text-align: center;
    font-size: 14px;
    font-family: "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", SimSun, Arial, sans-serif;
    font-weight: bold;
}

#Message_Text {
    width: 350px;
    line-height: 150%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    text-align: center;
    font-size: 14px;
    font-family: "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", SimSun, Arial, sans-serif;
    font-weight: normal;
}

#Message_Link {
    width: 350px;
    line-height: 150%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    font-size: 14px;
    font-family: "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", SimSun, Arial, sans-serif;
    font-weight: normal;
    text-align: center;
}

#page_Message a {
    font-size: 14px;
    color: #459DF5;
    text-decoration: none;
}

#page_Message a:hover {
    color: #FF0000;
    text-decoration: underline;
}

#page_Message a:visited {
    color: #459DF5;
    text-decoration: none;
}

#page_Message a:hover:hover {
    color: #FF0000;
    text-decoration: underline;
}

.tableBorder {
    text-align: left;
    border: 1px solid #459DF5;
    background-color: #FFFFFF;
    width: 98%;
}

/* Table Ledger */
.tableLedger {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #459DF5;
    line-height: 24px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

.tableLedger a:link,
.tableLedger a:visited {
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: bold;
}

.tableLedger a:hover,
.tableLedger a:visited:hover {
    color: #FF0000;
    text-decoration: underline;
    font-weight: bold;
}

.tableRow {
    background-color: #FBFBFD;
    line-height: 22px;
}

.tableTopRow {
    line-height: 22px;
    background-color: #D3DAED;
    background-image: url('/forum/forum_images/topbar_background.gif');
}

.tableBottomRow {
    line-height: 22px;
    background-color: #459DF5;
    background-image: url('/forum/forum_images/bottombar_background.gif');
}

a,
td,
input,
select {
    font-size: 14px;
    font-family: "Microsoft YaHei", "微软雅黑", "Microsoft YaHei UI", SimSun, Arial, sans-serif;
}






