div.tabBox {}

div.tabArea {
  font-size: 80%;
  font-weight: bold;
  padding: 0px 0px 3px 0px;
}

a.tab {
  background-color: #cdbd01;
  o: #d0b0ff;
  border: 2px solid #000000;
  border-bottom-width: 0px;
  border-color: black;
  o: #cdbd01;
  o: #f0d0ff #b090e0 #b090e0 #f0d0ff;
  -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: blue;
  o: #8060b0;
}

a.tab:hover {
  background-color: cyan;
  bgold: #a080d0;
  border-color: black;
  o: #c0a0f0 #8060b0 #8060b0 #c0a0f0;
  color: blue;
}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color: yellow;
  old: #9070c0;
  border-color: black;
  o: #b090e0 #7050a0 #7050a0 #b090e0;
  color: black;
}

a.tab.activeTab {
  padding-bottom: 4px;
  top: 1px;
  z-index: 102;
}

div.tabMain {
  background-color: yellow;
  o: #9070c0;
  border: 2px solid #000000;
  border-color: black;
  o: #b090e0 #7050a0 #7050a0 #b090e0 content nagy keret 1px szele;
  -moz-border-radius: 0em .5em .5em 0em;
  border-radius-topright: .5em;
  border-radius-bottomright: .5em;
  padding: .5em;
  position: relative;
  z-index: 101;
}

div.tabIframeWrapper {
  width: 100%;
}

iframe.tabContent {
  background-color: #9070c0;
  border: 1px solid #000000;
  border-color: #7050a0 #b090e0 #b090e0 #7050a0;
  width: 100%;
  height: 1000px;
}

/******************************************************************************
* Additional styles.                                                          *
******************************************************************************/

h4#title {
  background-color: #2b83c4;
  old: #503080;
  border: 1px solid #000000;
  border-color: yellow
  o: #7050a0 #b090e0 #b090e0 #7050a0;
  color: #ffffff;
  oldd: #d0b0ff;
  font-weight: bold;
  margin-top: 0em;
  margin-bottom: .5em;
  padding: 2px .5em 2px .5em;
}


