/* $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: 11px arial;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 padding-left: 1px;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 2.0em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #c0bfbc;
 text-decoration: none;
 color: #c0bfbc;
}

ul.tabbernav li a:link { color: #000000; }
ul.tabbernav li a:visited { color: #000000; }

ul.tabbernav li a:hover
{
 color: #000000;
 background: #a4a4a4;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #2f6692;
 border-bottom: 1px solid #258bdd;
 color: #ffffff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: #EAEAEA;
 border-bottom: 1px solid #EAEAEA;
 
}

/*--------------------------------------------------
  .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;
}
/***************************************************/
.listmenu2 {
 margin:0;
 padding:0;
 padding-left:6px;
 font-size:0.7em;
 font-family: arial, sans-serif;
 line-height:1.75em;
 border-bottom:1px solid #aaa;
}
.listmenu2 li {
 margin:0;
 padding:0;
 border:0;
 display:inline;
}
.listmenu2 a {
 display: inline;
 margin:0;
 padding:0.25em 4px 0.25em;
 border: 1px solid #aaa;
 background: #E4F1D2 url(/img/x-gradient.png) repeat-x;
 color:#333;
 text-decoration: none;
 font-weight:normal;
}
.listmenu2 a.here {
 border-bottom: 1px solid #f8f8f8;
 list-style: none;
 display: inline;
 background:#f8f8f8;
 color: #333;
}
.listmenu2 a:hover, .listmenu2 a:link, .listmenu2 a:visited {
 text-decoration:none;
 font-weight:normal;
}
.listmenu2 a:active {
 border: 1px outset black;
 border-bottom: 1px solid #f8f8f8;
 font-weight: normal;
}
.listmenu2content {
 padding:10px;
 padding-left:15px;
 background:#f8f8f8;
 border:1px solid #aaa;
 border-top:0;
}
/***************************************************/
