
/*----------------------------------------------------------------
JTABBER STYLESHEET

Developers:
**********************************
Jessica Dooley
email: jessica.dooley@rezstream.com
website:http://rezstream.com
**********************************
----------------------------------------------------------------*/
/* =start / DO NOT EDIT BELOW THIS LINE
----------------------------------------------------------------*/
#tabbernav1 a, /* hidden tabs */
#tabbernav1 a:active, 
#tabbernav1 a:visited,
#tabbernav1 a:hover,
#tabbernav2 a, /* hidden tabs */
#tabbernav2 a:active, 
#tabbernav2 a:visited,
#tabbernav2 a:hover,
#tabbernav3 a, /* hidden tabs */
#tabbernav3 a:active, 
#tabbernav3 a:visited,
#tabbernav3 a:hover{
display:block;
float:left;
background:#7E5330;
border:1px solid #462912;
color:#fff !important;
text-decoration:none;
font-size:9px;
/*font-weight:bold;*/
margin-right:2px;
padding:3px 4px;
outline:none;
}

#tabbernav1 a.selected, /* currently selected tab */
#tabbernav1 a.selected:active, 
#tabbernav1 a.selected:visited,
#tabbernav2 a.selected, /* currently selected tab */
#tabbernav2 a.selected:active, 
#tabbernav2 a.selected:visited, 
#tabbernav3 a.selected, /* currently selected tab */
#tabbernav3 a.selected:active, 
#tabbernav3 a.selected:visited{
background:#EFDFD1;
border-bottom:none !important;
color:#462912 !important;
text-decoration:none;
outline:none;
}

.hiddencontent1,
.hiddencontent2,
.hiddencontent3  {
padding:12px;
background:#EFDFD1;
border-top:1px solid #462912;
margin-bottom:40px;
display:none;
}

.clear {
clear:both;
}
	

/* =end / DO NOT EDIT ABOVE THIS LINE
----------------------------------------------------------------*/