/* $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 {
	z-index:20;
	text-align:left;
	display:none;
	content: align;
	float: left;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
 z-index:20;
}
.tabberlive {
 margin-top:231px;
 margin-left:223px;
 z-index:20;
 text-align:left;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 width:707px;
 margin:0;
 padding: 3px 0;
 padding-right: 1px;
 padding-left: -1px;
 border-bottom: 1px solid #999999;
 font: 11px Verdana, sans-serif;
 text-align:left;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0px;
 width: 124px;
 display: inline;
 text-align:left;
}

ul.tabbernav li a
{
 padding: 4px 3.2em;
 margin-left: 2px;
 margin-right: 2px;
 border: none;
 border-bottom: none;
 background: none;
 text-decoration: none;
 text-align:left;
}

ul.tabbernav li a:link { color: #003399; text-align:left; }
ul.tabbernav li a:visited { color: #003399; text-align:left; }

ul.tabbernav li a:hover
{
 color: none;
 background: none;
 border-color: none;
 text-align:left;
}

ul.tabbernav li.tabberactive a
{
	color: #666666;
	background: none;
	border-bottom: 4px solid #fff;
	background-repeat: no-repeat;
	background-position: visible;
	text-align:left;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #003399;
 background: none;
 border-bottom: 4px solid #fff;
 text-align:left;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 width:700px;
 height:300px;
 padding:3px;
 border:1px solid #003399;
 border-top:0;
 z-index:20;
 position:absolute; 
 visibility:visible;
 text-align:left;
 overflow:auto;

 /* 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;
 text-align:left;
}
.tabberlive .tabbertab h3 {
 display:none;

}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
text-align:left;
}
.tabberlive#tab2 {
	margin:3px;
	margin-right:3px;
	margin-left:1px;
	word-spacing: normal;
	text-align:left;
}
.tabberlive#tab2 .tabbertab {
}
.tabberlive#tab3 {
}
.tabberlive#tab4 {
}
.tabberlive#tab5 {
}
