/* JTABBER STYLESHEET 

Color Sceme:


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:#DFD1A0;
border:1px ridge #292D16;
color:#292D16 !important;
text-decoration:none;
font-size:10px;
font-weight:bold;
padding:3px 14px;
outline:none;
}

#tabbernav a:hover{
text-decoration:underline;
}

#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:#FEF6DF;
border-bottom:none !important;
color:#530B0C !important;
text-decoration:none;
outline:none;
}

.hiddencontent {
clear:both;
float:left;
padding:6px 0px 12px 0px;
margin:0px;
display:none;
}

.hiddencontent h2 {
margin:18px 0px 18px 0px;
}

.clear {
clear:both;
}
	

/* =end / DO NOT EDIT ABOVE THIS LINE
----------------------------------------------------------------*/