/*
	Project: 2008 OKARKSkywarn redesign
	Created: 09/8/2007 Steve Bluford
*/

a.tab {
  background-color: #ffffff;
  color: #000000;
  border: 2px solid #134A38;
  border-bottom-width: 0px;
  padding: 2px 1em 2px 1em;
  position: relative;
  text-decoration: none;
  top: -1px;
  height: 25px;
  z-index: 100;
}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  font-weight: bold;
}
a.tab.activeTab {
  z-index: 102;
}

div.tabMain {
  padding: 1em;
  position: relative;
  z-index: 101;
}
