/* Default CSS Stylesheet for a new Web Application project */

  body
  {
    font-size: 9pt; font-family: verdana;
    margin-top:0px;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:0px;
    padding-top:0;
    padding-left:0;
    padding-right:0;
    padding-bottom:0;
    border-top:0;
    border-left:0;
    border-bottom:0;
    border-right:0;
    width:auto;
    background-color:#ffffff;
   
  }
  .MonitorScreen
  {
  color: Fuchsia;
  }
   .TrailScreen
  {
  color: Blue;
  }
   .Help
  {
  color:  Green;
  }
   .invisible
{
    background-color: #FFFFFF;
    color: #FFFFFF;
}
.verysmall
{
    font-size: xx-small;
}
.verysmallReadOnly
{
    border-style: none;
    font-size: xx-small;
}

  td      { font-size: 9pt; font-family: verdana; }
  
  td.bar  { font-size: 12px; font-weight: bold; color: #ffffff; background-color: #21599C; }
  .box    { border: 1px solid #21599c; padding: 8px; }
  td.redbar  { font-size: 12px; font-weight: bold; color: #ffffff; background-color: #ff0000; }
  .redbox    { border: 1px solid #ff0000; padding: 8px; }
  .textbox { border: 1px solid #000000; padding: 2px; }
  a:link, a:active { text-decoration: none; color: #0000ff; }  
  a:visited { text-decoration: none; color: #840084; }
  a:hover   { color:#0000ff; text-decoration: underline; }
  a.top:link, a.top:active {text-decoration: none; color: #ccffff; font-weight: bold; }
  a.top:visited { text-decoration: none; color: #9ACCDC; font-weight: bold; }
  a.top:hover   { color:#ffffff; text-decoration: underline; font-weight: bold; }
 