
/*----------------------------------------------------------------
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,
#tabbernav2 a, /* hidden tabs */
#tabbernav2 a:active, 
#tabbernav2 a:visited,
#tabbernav2 a:hover {
display:block;
float:left;
margin-right:2px;
padding:3px 4px;
width:58px;
font-size:9px;
color:#fff !important;
text-decoration:none;
background:#986921;
border:1px solid #600001;
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 {
color:#462912 !important;
text-decoration:none;
background:#D4AA62;
border:1px solid #986921;
outline:none;
}

.hiddencontent {
padding:12px;
margin-bottom:40px;
display:none;
background:#fff;
}

.currentcontent {
display:inline-block;
}

.clear {
clear:both;
}
	

/* =end / DO NOT EDIT ABOVE THIS LINE
----------------------------------------------------------------*/