/* JTABBER STYLESHEET 

Color Scheme:
-------------------------
Moss-Green:#7a9348;
Background-Green:#8e9f75;
Text-Brown:#5d472e;
Grey:#B5B4AF;
Content-Tan:#ebe9d6;
Sidebar-Tan:#e1ddbe;
Red:#e92426;
-------------------------

 =start / DO NOT EDIT BELOW THIS LINE
----------------------------------------------------------------*/
#tabbernav {
text-align:center;
}

#tabbernav a, /* hidden tabs */
#tabbernav a:active, 
#tabbernav a:visited,
#tabbernav a:hover,
#tabbernav2 a, /* hidden tabs */
#tabbernav2 a:active, 
#tabbernav2 a:visited,
#tabbernav2 a:hover {
display:block;
float:left;
background:#AF8A46;
color:#ebe9d6 !important;
text-decoration:none;
font-size:11px;
margin-right:4px;
padding:3px 13px;
outline:none;
}

#tabbernav a:hover {
text-decoration:underline;
}

#tabbernav a.selected, /* currently selected tab */
#tabbernav a.selected:active, 
#tabbernav a.selected:visited,
#tabbernav2 a.selected, /* currently selected tab */
#tabbernav2 a.selected:active, 
#tabbernav2 a.selected:visited {
background:none;
color:#462912 !important;
text-decoration:none;
outline:none;
border:1px solid #B5B4AF;
border-bottom:none !important;
}

.hiddencontent {
padding:12px;
margin-bottom:40px;
display:none;
border-top:1px solid #B5B4AF;
}

.clear {
clear:both;
}
	

/* =end / DO NOT EDIT ABOVE THIS LINE
----------------------------------------------------------------*/