div.tabBox {}

div.tabArea {
  width:140px;
  overflow:hidden;
  font-size: 80%;
  font-weight: bold;
  position: absolute;
  padding: 0px 0px 0px 0px;
}

a.tab {
  background-color: #ADD8E6;
  border: 2px solid #000000;
  border-color: #87CEFA;
  border-bottom-width: 0px;
  -moz-border-radius: .75em 0em 0em .75em;
  border-radius-topleft: .75em;
  border-radius-bottomleft: .75em;
  padding-right: 1em;
  padding-left:  1em;
  position: relative;
  float: right;
  text-decoration: none;
  top: 0px;
  z-index: 101;
}

a.tab, a.tab:visited {
  color: #000080;
  font-size: 14px;
}

a.tab:hover {
  background-color: #A0FFFF;
  border-color: #87CEFA;
  color: #000080;
}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color: #87CEFA;
  border-color: #87CEFA;
  color: #000080;
}

a.tab.activeTab {
  top: 0px;
  z-index: 102;
}

div.tabMain {
  background-color: #87CEFA;
  border: 2px solid #000000;
  border-color: #87CEFA;
  -moz-border-radius: 0em .5em .5em .5em;
  border-radius-topright: .5em;
  border-radius-bottomright: .5em;
  padding: .5em;
  position: static ;
  margin-left: 140px;
  z-index: 101;
  min-width:300px;
}

div.tabIframeWrapper {
  width: 100%;
  min-width: 300px;
}

iframe.tabContent {
  background-color: #ADD8E6;
  border: 1px solid #000000;
  border-color: #ADD8E6 #87CEFA #87CEFA #ADD8E6;
  width: 100%;
  height: 50ex;
}

