/*
	Project: 2008 OKARKSkywarn redesign
	Created: 09/8/2007 Steve Bluford
*/

a.tab {
  color: #ffffff;
  border: 2px solid #1B7056;
  border-bottom-width: 2px;
  padding: 2px 1em 2px 1em;
  position: relative;
  text-decoration: none;
  top: 3px;
  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;
}
