body { 
  margin:0 ;
  padding: 0;
 }

#tabheader {
  float:left;
  width:100%;
  }
#tabheader ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#tabheader li {
  float:left;
  margin:0;
  padding:0 0 0 9px;
  }
#tabheader a {
  float:left;
  display:block;
  padding:5px 15px 4px 6px;
  white-space:nowrap;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tabheader a {float:none;}
/* End IE5-Mac hack */

#tabheader #current {
  border-width:0;
  }
#tabheader #current a {
  padding-bottom:5px;
  white-space:nowrap;
  }
  
.opacsavelistnumbersign {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display:block;
    width: 30px;
    height: 20px;
    line-height: 20px;
    color: #FFFFFF;
    background-color: #ADB5DC;
    font-size: 7pt;
    border-radius: 50%;
    text-align: center;
}
