/* $Id: halfmoontabsM.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
  --------------------------------------------------*/
ul.tabbernav
{
padding: 3px 9px 2px 5px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana, sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 1px solid #929492;
}

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

ul.tabbernav li a
{
 border-bottom: none;

text-decoration: none;
padding: 3px 9px 2px 5px;
margin: 0;
margin-right: 1px; /*distance between each tab*/
border-left: 1px solid gray;
color: black;
font-size: 13px;
background: #e5febc url(media/halfmoontab.gif) top right no-repeat;
}

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

ul.tabbernav li a:hover
{
 color: #000;
 border-color: #227;

  background-color: #c8e181;
}

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

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

/*--------------------------------------------------
  .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-color: #c8e181;

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

}


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

H1 	{ 
	text-align: right;
	font-size: large;
	}
	
H2 	{ 
	text-align: right;
	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;
	}


