/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	margin: 0;
	margin-right: 0;
	padding: 0;
	clear: none;
	list-style-type: none;
}

#shadeTabsMainWrapper {
	width: 99%;
	margin: auto;
	}
	
#shadeTabsNavWrapper {
	float: left;
	width: 180px;
	margin-top: 5px;
	}

#shadeTabsContentWrapper {
	margin-left: 190px; 
	padding: 1px 5px; 
	min-height: 800px; 
	}
	
.shadetabs li{
	margin-top: 7px;
	width: 14em;
	border: 2px solid #804130;
	}

.shadetabs li a{
	display: block;
	text-decoration: none;
	color: #704d43;
	padding: 3px 5px;
	font: bold 1em Verdana;
	font-variant: small-caps;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	/*background: white url(shade.gif) top left repeat-x;*/
}

/* .shadetabs li a:visited{
color: #ff00ff;
}
*/

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
background-color: #804130;
color: #ffffff;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
border-bottom: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
