.navBar {
  background-color: white;
  border: 1px solid #2E3F53;
  color: #603000;
  font-size: 8pt;
  margin: 0px;
  padding: 2px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: right;
}
div.tabBox {
  width: 50%;
}

a.tab,a.tabup {
  background-color: #e0e0e0;
  border: 1px solid #2E3F53;
  border-bottom-width: 0px;
  padding: 2px 1em 2px 1em;
  position: relative;
  text-decoration: none;
  top: -2px;
  z-index: 100;
}

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

a.tab:hover,a.activeTab:hover {
  background-color: #fff;
  color: #606060;
}
a.activeTab,a.tabup{
  background-color: white;
  border: 1px solid #2E3F53;
  border-bottom-width: 0px;
  padding: 3px 1em 3px 1em;
  position: relative;
  text-decoration: none;
  top: -1px;
  z-index: 100;
}
div.tabMain {
  background-color: #c0c0c0;
  border: 1px solid #2E3F53;
  padding: 1em;
  position: relative;
  z-index: 101;
}
a.footer   {letter-spacing:1px;font-family:verdana, sans serif;font-size: 8px; text-decoration: none; padding: 2px 1em; position: relative; z-index: 100; top: -1px; border-right: 1px solid #2e3f53; border-left: 1px solid #2e3f53 }
a.footer, a.footer:visited {
  color: #808080;
}
a.footer:hover {
  background-color: #d0d0d0;
  color: #606060;
}
/*a.footer.activeTab, a.footer.activeTab:hover, a.footer.activeTab:visited {
  background-color: #c0c0c0;
  color: #2E3F53;
}*/
a.footer.activeTab {
  z-index: 102;
}

