
/*----------------------------------------------------------------
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 {
display:block;
float:left;
padding:5px 8px;
background:#8ECFF5;
color:#06335F;
margin-right:10px;
text-decoration:none;
outline:none;
}

#tabbernav a.selected, /* currently selected tab */
#tabbernav a.selected:active, 
#tabbernav a.selected:visited {
background:#327EC9;
color:#fffffffff;
text-decoration:none;
outline:none;
}

.hiddencontent {
padding:12px;
background:#B3D1EF;
border:2px solid #327EC9;
display:none;
}

.clear {
clear:both;
}
	

/* =end / DO NOT EDIT ABOVE THIS LINE
----------------------------------------------------------------*/