﻿#projectcontent
{
	position:relative;
}

#projectcontent ol
{
	padding:2px 0 6px 27px !important;
	margin:4px 0 0 1px !important;
}



/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
#projectcontent .tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
#projectcontent .tabber {
}
 .tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
#projectcontent ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 
}

#projectcontent ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

#projectcontent ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #CCE7C9;
 text-decoration: none;
font-size: smaller;
}



#projectcontent ul.tabbernav li a:hover
{
 color: #000;
 background: #AABCA8;
 border-color: #227;
font-size: smaller;
}

#projectcontent ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 2px solid #fff;
}

#projectcontent ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
#projectcontent .tabberlive .tabbertab {
 padding:5px;
 border:1px solid #AABCA8;
 border-top:0;
