/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

.shadetabs li {
	float: left;
	position: relative;
	margin: 0;
	padding: 3px 5px 3px 0;
}

.shadetabs li img {
	display: block;
	width: 98px;
	height: 30px;
	padding-bottom: 2px;	
}

.shadetabs li a {
	display: block;
	width: 98px;
	color: #474747;
	text-align: center;
	text-decoration: none;
}

.shadetabs li a:hover {
	text-decoration: underline;
	color: #2c8d2a;
}

.shadetabs li a.selected {
	display: block;
	position: absolute;
	top: -17px;
	left: 0;
	height: 48px;
	padding-top: 52px;
	color: #2c8d2a;
	background: url(../images/bgMarketingSlidesSelected.gif) top center no-repeat;
}

.shadetabs li a.selected#firstSelected {
	display: block;
	position: absolute;
	top: -17px;
	left: 4px;
	height: 48px;
	padding-top: 52px;
	color: #2c8d2a;
	background: url(../images/bgMarketingSlidesSelected.gif) top center no-repeat;
}

.shadetabs li a.selected:hover {
	text-decoration: underline;
}

.tabcontent {
	display: none;
}

@media print {
	.tabcontent {
		display: block !important;
	}
}