html,body {
  margin:0;
  padding:0;
  height:100%;
  width:100%;
}

table.full-height {
  height:100%;
  width:100%;
  border:none;
}

li.out {
    list-style-type: square;
    list-style-position: outside;
}

li.in {
    list-style-type: circle;
    list-style-position: inside;
}

#scrollbar_container {
    position:relative;
    width:355px;
}

#scrollbar_track {
    position:absolute;
    top:0;
    right:0;
    height:100%;
    width:8px;
    background-color:#e3e3e3;
    cursor: default;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    opacity:0.9;
    -moz-opacity:0.9;

}

#scrollbar_handle {
    width:8px;
    background-color:#000000;
    cursor: default;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    opacity:0.9;
    -moz-opacity:0.9;
}

#scrollbar_content {
    overflow:hidden;
    width:340px;
    height:320px;
    text-align:justify;
    font-size: 12px;
    font-family: arial, sans-serif;
}
