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

padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;

}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
  
.tabbernav{

width:100%;
font-size: 12px;
line-height:normal;

}
  
  
  
ul.tabbernav
{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

ul.tabbernav li
{
 display: inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}

ul.tabbernav li a
{
 border-bottom: none;
 
float:left;
color: white;
background: black url(media/color_tabs_left.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

ul.tabbernav li a:link { color: white; }
ul.tabbernav li a:visited { color: #EEEEEE; }

ul.tabbernav li a:hover
{
  background-color: #591f20;
 border-color: #227;
}

.tabbernav a span{
float:left;
display:block;
background: transparent url(media/color_tabs_right.gif) no-repeat right top;
padding: 4px 8px 2px 7px;
}

.tabbernav a span{
float:none;
}
/*
.tabbernav a span{
float:none;
}
*/
.tabbernav a:hover{
background-color: #591f20;
}

.tabbernav a:hover span{
background-color: #591f20;
}












ul.tabbernav li.tabberactive a
{

  background-color: #692f30;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #CCCCCC;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the FOLDER 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 */
 background: white;

 height:250px; 

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

 overflow:auto;
}


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



BODY    
        {
        font-family     :       Arial, Verdana, Helvetica, sans-serif; 
	font-size: small;
        background-color: #ffeeee; /* white */
        }

H1 	{ 
	text-align: center;
	font-size: large;
	}
	
H2 	{ 
	text-align: center;
	font-size: large;
	}

.header {font-size: large;
	 font-weight: bold;
        }

TABLE
	{
	font-size: small;
	}

PRE, CODE
	{
	font-family: Courier, fixed;
	}

INPUT 	/* this is for buttons */
	{
	color: black;
	background-color: #ff9900;  /* orange */
	}

INPUT.PLAIN 	/* this is for radio buttons */
	{
	color: black;
	background-color: white;
	}

/* For paragraphs generated as part of a CLIM page, indent all lines other */
/* than the first one.                                                     */
P.ecoparagraph
	{
	margin-left: 2em;
	text-indent: -2em;
	}

/* For paragraphs internal to a comment field, indent the whole thing */
P.ecocomment
	{
	margin-left: 2em;
	}

/* For "subtitles" where we don't want a linebreak afterwards */
B.embeddedSubtitle
	{
	font-weight: bold;
	font-size: large;
	text-decoration: none;
	}

/* Center the buttons that genopath produces as part of a CLIM page (as */
/* opposed to the ones in the signature or in the various forms)        */
.ecobuttons
	{
	text-align: center;
	}


