#iFramebox {
 width: 500px;
 margin-left: 0px;
 margin-top: 10px;
 margin-bottom: 30px;

}


div.tabBox {
  text-decoration: none;
  color: #fff;
  }

div.tabArea {
  font-size: 80%;
  padding: 0px 0px 6px 0px;
}

a.tab {
  background-color: #6e6bbe;
  padding: 3px 1em 12px 1em;
  position: relative;
  text-decoration: none;
  top: 3px;
  z-index: 100;
   color: #fff;

}

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

a.tab:hover {
  background-color: #e6f4ff;
  color: #6e6bbe;

}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color: #e6f4ff;
  color: #6e6bbe;

}

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

div.tabMain {
  background-color: #9070c0;
  border: 1px solid #6e6bbe;
  padding: .1em;
  position: relative;
  z-index: 101;
}

div.tabIframeWrapper {
  width: 100%;
}

iframe.tabContent {
  background-color: #fff;
  width: 100%;
  height: 36ex;
}

iframe.tabContentshort {
  background-color: #fff;
  width: 100%;
  height: 23ex;
}
