html, body, div, span, applet, object, p, a, em, img, strong, ol, ul, li, dl, dd, dt, label, h1, h2, h3, h4, h5, h6{
  margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    background: transparent;
}
:focus{
outline: 0;
}
ul{
 list-style: none;
}
ol{
list-style-position: inside; 
}
body, html{
   padding: 0;
    margin: 0;
    font-family: "Bitstream Vera Sans", Tahoma, sans-serif;
    font-size: 9pt;
    color: #000;
    height: 100%;
    background: #FFF;
    line-height: 1;
}
* html #container{
height: 100%;
}
img{
    border: 0;
}
.clear{
    clear: both;
    font-size: 0.3pt;
}
.clearfix:after{
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix{
  display: inline-block;
}
* html .clearfix{
height: 1
}
.tree-context{
z-index:999; 
}