  /* infoBar Mod */
  body
  {
    padding: 0;
    margin: 0;
  }


#informationbar{
position: fixed;
left: 0;
width: 100%;
text-indent: 5px;
padding: 5px 0;
background-color: lightyellow;
border-bottom: 1px solid black;
font: bold 12px Verdana;
}

  #info
  {
    position: fixed;
    left: 0;
    width: 100%;
    text-indent: 5px;
    padding: 5px 0;
    background-color: lightyellow;
    border-bottom: 1px solid black;
    z-index:2;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    float: left;
    text-align:left;
    clear: both;
    color: InfoText;
    background: InfoBackground url(icon_warning.gif) no-repeat fixed .3em .3em;
    padding: .45em .3em .45em 2em;
    border-bottom: .16em outset;
    text-decoration: none;
    cursor: default; 
  }

  #info:hover
  {
    color: HighlightText;
    background: Highlight url(icon_warning_hover.gif) no-repeat fixed .3em .3em;
  }
  #info:hover a
  {
    color: HighlightText;
    background: Highlight url(icon_warning_hover.gif) no-repeat fixed .3em .3em;
  }


  #viewplot
  {
    width: 100%;
    height: expression(this.parentNode.offsetHeight - this.offsetTop);
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 1em;
  }
