﻿.shadetabs{
	padding: 3px 0;
	margin-left: 0px;
	margin-top: 1px;
	margin-bottom: 0;
	font: 600 15px "Arial Narrow";
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #2d2b2b;
	background: white url('../Products/Product Images/shade2.gif') repeat-x left
top;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{
	/*selected main tab style */
background-image: url('../Products/Product Images/shadeactive2.gif');
	border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{
	/*style of tab content container*/
	border: 1px solid gray;
	width: auto;
	padding: 5px;
	height: auto;
	list-style-image: url('../images/mini_bio_bullet.gif');
	list-style-position: outside;  
	font-size: 14px;
}
.tabcontentstyle table{
	list-style-type:none;
}
.tabcontent{
	height: auto;
	text-align: justify;
	width: auto;
}
.tabcontent table{
	list-style-type: none;
	width: 230px;
	margin-bottom: 0px;
	height: 291px;
}

@media print {
.tabcontent {
display:block!important;
}
