/*----------------------------------------------------------------
JTABBER STYLESHEET

Includes: 
Browser Compatibility: IE 6, IE 7, FIREFOX, SAFARI 
Layout Type:

Color Sceme:
darkblue:#0B61C6
gold:#F8DF78
red:#BB1032

Developers:
**********************************
Jessica Dooley
email: jessica.dooley@rezstream.com
website:http://rezstream.com
**********************************
----------------------------------------------------------------*/
/* =start / DO NOT EDIT BELOW THIS LINE
----------------------------------------------------------------*/
#tabbernav a, /* hidden tabs */
#tabbernav2 a,
#tabbernav2 a:active, 
#tabbernav2 a:visited{
display:block;
float:left;
background:#E3EDF7;
border:1px solid #78B3F7;
color:#0B61C6 !important;
text-decoration:none;
font-size:9px;
font-weight:bold;
padding:3px 4px;
outline:none;
}

#tabbernav a:hover,
#tabbernav2 a:hover {
text-decoration:underline;
}

#tabbernav a.selected, /* currently selected tab */
#tabbernav a.selected:active, 
#tabbernav a.selected:visited,
#tabbernav2 a.selected, 
#tabbernav2 a.selected:active, 
#tabbernav2 a.selected:visited {
background:#FBEBAA;
border:1px solid #DFCB7D;
color:#462912 !important;
text-decoration:none;
outline:none;
}

.hiddencontent {
float:left;
margin-bottom:40px;
display:none;
}

.clear {
clear:both;
}
/* =end / DO NOT EDIT ABOVE THIS LINE
----------------------------------------------------------------*/