

/* Typography */

body {
	font: 1.0em/1.4em "Thesis Sans", "Myriad Pro", "Lucida sans", Verdana, sans-serif;
	font-weight: bold;
	text-align: center;
}

div.loading{
	color: white;
	background-color: #576c36;
	width: 100px;
	font-size: 15;
}

p.note{
	font-size: 12;
	color: #576c36;
	text-align: center;
}


hr{
	background: #576c36;
	color: #576c36;
}

/* Links */

a.article,
a.article:active,
a.article:link {
	text-decoration: none;
	color: #7a974d;
	border-bottom: 1px none;
}

a.article:visited {
	color: #7a974d;
	text-decoration: none;
}

a.article:hover {
	color: #bde2a5;
	border-bottom: 1px none;
	background: #576c36;
}

a,
a:active,
a:link {
	text-decoration: none;
	color: #7a974d;
	border-bottom: 1px dotted;
}

a:visited {
	color: #7a974d;
	text-decoration: none;
}

a:hover {
	color: #576c36;
	border-bottom: 1px solid;
}

li{
	list-style: square;
}

/*--------------------------------------------------
  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: 0px;
	padding: 3px;
	border-bottom: 1px solid #576c36;
/*   font: bold 12px Verdana, sans-serif;*/
	font: 1.2em "Thesis Sans", "Myriad Pro", "Lucida sans", Verdana, sans-serif;
	font-weight: bold;
	
}

ul.tabbernav li
{
 list-style: none;
 margin: 3px;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #576c36;
 border-bottom: none;
 background: #bde2a5;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #576c36; }
ul.tabbernav li a:visited { color: #576c36; }

ul.tabbernav li a:hover
{
	color: #bde2a5;
	background: #576c36;
	border-color: #576c36;
}

ul.tabbernav li.tabberactive a
{
	background-color: #fff;
	border-bottom: 1px solid #fff;
	color: black;
}

ul.tabbernav li.tabberactive a:hover
{
	color: black;
	background: white;
	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 #576c36;
	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;
}

/* 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:100px;
 overflow:auto;
}
