﻿* {
    margin:0;
    padding:0; 
    border:0; 
    line-height:0; 
    white-space:nowrap; 
    vertical-align:middle;
    color:#382E1F; 
    font-size:14px; 
    font-family:Microsoft YaHei,SimSum,Arial,Verdana,Sans-serif;
}
body {
    background-image:url(about:blank); 
    background-attachment:fixed;
    background-color:#F8F8F8;
}
a img {
    width:18px; 
    height:18px;
}
a:link, 
a:visited {
    color:#3069C8; 
    text-decoration:none; 
}
a:hover, 
a:active {
    color:#FF6600; 
    text-decoration:underline; 
}
a.nodeSel {
    background:#3069C8; 
    color:#FFFFFF; 
}
.dtree {
    z-index:-1;
    position:absolute;
    padding:30px 4px 24px 8px;
}
.dTreeNode {
    height:18px; 
    overflow:hidden; 
}
.dTreeNode img {
    margin-right:2px;
}
#NavHeader {
    position:fixed;
    top:0;
    width:100%;
    background:#EDF7F9;
    border-bottom:solid #B2B2B2 1px;
    padding:2px 2px 2px 8px;
}
#NavFooter {
    position:fixed;
    bottom:0;
    width:100%;
    height:1em;
    background:#EDF7F9;
    border-top:solid #B2B2B2 1px;
    padding:1em 2px 2px 2px;
    font-size:12px;
    text-align:center;
    -webkit-text-size-adjust:none;
}
#NavHeader {
    _position:absolute;
    _bottom:auto;
    _top:expression(eval(document.documentElement.scrollTop));
}
#NavFooter {
    _position:absolute;
    _bottom:auto;
    _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}
/* IE6兼容代码 
#Content {
    _position:absolute;
    _height:100%;
    _overflow:auto;
}
#.dtree {
    z-index:0;
}
*/

