div.tabBox {}

div.tabArea {
  font-size: 100%;
  font-weight: bold;
  padding: 0px 0px 3px 0px;
}

a.tab {
  background-color: #ffffff;
  border: 2px solid #000000;
  border-bottom-width: 0px;
  border-color: #d2d0ff #909be0 #909be0 #d2d0ff;
  -moz-border-radius: .75em .75em 0em 0em;
  border-radius-topleft: .75em;
  border-radius-topright: .75em;
  padding: 2px 1em 2px 1em;
  position: relative;
  text-decoration: none;
  top: 3px;
  z-index: 100;
  cursor: hand;
}

a.tab, a.tab:visited {
  color: #000000;
}

a.tab:hover {
  background-color: #5353d2;
  border-color: #a4a0f0 #6069b0 #6069b0 #a4a0f0;
  color: #fefefe;
}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color: #ffffff;
  border-color: #a7c8cd #5e8eb2 #5e8eb2 #a7c8cd;
  color: #0f000f;
}

a.tab.activeTab {
  padding-bottom: 4px;
  top: 1px;
  z-index: 102;
}

div.tabMain {
  background-color: #ffffff;
  border: 2px solid #000000;
  border-color: #a7c8cd #5e8eb2 #5e8eb2 #a7c8cd;
  -moz-border-radius: 0em .5em .5em 0em;
  border-radius-topright: .5em;
  border-radius-bottomright: .5em;
  padding: .5em;
  position: relative;
  z-index: 101;
}
