/* JTABBER STYLESHEET 

Includes: 
Browser Compatibility: IE 6, IE 7, FIREFOX, SAFARI 
Layout Type:

Color Scheme:
------------------
GREY = #3d382b;
TAN = #c1b28b;
TEXT TAN = #ebe5c2;
WHITE = #fff8e6;
ORANGE = #854c08;
BROWN = #4a3125;
------------------

Developers:
**********************************
Jessica Dooley
email: jessica.dooley@rezstream.com
website:http://rezstream.com
**********************************
----------------------------------------------------------------*/

/* =start / DO NOT EDIT BELOW THIS LINE
----------------------------------------------------------------*/
#tabbernav{
margin:0 0 18px 0;
}

#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;
color:#4a3125 !important;
text-decoration:none;
font-size:1.1em;/*adjusted in ie-6.css*/
margin:0 -1px 0 0;
padding:2px 5px;
background:#ebe5c2;
border:1px solid #854c08;
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:#c1b28b;
border-bottom:none !important;
color:#4a3125 !important;
text-decoration:none;
outline:none;
}

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

	

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