/* $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 {

}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0px 0px 0px 0px;
 padding:10px 0px 0px 0px;
 font-family:Arial, Verdana, sans-serif;
 font-size:10px;
 /*font-weight:bold*/
 }

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display:inline;
 padding:0px 0px 0px 0px;
 }

ul.tabbernav li a
{
 padding:2px 2px 0px 3px;
 margin: 0px 2px 0px 0px;
 background: #ececec;
 text-decoration: none;
 border-left: 1px solid #c0c0c0;
 border-top: 1px solid #c0c0c0;
 border-right: 1px solid #c0c0c0;
 display:inline-block; 
 color: #5f5f5f;  
}

ul.tabbernav li a:link, a:visited  { 

font-family:Arial, Helvetica, sans-serif;
 font-size:10px;
font-weight:bold; }
 
ul.tabbernav li a:hover
{
 color: #FFF;
 background-color:#cacaca;
}


ul.tabbernav li.tabberactive a
{
background-color: #fff;
color: #000;
z-index: 100;


}

ul.tabbernav li.tabberactive a
{
border-bottom: 1px #fff solid;
margin-bottom: -1px;

}



/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding: 5px;
 background: #FFFFFF;
 margin-top: 0px;
 border:1px solid #c0c0c0;
  width:228px;
 }
 


.tabbertab li {
list-style: none;
border-bottom: 1px dotted #6e6e6e;
}

.tabbertab a {
	color: #1F1F1F;
	font-size: 10px;
	font-weight:normal;
}
.tabbertab a:visited {
	color: #1F1F1F;
	font-size: 10px;
	font-weight:normal;
}
.tabbertab a:hover {
	color: #5F5F5F;
	text-decoration: none;
}
 


 /* 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;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 font-weight:bold;
}
.tabberlive .tabbertab h3 {
 display:none; 
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 font-weight:bold;
  
}

/* 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;
 
}

.tabbertab p { padding-bottom:10px; line-height:140%; }
.tabbertab ul { padding:0; margin:0; }
.tabbertab ul li { padding:3px 0px 3px 0px; color:#5c5c5c; }
.tabbertab ul li { background:url(images/bullet.gif) no-repeat 0 5px; padding-left:0px;} 
