*/ CHANGE */

.tabberlive {
  border: solid #792944 2px;
}

ul.tabbernav {
  background-image: url('/images/recent-green.png');
  background-color: #1AB042;
}

ul.tabbernav li a
{
  border-left: 2px #1AB042 solid;
  border-right: 2px #1AB042 solid;
  border-top: 2px #1AB042 solid;
}

ul.tabbernav li a:link {
  background-color: #1AB042;
}

ul.tabbernav li.tabberactive a {
  color: #1AB042;
  border-left: 2px #1AB042 solid;
  border-right: 2px #1AB042 solid;
  border-top: 2px #1AB042 solid;
}

.tabbertab ul li { 
  list-style: disc url(/images/slashes-green.png) outside;
}

ul.tabbernav li.tabberactive a {

}

/* lighter color */

ul.tabbernav li a:hover
{
 color: #DC9CA9;
}

ul.tabbernav li.tabberactive a:hover
{
  color: #009D2A;
}

.tabbertab a {
  color: #009D2A;
  border-bottom: dotted 1px #009D2A;
}

ul.tabbernav li a:link {
  background-color: #009D2A;
}

.tabberlive .tabbertab {
/* border around content in box */
  border-left: solid #009D2A 2px;
  border-right: solid #009D2A 2px;
  border-bottom: solid #009D2A 2px;
}

/* SAME */

.tabberlive .tabbertabhide {
  display: none;
}

.tabber { 
  font-size: 9px;
}

ul.tabbernav {
  padding-top: 39px;
  text-align: center;
  background-repeat: no-repeat;
  height: 21px;
}

ul.tabbernav li
{
  display: inline;
}

ul.tabbernav li a
{
  font-family: "Gill Sans", Arial, sans-serif;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 6px;
  padding-right: 6px;
  /* spacing between tabs */
  margin: 5px;
  border-bottom: none;
  text-decoration: none;
  color: white;
}

ul.tabbernav li a:link {
  border-left: 2px white solid;
  border-right: 2px white solid;
  border-top: 2px white solid;
}

ul.tabbernav li a:visited { }

ul.tabbernav li.tabberactive a {
  background-color: white;
/* highlighted post */
  border-left: solid #A0B7A6 2px;
  border-right: solid #A0B7A6 2px;
  border-top: solid #A0B7A6 2px;
  border-bottom: solid white 2px;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/

.tabberlive .tabbertab {
  padding: 5px;
  border-top: 0;
  background-color: white;
}  

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
  display: none;
}

.tabberlive .tabbertab h3 {
  display: none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}

.tabberlive#tab2 {
}

.tabberlive#tab2 .tabbertab {
  height: 200px;
  overflow: auto;
}

.tabbertab p { 
  padding-bottom: 10px; 
  line-height: 140%; 
}

.tabbertab ul { 
  padding: 0; 
  margin-top: 7px;
}

.tabbertab ul li { 
  font-size: 11px;
  margin-left: 20px; 
  margin-bottom: 10px;
}

.tabbertab a {
  text-decoration: none;
  font-family: Arial;
}

.tabbertab a:hover {
  border-bottom: none;
}

.tabbertab ul li { 

} 