﻿body {
    font: normal 14px 'Segoe UI',Tahoma;
    /*min-width: 780px;*/
}

#martd {
    /*border-right: 5px solid rgb(189, 209, 103);
    border-left: 5px solid rgb(189, 209, 103);
    background-color: rgba(224, 235, 177, 0.54);*/
}

/*marquee {
    height: 20px;
    -mo-height: auto;
    color: blue;
    background-color: rgba(255, 255, 255, 0.37);
}*/
#header .headright a, #miniheder .headright a {
    text-decoration: none;
}


#header .headright span {
    font-size: 40px;
    font-weight: bold;
    color: white;
    white-space: nowrap;
}


#miniheder .headright span {
    font-size: 25px;
    font-weight: bold;
    white-space: nowrap;
    color: rgb(255, 255, 255);
    background-color: #25C3E6;
    padding: 5px;
    border-radius: 5px;
}

#topictree li {
    margin-right: 5px;
}

#topictree a {
    text-decoration: none;
    color: black;
}

#topictree li > span {
    color: #FF5339;
}

    #topictree li > span:hover {
        margin-right: 0;
    }

#topictree li span {
    line-height: 30px;
    white-space: normal;
}


#sectionpage table {
    width: 100%;
    border: none;
}

    #sectionpage table:first-child td {
        border: none;
    }

#sectionpage th {
    display: none;
}

#sectionpage table fieldset {
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 0;
    border-color: rgb(188, 192, 207);
    border-width: 1px;
    text-align: justify;
    /*margin: 10px 10px 20px 10px;*/
}

.pardiv {
    padding: 10px;
}

#sectionpage .pardiv:after {
    content: '';
    display: block;
    border-color: rgb(231, 233, 243) transparent transparent;
    border-style: solid;
    border-width: 10px;
    position: relative;
}

#sectionpage table fieldset legend {
    margin: 10px;
    padding: 0 10px;
    font-size: 15px;
    font-weight: bold;
    color: #FF5339;
}

#sectionpage .fildiv {
    padding: 20px;
}

#sectionpage .status {
    background-color: #25C3E6;
    padding: 5px;
    font-size: 12px;
}

.status span {
    float: right;
    /*margin: 0 5px;*/
    line-height: 18px;
    color: #5f6368;
}

.status .dataspan {
    display: inline-block;
    /*width: 110px;*/
    min-width: 35px;
    text-align: center;
    background-color: white;
    border-radius: 3px;
    height: 18px;
    margin: 0 1px 0 5px;
    line-height: 17px;
    color: black;
    font-size: 10px;
    padding:0 2px;
}

.status a {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    background-color: #FF5339;
    border-radius: 5px;
    float: left;
    padding: 0 3px;
    color: white;
    height: 20px;
}

#sectionpage :last-child table {
    margin: 0 auto;
    width: auto;
    font-weight: bold;
    background-color: white;
    border-radius: 10px;
    border-spacing: 10px;
}

    #sectionpage :last-child table a {
        color: black;
    }

.errormsg {
    width: 100%;
    position: absolute;
    top: 0;
}

    .errormsg td {
        /*vertical-align: middle;*/
        border: 20px solid #25C3E6;
        text-align: center;
        font-weight: bold;
        border-radius: 20px;
    }

    .errormsg a {
        text-decoration: none;
        color: #FF5339;
    }

    .errormsg span {
        color: #FF5339;
    }



#paging {
    text-align: center;
}

    #paging * {
        margin: 0 1px;
        padding: 0 5px;
    }

    #paging span {
        font-weight: bold;
        display: inline-block;
        padding: 5px 10px;
        background-color: #ff5339;
        color: white;
    }

    #paging a {
        font-weight: bold;
        display: inline-block;
        padding: 5px 10px;
        background-color: #d6e2f1;
        text-decoration: none;
        color: black;
    }

