﻿body
{
    background-color: #FFFFFF;
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
}
*
{
    font-family: Arial,宋体;
    font-size: 12px;
    color: #5B5B5B;
    SCROLLBAR-FACE-COLOR: #EDEEF0;
    SCROLLBAR-HIGHLIGHT-COLOR: #EDEEF0;
    SCROLLBAR-SHADOW-COLOR: #303740;
    SCROLLBAR-3DLIGHT-COLOR: #ababab;
    SCROLLBAR-ARROW-COLOR: #4e5761;
    SCROLLBAR-TRACK-COLOR: #f4f5f6;
    SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}
span
{
    display: inline-block;
}

a:link, a:visited, a:hover
{
    text-decoration: none;
    color: #CC7609;
}

.aline
{
    text-decoration: underline !important;
}

.aline:hover
{
    text-decoration: underline !important;
    color: #643000 !important;
}
.awhite
{
    text-decoration: none !important;
    color: #ffffff !important;
}
.awhite:hover
{
    text-decoration: none !important;
    color: #CD811C !important;
}

.abrown
{
    text-decoration: none !important;
    color: #643000 !important;
}
.abrown:hover
{
    text-decoration: underline !important;
    color: #CD811C !important;
}


.abrown1 a
{
    text-decoration: underline !important;
    color: #cc7609 !important;
}
.abrown1 a:hover
{
    text-decoration: none !important;
    color: #643000 !important;
}




img
{
    border: 0px;
}
.imgborder
{
    border: 1px solid #CEB6B2;
}

.clear
{
    clear: both;
    width: 0px;
    height: 0px;
    background-color: Transparent;
}


.inputtext
{
    border: solid 1px #A3A2A0;
    height: 18px;
    color: #451C00 !important;
}

.button
{
    border: 0px;
    background-color: #CD811C;
    line-height: 22px;
    height: 22px;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    padding: 0px 10px 3px 10px;
}

.button a, .button a:hover, .button a:visited
{
    color: #ffffff;
    text-decoration: none;
}

.fred
{
    color: #FF0000 !important;
}
.fbrown
{
    color: #643000 !important;
}
.fbrown1
{
    color: #9E874A !important;
}

.fyellow
{
    color: #CC7609 !important;
}

.fwhite
{
    color: #FFFFFF !important;
}
.fgray
{
    color: #999999 !important;
}


.fb
{
    font-weight: bold;
}

.f11
{
    font-size: 11px;
}
.f13
{
    font-size: 13px;
}

.f14
{
    font-size: 14px;
}
.f15
{
    font-size: 15px;
}
.f16
{
    font-size: 16px;
}
.f18
{
    font-size: 18px;
}


.aboutmenuitem
{
    margin: 0px 8px 0px 8px;
    border-bottom: 1px solid #CBB7AE;
    padding: 4px 0px 4px 0px;
}
.panel
{
    border: 1px solid #ceb6b2;
    padding: 5px 10px 5px 10px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
}

.panelcontent
{
    padding:8px;
    height:250px;
    overflow:scroll;
    display:none;
}

.edittable td
{
    padding:5px 10px 5px 0px;
    white-space:nowrap;
}