/* $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
  
  padding: 3px 0;
  background-color: red;
  --------------------------------------------------*/

ul.tabbernav
{
 margin:0;
 border-bottom: 0px solid #EEEEEE;
 font: 11px Verdana, sans-serif;
 letter-spacing: 0.1em;
 background-color: #FFFFFF;
 width:100%;
 }



/*--------------------------------------------------
 display: inline;

 padding:3px 0px 3px 0px; 
--------------------------------------------------*/

ul.tabbernav li
{
 float:left;
 display: inline;	
 list-style: none;
 /*padding:0px 3px 0px 3px; */
/*margin-left:0px;*/
margin:0px 3px 0px 3px; 

background: #DDDDDD;
/*background: #BCE url(http://www.iwoorx.com/images/white_corners.gif) no-repeat top left;*/
 text-align: center;
 width:15%;
}

/*--------------------------------------------------
 padding-left: 1em;
 padding-right:1em;
 url(http://www.iwoorx.com/images/right_tabber_corner.gif)

 padding:3px 0px 3px 0px; 
--------------------------------------------------*/

ul.tabbernav li a
{
display:block;
position:relative;
 margin-left: 0px;
 padding:6px 0px 6px 0px; 
 border-left: 0px solid #FFFFFF;
border-bottom: none;
background: #BCE;
 /*background:  #BCE url(http://www.iwoorx.com/images/left_white_corner.gif) no-repeat top right;*/ 
 /* background:  #BCE url(http://www.iwoorx.com/images/white_corners.gif) no-repeat top right;*/
 text-decoration: none;
 width:100%;
}

ul.tabbernav li a:link { 
	color: #000000; 
    width:100%;
	align:center;
	}
ul.tabbernav li a:visited { 
	color: #000000; 
       width:100%;
    align:center;
	}

ul.tabbernav li a:hover
{
 color: #000000;
 border-color: #FFFFFF;
 border-bottom: 1px solid #DDDDDD;
 text-decoration: underline;
background: #DDDDDD; 
  /*background: #DDDDDD url(http://www.iwoorx.com/images/white_corners.gif) no-repeat top right;*/
 letter-spacing: 0.1em;

}

ul.tabbernav li.tabberactive 
{
/*background: url(http://www.iwoorx.com/images/white_corners.gif) no-repeat top right;*/
}

ul.tabbernav li.tabberactive a
{
background: #DDDDDD;	
/*background: #DDDDDD url(http://www.iwoorx.com/images/white_corners.gif) no-repeat top right;*/
border-bottom: 1px solid #DDDDDD;
color: #000000;
letter-spacing: 0.1em;
}


ul.tabbernav li.tabberactive a:link
{
 color: #000000;

}

ul.tabbernav li.tabberactive a:visited
{
 color: #000000;
}


ul.tabbernav li.tabberactive a:hover
{
 color: #000000;
 /*background: #DDDDDD url(http://www.iwoorx.com/images/white_corners.gif) no-repeat top right;*/
 border-bottom: 1px solid #DDDDDD;
 border-top: 0px solid #448;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
   background: #000000 url(http://www.appareltrak.com/images/top_emb_black.gif) top left repeat-x; 
--------------------------------------------------*/
.tabberlive .tabbertab {
 position:relative;
 float:left;
 top:0px;
 padding:0px;
 border:0px solid #aaa;
 /*background: #DDDDDD url(http://www.iwoorx.com/images/white_corners.gif) no-repeat top right; */
 background: #FFFFFF url(http://www.iwoorx.com/images/tabber_mainbg_khaki.jpg) repeat-x; 
 border-top:0px solid #64D8D8;
 vertical-align:top;
 

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

height:55px;
/*height:800px;*/

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

/*overflow:auto;*/
overflow:hidden;

}

/* 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#tab3 {  */
/* height:60px;   */
/*overflow:auto;*/
/* overflow:hidden; */
/*} */

/*.tabberlive#tabbertab_1 { */
 /*color:#9900CC; */
 /*background-color:#9900CC; */
/*overflow:auto;*/
 /*overflow:hidden; */

/*}  */




