#band_tabs {
	margin-left: 5px;
	margin-right: 5px;
	clear: both;
	padding-top: 20px;

}

.tabcontentplus{
	background-color: #CC3366;

}.shadetabs{
	margin-left: 0;
	margin-bottom: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	padding:0;
}

.shadetabs li{
	display: inline;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 12px;
	border: 1px solid #cccccc;
	color: #2d2b2b;
	background-image: url(../images/tab_off.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{
	position: relative;
	color: #660000;
}

.shadetabs li a.selected{
	border-bottom-color: white;
	background-color: #FFFFFF;
	background-image: url(../images/tab_on.jpg);
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
	display: none;
}

@media print {
.tabcontent {
	display:block !important;
}



.tabcontentstyle{
	width: 450px;
	margin-bottom: 1em;
	padding: 20px;
}

.tabcontent{
	background-color: #CC0000;
	display: none;
}

@media print {
.tabcontent {
	display:block !important;
}
