.tcTab {
  background-image:url(buttons/controlTab.gif);
  background-repeat: repeat-x;
  background-position: top;
  width: 100%;
  height: 26px;
  color: black;
  font-size: 11px;
}
.tcSelectedTab {
  background-image:url(buttons/selectedTab.gif);
  background-repeat: repeat-x;
  background-position: top;
  float: left;
  height: 26px;
  font-weight: bold;
}
.tcSelectedTabLeft {
  background-image:url(buttons/selectedTab_l.gif);
  background-repeat: no-repeat;
  background-position: top left;
  float: left;
  height: 26px;
}
.tcSelectedTabRight {
  background-image:url(buttons/selectedTab_r.gif);
  background-repeat: no-repeat;
  background-position: top right;
  float: left;
  height: 16px;
  padding: 5px;
}

.tcHiddenTab {
  background-image:url(buttons/hiddenTab.gif);
  background-repeat: repeat-x;
  background-position: top;
  float: left;
  height: 26px;
}
.tcHiddenTabLeft {
  background-image:url(buttons/hiddenTab_l.gif);
  background-repeat: no-repeat;
  background-position: top left;
  float: left;
  height: 26px;
}
.tcHiddenTabRight {
  background-image:url(buttons/hiddenTab_r.gif);
  background-repeat: no-repeat;
  background-position: top right;
  float: left;
  height: 16px;
  padding: 5px;
  cursor: pointer;
}
