/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
    display        : none;
}


/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
    
}
.tabberlive {
    margin-top      : 1em;
}

.tabbertab {
    padding         : 5px;
    border          : 0px solid #EC7420;
    border-top      : 0;
clear:both;
border-top:1px solid #FB8905;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
    margin          : 0;
    padding         : 3px 0;
    border-bottom   :0px solid #EC7420;
    font            : bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
    list-style      : none;
    margin          : 0px;
    display         : inline;
	text-indent:0px;
	padding:0px;
	
}

ul.tabbernav li a
{
    padding         : 3px 0.5em;
    margin-left     : 3px;
    border          : 1px solid #ADB1AD;
    border-bottom   : none;
    background      : #fff;
    text-decoration : none;
float:left;
}

ul.tabbernav li a:link { color: #666666; }
ul.tabbernav li a:visited { color: #000; }

ul.tabbernav li a:hover
{
    color           : #FB8905;
    background      : #F0F0F0;
    border-color    : #FB8905;
}

ul.tabbernav li.tabberactive a
{
    background-color: #fff;
    border-bottom    : 1px solid #fff;
border-left    : 1px solid #FB8905;
border-top    : 1px solid #FB8905;
border-right: 1px solid #FB8905;
}

ul.tabbernav li.tabberactive a:hover
{
    color            : #000;
    background       : white;
    border-bottom    : 1px solid white;
}
