.shadetabs{
	padding: 2px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
		
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 5px;
	margin-right: 0px;
	border-left:  1px solid #666;
	border-top:  1px solid #666;
	border-right:  1px solid #666;
	color: #333;
	background-color:#fff;
	font-weight: bold;
}

.shadetabs li a:visited{
color: #000;
}

.shadetabs li a:hover{
text-decoration: underline;
color:#000;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
	font-size:12px;
	color: #fff;
	background-color:#999999;
	font-weight: bold;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content container*/
border: 1px solid gray;
width: 540px;


}

.tabcontent{
	display:none;
	background-image: url(../images/tabcontent_bg.jpg);
	background-repeat: repeat-x;

	padding-top:0;
	margin:0;
}


@media print {
.tabcontent {
display:block!important;
}
}
