/* h2 { font-size:18pt; color: #0000d0; background-color: transparent; } * */
h2 { color: #0000d0; background-color: transparent; }
table { margin-top:auto; margin-bottom:auto; margin-left:auto; margin-right:auto }
.solidline { height:4pt; background-color:black; }

.updatetable {
   height:100%;
   margin-top:auto;
   margin-bottom:auto;
   background:#800000;
   color:#ffffff;
}

.updatetable.b { color:#ffffff; }

.leftcol {
   position: absolute;
   left: 52%;
   top: 250px;
   width: 46%;
   height: 78%;
   /* overflow: scroll; */
   border-style: none;
}

   .rightcol {
      position: absolute;
      left: 52%;
      top: 250px;
      width: 46%;
      height: 78%;
      /* overflow: scroll; */
      border-style: none;
   }

.footer {
   position: absolute;
   left: 2%;
   top: 82%;
   width: 98%;
   height: 42px;
   border-style: none;
}

.tableft {
   position: absolute;
   left: 10px;
   top: 60px;
   width: 120px;
   /* height: 78%; */
   /* overflow: scroll; */
   border-right-style:solid;
   border-right-width:thick;
   border-right-color:#800000;
   border-bottom-style:solid;
   border-bottom-width:thick;
   border-bottom-color:#800000;
   }

.tablisting { width:850px; }
/* this is the box that the page content goes in */
.tabbox {
   position: absolute;
   left: 160px;
   top: 60px;
   width: 940px;
   height: 78%;
   /* overflow: scroll; */
   border-style: none;
}

/*- Menu Tabs--------------------------- */
   #tabs {
      float:left;
      width:1040px;
      background:#800000;
      font-size:93%;
      line-height:normal;
   }
   #tabs ul {
      margin:0;
      padding:10px 10px 0 50px;
      list-style:none;
   }
      #tabs li {
      display:inline;
      margin:0;
      padding:0;
   }
   #tabs a {
      float:left;
      /* background:url("images/tableft.gif") no-repeat left top; */
      background:#800000;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
   }
   #tabs a span {
      float:left;
      display:block;
      /* background:url("images/tabright.gif") no-repeat right top; */
      background:#800000;
      border-style:ridge;
      border-color:#ffffff;
      border-width:2pt;
      padding:5px 15px 4px 6px;
      color:#ffffff;
   }
   #tabs b span {
      float:left;
      display:block;
      /* background:url("images/tabright.gif") no-repeat right bottom; */
      background:#ffffff;
      border-style:ridge;
      border-color:#dddddd;
      border-width:2pt;
      padding:5px 15px 4px 6px;
      color:#800000;
   }
   /* Commented Backslash Hack hides rule from IE5-Mac \*/
   #tabs a span {float:none;}
   /* End IE5-Mac hack */
   #tabs a:hover span { color:#00ffff; background: #000000; }
   #tabs a:hover { color:#00ffff; background: #000000; }





