﻿@CHARSET "UTF-8";
html, body {
    margin: 0 auto;
    font-family: 宋体;
    font-size: 13px;
    background-color: #f1f1f1;
    padding: 0;
    width: 100%;
    height: 100%;
}

img {
    border: 0;
}

a {
    color: #08C;
    text-decoration: none;
}

a:hover {
    color: #005580;
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.left5 {
    margin-left: 5px;
}

.left10 {
    margin-left: 10px;
}

.left20 {
    margin-left: 20px;
}

.left30 {
    margin-left: 30px;
}

.left40 {
    margin-left: 40px;
}

.left50 {
    margin-left: 50px;
}

.left100 {
    margin-left: 100px;
}

.left150 {
    margin-left: 150px;
}

.right5 {
    margin-right: 5px;
}

.right10 {
    margin-right: 10px;
}

.right20 {
    margin-right: 20px;
}

.right30 {
    margin-right: 30px;
}

.right40 {
    margin-right: 40px;
}

.right50 {
    margin-right: 50px;
}

.right100 {
    margin-right: 100px;
}

.top5 {
    margin-top: 5px;
}

.top10 {
    margin-top: 10px;
}

.top20 {
    margin-top: 20px;
}

.top30 {
    margin-top: 30px;
}

.top40 {
    margin-top: 40px;
}

.top50 {
    margin-top: 50px;
}

.top100 {
    margin-top: 100px;
}

.bottom5 {
    margin-bottom: 5px;
}

.bottom10 {
    margin-bottom: 10px;
}

.bottom20 {
    margin-bottom: 20px;
}

.bottom30 {
    margin-bottom: 30px;
}

.bottom40 {
    margin-bottom: 40px;
}

.bottom50 {
    margin-bottom: 50px;
}

.bottom100 {
    margin-bottom: 100px;
}

.paddingtop5 {
    padding-top: 5px;
}

.paddingtop10 {
    padding-top: 10px;
}

.paddingtop20 {
    padding-top: 20px;
}

.paddingbottom5 {
    padding-bottom: 5px;
}

.paddingbottom10 {
    padding-bottom: 10px;
}

.paddingbottom20 {
    padding-bottom: 20px;
}

.paddingleft5 {
    padding-left: 5px;
}

.paddingleft10 {
    padding-left: 10px;
}

.paddingleft20 {
    padding-left: 20px;
}

.paddingright5 {
    padding-right: 5px;
}

.paddingright10 {
    padding-right: 10px;
}

.paddingright20 {
    padding-right: 20px;
}

#header_container {
    width: 100%;
    height: 120px;
    margin: 0 auto;
    padding: 0;
    /*background-image: url("/resources/images/header/header.png");*/
    background-size: cover;
    background-color: #B21F31;
    border-bottom: 1px solid #8f1322;
}

#header_container #header_content {
    height: 120px;
}

#header_container #header_logo {
    background-image: url("/resources/images/header/logo.png");
    height: 75px;
    width: 635px;
    margin-top: 23px;
    margin-left: 20px;
}

#header_container #header_login {
    height: 60px;
    margin-right: 100px;
    color: #fff;
    margin-top: 45px;
}

#header_container #header_login #user_setting_container {
    height: 30px;
}

#header_container #header_login #changepasswd {
    background-image: url("/resources/images/icon/setting.png");
    background-repeat: no-repeat;
    padding-left: 20px;
}

#header_container #header_login #logout {
    background-image: url("/resources/images/icon/logout.png");
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-left: 30px;
}

#header_container #header_login #user_info_container {
    height: 30px;
}

#header_container #header_login #user_login_container {
    height: 30px;
}

#header_container #header_login #headerlogin {
    background-image: url("/resources/images/icon/login.png");
    background-repeat: no-repeat;
    padding-left: 20px;
}

#header_container #header_login #headerregister {
    background-image: url("/resources/images/icon/register.png");
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-left: 30px;
}

#footer_container {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-size: 18px;
    color: #999;
    line-height: 50px;
    text-align: center;
    background-size: cover;
}

#scolltotop {
    position: fixed;
    bottom: 35px;
    margin-left: 1110px;
    z-index: 999;
    width: 71px;
    cursor: pointer;
    display: none;
}

* html #scolltotop {
    position: absolute;
    cursor: pointer;
    right: 10px;
    display: none;
    top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight) -112+"px");
}

#scolltotop a {
    display: block;
    width: 71px;
    height: 24px;
    padding-top: 48px;
    background: url(/resources/images/backtotop.gif) no-repeat;
    text-align: center;
    color: #888;
}

#scolltotop a.cur {
    background-position: -88px 0;
    text-decoration: none;
    color: #3a9;
}

.tableui {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-collapse: separate;
    border-image: none;
    border-radius: 4px;
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
}

.tableui thead th {
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
    padding: 8px;
    height: 20px;
    border-left: 1px solid #DDD;
    text-align: center;
    background-color: #f6f6f6;
}

.tableui thead th a {
    color: #000;
    text-decoration: none;
}

.tableui thead th a:hover {
    color: #000;
    text-decoration: underline;
    cursor: pointer;
}

.tableui tbody td {
    padding: 10px;
    border-left: 1px solid #DDD;
    border-top: 1px solid #DDD;
    text-align: center;
    word-wrap: break-word;
}

.tableui tbody tr:hover {
    background-color: #f5f5f5;
}

.tableui tbody tr th:hover {
    background-color: #fff;
}

.btn {
    background: none repeat scroll 0 0 #36a9e1;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    margin: 5px 20px 5px 0;
    padding: 6px 12px;
}

.inputnormal {
    border: none;
    background: white;
    outline: none;
}

.inputonlybottom {
    border-style: none;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: black;
    background-color: transparent;
    word-wrap: break-word;
    outline: none;
}

.inputhidden {
    background-color: transparent;
    word-wrap: break-word;
    outline: none;
    height: 25px;
    border: none;
    border-bottom: 1px solid #453a3a;
}

.width200 {
    width: 196px;
}

.width157 {
    width: 156px;
}

.width1060 {
    width: 1060px;
}

.width183 {
    width: 183px;
}

.width330 {
    width: 330px;
}

.width860 {
    width: 860px;
}

.normaltext {
    font-size: 13px;
    outline: none;
    background-color: #eef8ff;
    border: 1px solid #d5dce2;
    border-radius: 10px;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
}

.normalinputlabel {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    height: 30px;
    line-height: 28px;
    text-align: right;
}

.common_boder {
    border: 1px solid #ddd;
    min-height: 200px;
}

.addlink {
    background-image: url("/resources/images/icon/add.png");
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-bottom: 2px;
}

.deletelink {
    background-image: url("/resources/images/icon/delete.png");
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-bottom: 2px;
}