
/*----------------------------------------------------------------
JTABBER STYLESHEET

Developers:
**********************************
Jessica Dooley
email: jessica.dooley@rezstream.com
website:http://rezstream.com

Kevin Guill
email: kevin.guill@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 {
display:block;
float:left;
background:#7E5330;
border:1px solid #462912;
color:#fff !important;
text-decoration:none;
font-size:10px;
font-weight:bold;
margin-right:2px;
padding:3px 4px;
outline:none;
}

#tabbernav a.selected, /* currently selected tab */
#tabbernav a.selected:active, 
#tabbernav a.selected:visited {
background:#FFE3AE;
border-bottom:none !important;
color:#462912 !important;
text-decoration:none;
outline:none;
}

.hiddencontent {
padding:12px;
background:#FFE3AE;
border-top:1px solid #462912;
display:none;
}

.clear {
clear:both;
}
	

/* =end / DO NOT EDIT ABOVE THIS LINE
----------------------------------------------------------------*/