/* $Id: glowtabsM.css,v 1.1 2007/12/07 21:57:31 jmyers 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
  --------------------------------------------------*/
.tabbernav
{ 
float:left;
width:100%;
font-size: 12px;
line-height:normal;
border-bottom: 1px solid #dcc208; /*Add border strip to bottom of menu*/
}

ul.tabbernav
{
list-style-type: none;
margin:0;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
border-bottom: 1px solid #dcc208;
padding:0;
}

ul.tabbernav li
{
 list-style: none;

display: inline;
 margin: 0;
padding:0;

/*border-bottom: 3px solid #dcc208;*/
border-bottom: 3px solid white;

}

.tabbernav a{
float:left;
background:url(media/glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 5px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;


}
.tabbernav a span{
float:left;
display:block;
background:url(media/glowtab.gif) no-repeat right top;
padding: 4px 12px 2px 3px;
font-weight:bold;
color:#3B3B3B;


}





.tabbernav a:hover span {
color: black;
}

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

ul.tabbernav li a:hover
{
 color: #000;
}

ul.tabbernav li.tabberactive a
{
/*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
color: black;


  border-bottom: none;
}

ul.tabbernav li.tabberactive a span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: black;
  border-bottom: none;
}


ul.tabbernav li.tabberactive a:hover
{
 color: #000;
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/

 background: white;
 border-bottom: none;
}

ul.tabbernav li.tabberactive a:hover span
{
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
 border-bottom: none;
}

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

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

  height:150px; 

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



BODY    
        {
        font-family     :       Arial, Verdana, Helvetica, sans-serif; 
	font-size: small;
        background-color: #ffffee; /* 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;
	}


