body {
  background:#fff;
  margin:0;
  padding:0;
  color:#000;
  font:x-small/1.5em Georgia,Serif;
  voice-family: "\"}\""; voice-family:inherit;
  font-size:small;
  } html>body {font-size:small;}

#tabheader {
  float:left;
  width:100%;
  background:#DAE0D2 url("/core/images/tabs/bg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
  }
#tabheader ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#tabheader li {
  float:left;
  background:url("/core/images/tabs/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  border-bottom:1px solid #765;
  }
#tabheader a {
  float:left;
  display:block;
  background:url("/core/images/tabs/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tabheader a {float:none;}
/* End IE5-Mac hack */
#tabheader a:hover {
  color:#333;
  }
#tabheader #current {
  background-image:url("/core/images/tabs/left_on.gif");
  border-width:0;
  }
#tabheader #current a {
  background-image:url("/core/images/tabs/right_on.gif");
  color:#333;
  padding-bottom:5px;
  }
