/* VMRC VSRFDF Style 10/14/2009 */

/* for main tags see mrc.css this is for special VSRFDF only */

/*  colors for span: black and gold.  colors for table sections - header dodger blue & peachpuff - odd white & black - even light blue & black */

#notes a span
      {
      display: none;
      }

#notes a:hover, a:visited:hover
     {
     color: #008b8b;  
     visibility: inherit;
     }

#notes a:hover span
      {
      display: block;
      position: relative;
      float: left;
      text-align: left; 
      font:  bold 12px sans-serif; 
      padding: 5px 10px; 
      margin: 0 0 1px; 
      border-width: 0; 
      text-decoration: none;
      color: #ffd700; 
      background-color: #000000;
      z-index: 100;
      width: 95%;
      }

#projectlist tbody tr.head td
  {
  background-color: #1e90ff;
  color: #ffdab9;
  text-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  }

#projectlist tbody tr.odd td
  {
  background-color: #fff5ee;
  padding: 5px;
  
  }

#projectlist tbody tr.even td
  {
  background-color: #87cefa;
  padding: 5px;
  
  }

/* colors for boxpunch - within notes - light blue background with black content text - italic bold dodger blue punches */

#content
  {
  border: 1px solid #ffffff;
  background-color: rgb(200,250,400);
  }

#content h4
  {
  text-align:left;
  }

#content2
  {
  border: 1px solid #ffffff;
  background: url(http://www.mrc.virginia.gov/vsrfdf/images/access/fish_watermark.jpg);
  }

#punch1
  {
  float: left;
  width: 200px;
  text-align: center;
  font-size: 95%;
  font-weight: bold;
  font-style: italic;
  background: #ffffff;
  color: #1e90ff;
  border: solid #ffffff 1px;
  border-width: 0 1px 1px 0;
  padding: 0 10px 5px 0;
  margin: -1px 5px 10px -1px;
  position: relative;
  }

#punch1 img
  {
  width: 200px;
  }

#punch2
  {
  float: right;
  width: 200px;
  text-align: center;
  font-size: 95%;
  font-weight: bold;
  font-style: italic;
  background: #ffffff;
  color: #1e90ff;
  border: solid #ffffff 1px;
  border-width: 1px 0 1px 1px;
  padding: 10px 10px 10px 10px;
  margin: 10px -5px 10px 5px;
  position: relative;
  }

#punch2 img
  {
   width: 200px;
  }

#punch3
  {
  float: center;
  width: 200px;
  text-align: center;
  font-size: 95%;
  font-weight: bold;
  font-style: italic;
  background: #ffffff;
  color: #1e90ff;
  border: solid #ffffff 1px;
  border-width: 1px 0 1px 1px;
  padding: 10px 10px 10px 10px;
  margin: 10px 10px -5px -1px;
  position: relative;
  }

#punch3 img
  {
   width: 200px;
  }



