
/*----------------------------------------------------------------
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{
float:left;
width:400px;
}

#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;
text-decoration:none;
font-size:12px;
outline:none;
padding:4px 8px;
color:#80A337;
font-weight:bold;
border:1px solid #BBCF8E;
}

#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 {
border-bottom:none;
outline:none;
}

.hiddencontent,
.hiddencontent2 {
float:left;
width:400px;
display:none;
padding:0 0 18px 0;
}

.clear {
clear:both;
}
	

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