.TabSet {
  clear:              both;
  position:           relative;
  width:              100%;
  display:            inline;
  margin:              7px -3px 0px 8px;
  float:              left;
  padding:            3px 3px 0px 3px;
  border:             0px;
  z-index:            2;
  white-space:        nowrap;
  text-decoration:none;
}

.Tabset a.Tab,
.Tabset a.Tab_sel { text-decoration:none; }

.TabPage {
  clear:              both;
  border:             2px solid #868668;
  background:         #3F3F31;
  z-index:            1;
  position:            relative;
  padding:            5px;
  width:              100%;
  text-decoration:none;
}

.TabPage td { padding:2px; padding-left:5px; margin:0px; font-size:11px; }
.TabPage th { text-align:left; padding:0px; margin:0px; padding-left:4px; font-size:12px; color:#FFFFFF; background-color:#868668; }

.Tab {
  width:              70px;
  height:              16px;
  align:              center;
  background-image:   url(/p-httpd/_style/images/tabs/tab.gif);
  background-repeat:  no-repeat;
  position:            relative;
  top:                1px;
  display:            inline;
  float:              left;
  overflow:            hidden;
  cursor:              Default;
  margin:              1px -1px 1px 2px;
  padding:            2px 0px 0px 0px;
  border:              0;
  z-index:            1;
  white-space:        nowrap;
  text-align:          center;

  font-size:10px;
  color:#FFFFFF;
  text-decoration:none;
  font-weight:bold;
}

.Tab:hover, .Tab a:hover {
  background-image: url(/p-httpd/_style/images/tabs/tab.hover.gif);
}

.Tab_sel {
  width:              74px;
  height:              20px;
  align:              center;
  background-image:   url(/p-httpd/_style/images/tabs/tab.active.gif);
  background-repeat:  no-repeat;
  position:            relative;
  display:            inline;
  float:              left;
  z-index:            3;
  padding:            2px 0 0px 0;
  margin:              1px -7px -3px 0px;
  top:                -1px;
  white-space:        nowrap;
  text-align:          center;

  font-size:10px;
  color:#FFFFFF;
  text-decoration:none;
  font-weight:bold;
}

.Tab_disabled {
  width:              70px;
  height:              16px;
  align:              center;
  background-image:   url(/p-httpd/_style/images/tabs/tab.disabled.gif);
  background-repeat:  no-repeat;
  position:            relative;
  top:                1px;
  display:            inline;
  float:              left;
  overflow:            hidden;
  cursor:              Default;
  margin:              1px -1px 1px 2px;
  padding:            2px 0px 0px 0px;
  border:              0;
  z-index:            1;
  white-space:        nowrap;
  text-align:          center;

  font-size:10px;
  color:#666666;
  text-decoration:none;
  font-weight:bold;
}
