<!-- Styles based off of Mike Hall's tabs from http://www.brainjar.com -->

div.tabBox {}

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

a.tab {
  background-color: #e0e2eb;
  border: 2px solid #000000;
  border-bottom-width: 0px;
  border-color: #f2f3f9 #c5c7cc #c5c7cc #f2f3f9;
  -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;
}

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

a.tab:hover {
  background-color: #c4c7da;
  border-color: #e3e6f5 #b0b2bf #b0b2bf #e3e6f5;
  color: #000000;
}

a.tab.active, a.tab.active:hover, a.tab.active:visited {
  background-color: #B4B7CA;
  border-color: #d3d6e5 #a0a2af #a0a2af #d3d6e5;
  color: #000000;
}

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

div.tabMain {
  background-color: #B4B7CA;
  border-left: #d3d6e5 2px solid;
  border-top: #d3d6e5 1px solid;
  border-right: #a0a2af 2px solid;
  border-bottom: #a0a2af 2px solid;
  padding: .5em;
  position: relative;
  z-index: 101;
}

div.tabContent {
  background-color: #B4B7CA;
  border: 1px solid #000000;
  border-color: #a0a2af #d3d6e5 #d3d6e5 #a0a2af;
  width: 100%;
  height: 36ex;
  padding-left: 2px;
}