/* ######### CSS for Shade Tabs. Remove if not using ######### */

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

.shadetabs{
 font-size: 12px;
 background-color:#FFFFFF;
 font-weight: 100;
 font-family: Arial, Helvetica, sans-serif;
 text-decoration: none;
 list-style-type: none;
 text-align: left; /*set to left, center, or right to align the menu as desired*/
margin: 0;
padding: 0;
}

.shadetabs li{
	display: inline;
	background-color:#FFFFFF;
	margin: 0;
	padding: 0;
	
}

.shadetabs li a{
text-decoration: none;
position: relative;
color: #64686b;
	padding-bottom: 1;
	padding-left: 4;
	padding-right: 4;
	padding-top: 1;
	margin-bottom: 2px;

}

.shadetabs li a:visited{
color: #64686b;
}

.shadetabs li a:hover{
color: #4a3a75;

}

.shadetabs li a.selected{
	/*selected main tab style */
	color: #FFFFFF;
	background-color: #8b75a6;
}


/* These were for some testing */
.shadetabs2{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs2 li{
display: inline;
margin: 0;
}

.shadetabs2 li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
border: 1px solid #2d2b2b;
margin-right: 0px;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs2 li a:visited{
color: #2d2b2b;
}

.shadetabs2 li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs2 li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs2 li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs2 li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.shadetabs5{
 font-size: 12px;
 background-color:#FFFFFF;
 font-weight: 100;
 font-family: Arial, Helvetica, sans-serif;
 text-decoration: none;
 list-style-type: none;
 text-align: left; /*set to left, center, or right to align the menu as desired*/
margin: 0;
padding: 0;
}

.shadetabs5 li{
	display: inline;
	background-color:#FFFFFF;
	margin: 0;
	padding: 0;
	
}
.shadetabs5 li a{
text-decoration: none;
position: relative;

z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;


}

.shadetabs5 li a:visited{
color: #2d2b2b;
}

.shadetabs5 li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs5 li a.selected{
	/*selected main tab style */
	color: #FFFFFF;
	background-color: #8b75a6;
	position: relative;
	top: 1px;
}

.shadetabs5 li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs5 li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

	
.shadetabs3 li a.selected{
	/*selected main tab style */
	color: #8b75a6;
	background-color: #ebebeb;
	padding-bottom: 1;
	padding-left: 4;
	padding-right: 4;
	padding-top: 1;
	margin-bottom: 2px;
}

.shadetabs4 li a.selected{
	/*selected main tab style */
	color: #FFFFFF;
	background-color: #8b75a6;
	padding-bottom: 1;
	padding-left: 4;
	padding-right: 4;
	padding-top: 1;
	margin-bottom: 2px;
}

