div.tabBox {}

div.tabArea {
  font-size: 80%;
  font-weight: bold;
  padding: 0px 0px 3px 0px;
}

a.tab {
  background-color: #666666;
  border: 1px solid #666666;
  padding: 2px 1em 2px 1em;
  position: relative;
  text-decoration: none;
  top: 1px;
  z-index: 100;
}

a.tab, a.tab:visited {
  font:9px verdana, helvetica, sans-serif;
  font-weight:bold;
  color: #cccccc;
}

a.tab:hover {
  background-color: #ffffff;
  color: #103E70;
}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color: #ffffff;
  color: #103E70;
}

a.tab.activeTab {
  padding-bottom: 4px;
  top: 2px;
  z-index: 102;
}

div.tabMain {
  background-color: #ffffff;
  position: relative;
  z-index: 101;
}

div.tabIframeWrapper {
  width: 100%;
}

iframe.tabContent {
  background-color: #ffffff;
  border-top: 1px solid #999999; 
  
}