/* JTABBER STYLESHEET 

Browser Compatibility: IE 6,7,8, FIREFOX, SAFARI 

Color Scheme:
------------------
RED - #cc1e1e;
bgBLUE - #4697c6;
TxtBLUE - #6294ce;
dkBLUE - #105d95;
dkGREEN - #24a54e;
ltGREEN - #2bb458;
ltGREY - #9c9a8d;
CREAM - #f1ecc6;
WHITE - #f4edd9;
txtBLACK - #474747;
------------------

Developers:
**********************************
Jessica Dooley
email: jessica.dooley@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;
background:#4697c6;
border:1px solid #462912;
color:#f1ecc6 !important;
text-decoration:none;
font-size:9px;
/*font-weight:bold;*/
margin:0 -1px 0 0;
padding:4px 12px;
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 {
background:#f1ecc6;
border-bottom:none !important;
color:#462912 !important;
text-decoration:none;
outline:none;
}

.hiddencontent {
padding:12px;
margin-bottom:40px;
display:none;
}

.clear {
clear:both;
}
	

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