/* ######### CSS for Shade Tabs. Remove if not using ######### */
.shadetabs{
	padding: 0;
	margin-left: 0;
	margin-right:0;
	margin-top: 0;
	margin-bottom: 0;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 70%;
	height: 27px;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	background: white url(images/psd.gif) top left repeat-x;
}
.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 6px 15px 6px 15px;
	top:6px;
	height: 27px;
	margin-right: 0px;
	margin-left: 0px;
	border: 0px solid #778;
	color: #FFFFFF;
	background: url(images/psda.gif) top right repeat-x;
}

.shadetabs li a:visited{
	color: #FFFFFF;
	}

.shadetabs li a:hover{
	background-image: url(images/psd_over.gif);
	color: #FFFFFF;
	}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 6px;
	}

.shadetabs li a.selected{ /*selected main tab style */
	background-image: url(images/psd_over.gif);
	border-bottom-color: white;
	}

.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	}

.tabcontent{
	display:none;
}

@media print {
.tabcontent {
	display:block !important;
}