/* $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!
  --------------------------------------------------*/
h2 { font-size:10px;}

#r_sidebar .tabberlive .tabbertabhide, #l_sidebar .tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
#r_sidebar .tabber  { 
  font-size:11px;

  padding: 5px 5px 3px 5px; 
  margin-bottom: 35px; 
  width: 300px;
  float: right;
}

#l_sidebar .tabber { 
  font-size:10px;
  padding: 5px 5px 3px 2px; 
  margin-bottom: 35px; 
  width: 110px;
  float: right;
}


#r_sidebar.tabberlive, #l_sidebar.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
#r_sidebar ul.tabbernav
{
 margin:0;
 padding: 1 0;
 background: #FFFFFF;
}

#l_sidebar ul.tabbernav
{
 margin:0;
 padding: -1 0;
 background: #FFFFFF;
}

#r_sidebar ul.tabbernav li, #l_sidebar ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
  font-size:12px;
}

#r_sidebar ul.tabbernav li a 
{
 padding: 3px 0.5em;
 margin-right: 3px;
 border-bottom: none;
 background: #1b77c0; /*d5e4fd; */
 text-decoration: none;
 color: #FFFFFF;
 text-transform:uppercase;
}

#l_sidebar ul.tabbernav li a
{
 padding: 3px 0.5em;
 /*margin-right: 1px;*/
 border-bottom: none;
 background: #1b77c0; /*d5e4fd; */
 text-decoration: none;
 color: #000000;
 text-transform:uppercase;
 font-size:10px	;
}

#r_sidebar ul.tabbernav li a:link, #l_sidebar ul.tabbernav li a:link {}
#r_sidebar ul.tabbernav li a:visited, #l_sidebar ul.tabbernav li a:visited { }

#r_sidebar ul.tabbernav li a:hover, #l_sidebar ul.tabbernav li a:hover
{
 color: #000;
 background: #efefef;

}

#r_sidebar ul.tabbernav li.tabberactive a, #l_sidebar ul.tabbernav li.tabberactive a
{
 background: #efefef;
 color: #000000;
}

#r_sidebar ul.tabbernav li.tabberactive a:hover, #l_sidebar ul.tabbernav li.tabberactive a:hover
{
 color: #333;
 background: #efefef;

}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
#r_sidebar .tabberlive .tabbertab, #l_sidebar .tabberlive .tabbertab {
 padding:0;
 border-top:0;
 background:#efefef;
 margin-bottom:10px;
 font-size:12px;


 /* 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 */
#r_sidebar .tabberlive .tabbertab h2, #l_sidebar .tabberlive .tabbertab h2 {
 display:none;
  font-size:11px;
}
#r_sidebar .tabberlive .tabbertab h3, #l_sidebar .tabberlive .tabbertab h3 {
 display:none;
 
}

/* Example of using an ID to set different styles for the tabs on the page */
#r_sidebar .tabberlive#tab1, #l_sidebar .tabberlive#tab1 {
}
#r_sidebar .tabberlive#tab2, #l_sidebar .tabberlive#tab2 {
}
#r_sidebar .tabberlive#tab2 .tabbertab, #l_sidebar .tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

#r_sidebar .tabbertab p, #l_sidebar .tabbertab p 
{ 
padding-bottom:10px; line-height:140%; 
}

#r_sidebar .tabbertab ul, #l_sidebar .tabbertab ul { padding:0; margin:0; background:#efefef;}

#r_sidebar .tabbertab ul li { padding: 4px 0 4px 0; }

#l_sidebar .tabbertab ul li { padding: 2px 0 2px 0; }
/* #sidebar .tabbertab ul li { background:url(images/bullet.gif) no-repeat 0 5px; padding-left:24px; border-bottom:1px solid #fff;}  */

#r_sidebar .tabbertab ul li { 
   background:#efefef;
   padding-left:24px; border-bottom:1px solid #fff;
 }

#l_sidebar .tabbertab ul li { 
   background:#efefef;
   padding-left:7px; 
   padding-right:3px; 
   border-bottom:1px solid #fff;
   font-size:10px;
 }
