.shadetabs {
	/*margin: 20px;
	padding: 0px;*/
	/*text-decoration: none;*/
	/*list-style-type: none;*/
	/*text-align: center;*/
	/*margin-top: 10px;
	margin-bottom: 10px;*/
}

.shadetabs li {
	/*margin: 0px;
	padding: 0px;*/
	/*text-decoration: none;*/
	/*display: inline;*/
	/*font-weight: bold;*/
}

.shadetabs li a {
	/*text-decoration: none;*/
	/*color: #FF8600;*/
}

.shadetabs li a:visited {
	/*color: #FF8600;*/
}

.shadetabs li a:hover {
	/*color: #999999;*/
}

.shadetabs li.selected {
	/*color: #999999;*/
}

.shadetabs li.selected a { /*selected main tab style */
	/*color: #999999;*/
}

.shadetabs li.selected a:hover { /*selected main tab style */
	/*color: #999999;*/
}

.tabcontentstyle { /*style of tab content oontainer*/
}

.tabcontent {
	display: none;
}

@media print {
	.tabcontent {
		display: block!important;
	}
}
