.shadetabs{
	padding: 0px 0;
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0;
	font: bold 10px Arial;
	list-style-type: none;
	text-align:left;
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	padding: 1px 4px;
	margin-right: 0px;
	border: 1px solid #cacac2;
	color: #9a9a9a;
	/*background: white url(shade.gif) top left repeat-x;*/
}

.shadetabs li a:visited{
	/*color: #2d2b2b;*/
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #ffffff;
	background-color:#cacac2;
}

.shadetabs li.selected{
	position: relative;
	/* top: 1px; */
	background-color:#cacac2;

}

.shadetabs li.selected a{ /*selected main tab style */
	/*background-image: url(shadeactive.gif);*/
	/*border-bottom-color: white;*/
	color: #ffffff;
	padding: 1px 4px;
	background-color:#cacac2;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	width: 240px;
}

.tabcontent{
	display:none;
}

@media print {
	.tabcontent {
		display:block!important;
	}
}