/* JTABBER STYLESHEET 

Color Sceme:
------------------------------
Brown: #2c2218; 
Green: #80ac4b;
Nav-Green: #8ba13f;
Nav-Darker Green: #798f2a; 
Text-Green: #4e9000;
Dark-Blue: #1e5595;
Light-Blue: #7181a2;
Lighter-Blue: #c0ccd7;
Font-Blue: #1f3349;
Header-Tan: #dddcd8;
Content-Tan: #e9e8e4;
Sidebar-Text: #f1f1f1;
Footer-Text:  #afafaf;
------------------------------

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:#c0ccd7;
border:1px solid #1e5595;
color:#1e5595 !important;
text-decoration:none;
font-size:10px;
font-weight:bold;
padding:3px 10px;
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:#e9e8e4;
border-bottom:none !important;
color:#2c2218 !important;
text-decoration:none;
outline:none;
}

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

.clear {
clear:both;
}
	

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