/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  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;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Arial, Helvetica;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DAC893;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #767561; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #D14656;
 background: #FFFFF;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

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)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 /*border:1px solid #aaa;*/
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* 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;
}

UL, OL, li {margin-bottom: 0px; margin-top: 0px; padding-bottom: 0px; padding-top: 0px;}


TH, TD, P,  {font-family: Arial, Helvetica, Trebuchet MS, Verdana, New York, Geneva, sans-serif;}

  h1         {font-size: 18px; font-weight: 800; text-decoration: none; color: 888776; border-bottom: thin solid #888776; margin-bottom: 5px; display: block; font-family: Arial, Helvetica, Trebuchet MS, Verdana, New York, Geneva, sans-serif;}
  h2         {font-size: 19px; font-weight: 800; text-decoration: none; color: 888776; line-height: 21px; font-family: Arial, Helvetica, Trebuchet MS, Verdana, New York, Geneva, sans-serif;}
  h3         {font-size: 12px; font-weight: 400; color: 888776; text-decoration: none; line-height: 20px; font-family: Arial, Helvetica, Trebuchet MS, Verdana, New York, Geneva, sans-serif;}
 .top-nav	      {font-size: 13px; font-weight: 600; color: 888776; text-decoration: none;      font-family: Arial, Helvetica, Trebuchet MS, Verdana, New York, Geneva, sans-serif;}
A.top-nav:link	  {font-size: 13px; font-weight: 600; color: 888776; text-decoration: underline; font-family: Arial, Helvetica, Trebuchet MS, Verdana, New York, Geneva, sans-serif;}
A.top-nav:active  {font-size: 13px; font-weight: 600; color: 888776; text-decoration: underline; font-family: Arial, Helvetica, Trebuchet MS, Verdana, New York, Geneva, sans-serif;}
A.top-nav:visited {font-size: 13px; font-weight: 600; color: 888776; text-decoration: underline; font-family: Arial, Helvetica, Trebuchet MS, Verdana, New York, Geneva, sans-serif;} 
A.top-nav:hover   {font-size: 13px; font-weight: 600; color: D14656; text-decoration: underline; font-family: Arial, Helvetica, Trebuchet MS, Verdana, New York, Geneva, sans-serif;}

 .top-nav-on	     {font-size: 13px; font-weight: 600; color: D14656; text-decoration: none; font-family: Arial, Helvetica, Trebuchet MS, Verdana, New York, Geneva, sans-serif;}
A.top-nav-on:link	 {font-size: 13px; font-weight: 600; color: D14656; text-decoration: none; font-family: Arial, Helvetica, Trebuchet MS, Verdana, New York, Geneva, sans-serif;}
A.top-nav-on:active  {font-size: 13px; font-weight: 600; color: D14656; text-decoration: none; font-family: Arial, Helvetica, Trebuchet MS, Verdana, New York, Geneva, sans-serif;}
A.top-nav-on:visited {font-size: 13px; font-weight: 600; color: D14656; text-decoration: none; font-family: Arial, Helvetica, Trebuchet MS, Verdana, New York, Geneva, sans-serif;} 
A.top-nav-on:hover   {font-size: 13px; font-weight: 600; color: D14656; text-decoration: none; font-family: Arial, Helvetica, Trebuchet MS, Verdana, New York, Geneva, sans-serif;}

 .top-nav-bars	       {font-size: 12px; font-weight: 600; color: 888776; text-decoration: none; font-family: Arial, Helvetica, Trebuchet MS, Verdana, New York, Geneva, sans-serif;}
A.top-nav-bars:link	   {font-size: 12px; font-weight: 600; color: 888776; text-decoration: none; font-family: Arial, Helvetica, Trebuchet MS, Verdana, New York, Geneva, sans-serif;}
A.top-nav-bars:active  {font-size: 12px; font-weight: 600; color: 888776; text-decoration: none; font-family: Arial, Helvetica, Trebuchet MS, Verdana, New York, Geneva, sans-serif;}
A.top-nav-bars:visited {font-size: 12px; font-weight: 600; color: 888776; text-decoration: none; font-family: Arial, Helvetica, Trebuchet MS, Verdana, New York, Geneva, sans-serif;} 
A.top-nav-bars:hover   {font-size: 12px; font-weight: 600; color: 888776; text-decoration: none; font-family: Arial, Helvetica, Trebuchet MS, Verdana, New York, Geneva, sans-serif;}

 .footer         {font-size:  10px; font-weight: 400; text-decoration: none;      color: 888776; padding: 0px; margin: 0px; font-family: Arial, Helvetica, Trebuchet MS, Verdana, New York, Geneva, sans-serif;}
A.footer:link    {font-size:  10px; font-weight: 400; text-decoration: underline; color: 888776; padding: 0px; margin: 0px; font-family: Arial, Helvetica, Trebuchet MS, Verdana, New York, Geneva, sans-serif;}
A.footer:active  {font-size:  10px; font-weight: 400; text-decoration: underline; color: 888776; padding: 0px; margin: 0px; font-family: Arial, Helvetica, Trebuchet MS, Verdana, New York, Geneva, sans-serif;}
A.footer:visited {font-size:  10px; font-weight: 400; text-decoration: underline; color: 888776; padding: 0px; margin: 0px; font-family: Arial, Helvetica, Trebuchet MS, Verdana, New York, Geneva, sans-serif;}
A.footer:hover   {font-size:  10px; font-weight: 400; text-decoration: underline; color: D14656; padding: 0px; margin: 0px; font-family: Arial, Helvetica, Trebuchet MS, Verdana, New York, Geneva, sans-serif;}
