/* JTABBER STYLESHEET 

Browser Compatibility: IE 6, IE 7, IE 8, CHROME, FIREFOX, SAFARI 

Color Scheme:
------------------
DARK BROWN = color:#190602;
DARK RED = color:#27110c;
TAN = color:#ddc9a9;
TEXT TAN = color:#ccb590;
DARK TAN = color:#988879;
WHITE = color:#bab3aa;
ORANGE = color:#d55f00;
GREEN = color:#405215;
------------------

Developers:
**********************************
Jessica Dooley
email: jessica.dooley@rezstream.com
website:http://rezstream.com
**********************************
----------------------------------------------------------------*/

/* =start / DO NOT EDIT BELOW THIS LINE
----------------------------------------------------------------*/

#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:#405215;
border:1px solid #ddc9a9;
color:#fff !important;
text-decoration:none;
font-size:9px;
/*font-weight:bold;*/
margin:0 -1px 0 0;
padding:4px 16px;
outline:none;
}

#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;
border-bottom:none !important;
text-decoration:none;
outline:none;
}

.hiddencontent {
padding:12px;
/*border-top:1px solid #ddc9a9;*/
margin-bottom:40px;
display:none;
}

.clear {
clear:both;
}
	

/* =end / DO NOT EDIT ABOVE THIS LINE
----------------------------------------------------------------*/