/*--------------------------------------------------
  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
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid gray;
 font: bold 12px Courier;
 margin-left: 0;

margin-top: 1px;
margin-bottom: 0;

list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

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


ul.tabbernav li a
{

 border-bottom: none;

 text-decoration: none;


padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(media/bluetab.gif) top left repeat-x; /*THEME CHANGE HERE*/
}


ul.tabbernav li a:link { color: #448; }

ul.tabbernav li a:visited { 
color: #2d2b2b;
}

ul.tabbernav li a:hover
{
text-decoration: underline;
color: #2d2b2b;
}

.bluetabs li.selected{
}


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


background-image: url(media/bluetabactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

ul.tabbernav li.tabberactive a:hover
{

text-decoration: none;
}





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

 background: #EEF;


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

height:360px;

 /* 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;
}
.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#tab2 .tabbertab {
 height:250px;
 overflow:auto;
}






/* ######### Style for Drop Down Menu ######### */



* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #edf3f3;
}


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

H1 	{ 
	text-align: center;
	font-size: large;
	 font-weight: bold;
	}
	
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;
	}

