@CHARSET "UTF-8";

@media Print {
    .noprint {
        display: none;
    }
}

body {
    width: 100%;
    overflow-x: hidden;
}

span.text {
    color: #F00;
    line-height: 34px;
}

.bt {
    font-size: 12px;
    padding: 5px 5px 3px 5px;
    font-weight: bold;
    color: darkred;
}

.BottomInfo {
    font-size: 16px;
    font-family: 楷体_GB2312;
    text-align: left;
    line-height: 1.5;
}

.BottomInfo label {
    font-weight: bold;
}

v\: * {
    behavior: url(#default#VML);
}

@media Print {
    .noprint {
        display: none;
    }
}

.fixed {
    position: absolute;
    bottom: auto;
    clear: both;
    top: expression(eval(document .compatMode &&
                document.compatMode =='CSS1Compat') ?    
                documentElement.scrollTop +(this.clientHeight-35 ):document.body.scrollTop+(this.clientHeight-35 ));
    left: 1px;
}

#PrintToolBar {
    width: 100%;
    position: relative;
    height: 35px;
    margin-top;
    50px;
    background: transparent url(/images/ToolBarBg.gif) left top repeat-x;
    padding: 0px 0px 0px 0px;
    z-index: 2;
    clear: both;
}

#PrintToolBar .toolTop {
    background: url(/images/mainBg.JPG) repeat-x scroll top left;
    vertical-align: top;
    padding: 20px 25px 20px 15px;
}

#PrintToolBar .toolBtm {
    background: url(/images/mainbtmBg.JPG) repeat-x scroll top left;
    vertical-align: top;
    padding: 20px 25px 20px 15px;
}

#PrintToolBar a {
    display: block;
    float: left;
    color: #333;
    height: 25px;
    margin-top: 6px;
    margin-left: 1px;
    margin-right: 1px;
    padding-top: 7px;
    border: 0px solid #000;
    text-decoration: none;
}

#PrintToolBar a img {
    margin: -3px 5px 0px 0px;
}

#PrintToolBar .sealed_outter:link, #PrintToolBar .sealed_outter:visited, #PrintToolBar .sealed_outter:hover {
    padding: 0;
    float: left;
}

#PrintToolBar .sealed_outter:hover {
    display: block;
    height: 25px;
    background: transparent url(/images/middle.gif);
}

#PrintToolBar .sealed_outter:hover .sealed {
    float: left;
    display: block;
    height: 25px;
    background: transparent url(/images/left.gif) no-repeat 0 0;
}

#PrintToolBar .sealed_outter:hover .sealed_inner {
    background: transparent url(/images/right.gif) right no-repeat;
}

#PrintToolBar .sealed_outter:link .sealed_inner, #PrintToolBar .sealed_outter:visited .sealed_inner, #PrintToolBar .sealed_outter:hover .sealed_inner {
    float: left;
    padding: 5px;
    height: 15px;
}

#PrintToolBar .PrintSplitRule, #PrintToolBar .PrintSplitRule:hover {
    height: 14px;
    width: 2px;
    margin: 12px 8px;
    margin-left: 3px;
    margin-right: 3px;
    padding: 0px;
    background: transparent url(/images/t_01.gif) left top no-repeat;
    cursor: default;
}

