.shadetabs {
	padding: 5px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-weight: bold;
}
.shadetabs li {
	display: inline;
	margin: 0;
}
.shadetabs li a {
	color: #2d2b2b;
	text-decoration: none;
	background-image: url("../images/tab.gif");
	margin-right: 0;
	padding: 5px 7px;
	position: relative;
	height: 40px;
	border-top: 0 none;
	border-right: 1px solid #707070;
	border-bottom: 1px solid #707070;
	border-left: 1px solid #707070
}
.shadetabs li a:visited {
	color: #2d2b2b;
}
.shadetabs li a:hover {
	text-decoration: underline;
	color: #2d2b2b;
}
.shadetabs li.selected {
	position: relative
}
.shadetabs li.selected a {
	background-image: url("../images/tabactive.gif");
	position: relative;
	z-index: 1;
	height: 40px;
	border-bottom: 1px solid #707070;
	color: #FFFFFF;
}
.shadetabs li.selected a:hover { /*selected main tab style */
	text-decoration: none;
}
.tabcontentstyle {
	background-image: url("../images/divider_hz_tabs.gif");
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin-bottom: 1em;
	padding: 2px;
	position: relative;
	z-index: 0;
	top: -4px;
	width: 100%
}
.tabcontent {
	display:none;
}
 @media print {
.tabcontent {
	display:block!important;
}
}
#tabbedContent {
	position: relative;
	width: 100%
}
