div.GHPTab-container
{
  clear: both;
  padding: 0;
  position: relative;
}

div.GHPTab-container div.GHPTab-container-title
{
  position: relative;
  width: 100%;
  background-image: url(TabShadow-right-edge.gif);
  background-position: top right;
  background-repeat: repeat-y;
  background-color: #2a5349;
}

div.GHPTab-container div.GHPTab-container-title-main
{
  background-image: url(GHPTab-top.gif);
  background-position: top left;
  background-repeat: repeat-x;
  margin-right: 10px;
  padding: 2px 30px 2px 0.5em;
}

div.GHPTab-container div.GHPTab-container-title-main *
{
  color: White;
}

div.GHPTab-container div.GHPTab-container-title-corner
{
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 25px;
}

div.GHPTab-container div.GHPTab-container-title-shadow
{
  position: relative;
  width: 100%;
  height: 8px;
  background-image: url(TabShadow-bottom-edge.gif);
  background-position: top left;
  background-repeat: repeat-x;
}

div.GHPTab-container div.GHPTab-container-title-shadow-left
{
  position: absolute;
  left: 0;
  top: 0;
}

div.GHPTab-container div.GHPTab-container-title-shadow-right
{
  position: absolute;
  right: 0;
  top: 0;
}

div.GHPTab-container div.GHPTab-container-content
{
  margin-left: 0.5em;
  margin-right:0.5em;
}
