
/******************************* TAB STYLE************************************/


div.tabBox {}

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

a.tab {
  background-color: #DEDACE;
  border: 1px solid #303030;
  border-bottom-width: 0px;
  border-color: #666666;
  -moz-border-radius: .75em .75em 0em 0em;
  border-radius-topleft: .75em;
  border-radius-topright: .75em;
  padding: 5px 3em 5px 3em;
 font-weight:bold;
  text-decoration: none;
 font-size:85%;
   top: 1px;
  z-index: 100;
}



a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color:#DEDACE;
  border-color: #303030;
  color:#303030;
font-weight:bold;
  font-size:85%;
}

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

div.tabMain {
  background-color:  white;
  border: 2px solid #666666;
  border-color: #666666;
  -moz-border-radius: 0em .5em .5em 0em;
  border-radius-topright: .5em;
  border-radius-bottomright: .5em;
  padding: .5em;
  position: relative;
  z-index: 102;
font-weight:bold;
}



