/* JTABBER STYLESHEET 

Includes: 
Browser Compatibility: IE 6, IE 7, FIREFOX, SAFARI 
Layout Type:

Color Scheme:
------------------
Dark-Tan: #bca47e;
Light-Tan: #ece9e3;
Dark-Red: #660b01;
Dark-Green: #004408;
Gold: #7e6339;
Text-Black: #333333;
------------------

Developers:
**********************************
Jessica Dooley
email: jessica.dooley@rezstream.com
website:http://rezstream.com
**********************************
----------------------------------------------------------------*/

/* =start / DO NOT EDIT BELOW THIS LINE
----------------------------------------------------------------*/
#tabberWrapper{
clear:both;
margin:0 auto;
width:495px;
}

#tabbernav a, /* hidden tabs */
#tabbernav a:active, 
#tabbernav a:visited,
#tabbernav2 a, /* hidden tabs */
#tabbernav2 a:active, 
#tabbernav2 a:visited,
#tabbernav2 a:hover {
display:block;
float:left;
background:none;
font-size:10px;
color:#7e6339;
outline:none;
text-decoration:none;
padding:2px 14px;
}

#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:#ece9e3;
border-bottom:none !important;
color:#660b01 !important;
text-decoration:underline;
outline:none;
}

.hiddencontent {
float:left;
padding:0px;
margin:0px;
margin-top:1px;
display:none;
}

.hiddencontent2 {
/*float:left;*/
padding:0px;
margin:0px;
margin-top:1px;
display:none;
}

/* =end / DO NOT EDIT ABOVE THIS LINE
----------------------------------------------------------------*/