﻿/*from brain jar*/
    
div.tabArea {
  
  font-weight: bold;
}


a.tab {
  font-size: 80%;
  background-color: #F7F6F3;
  border: 1px solid #DDDBD5;
  border-bottom-width: 0px;
  padding: 2px 1em 2px 1em;
  text-decoration : none !important ;
}

a.tab, a.tab:visited {
  font-size: 80%;
  color: #808080;
}

a.tab:hover {
  font-size: 80%;
  background-color: #d0d0d0;
  color: #606060;
}




a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color: #e0e0e0;
  color: #000000;
}



