/* ######### CSS for Shade Tabs. Remove if not using ######### */
@media print {
	.tabcontent {
		display:block !important;
	}
}

.shadetabs{
	padding: 10px 10px;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	list-style-type: none;
	text-align: left;
	font-style: normal;
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	/* Crashes dreamweaver CS3. / position: relative;*/
	z-index: 1;
	padding: 8px 7px;
	margin-right: 1px;
	border: 0px solid #778;
	color: #FFF;
	top: 1px;
	background: black url(shade.gif) top left repeat-x;
	
}

.shadetabs li a:visited{
	color: #FFF;
}

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


.shadetabs li a.selected{ 
	background-image: url(shadeactive.gif);
	border-bottom-color: black;
}

.shadetabs li a.selected:hover{ 
	text-decoration: none;
}

.tabcontent{
	padding: 0px 0px;
	margin-left: 20;
	font-size: 12px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Sans-Serif;
	color: #333333;
	list-style-type: none;
	text-align: left; 
}

