.shadetabs{

	padding: 0 ;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; 
}

.shadetabs li{

	display: inline;
	margin:0 ;
}

.shadetabs li a{

	text-decoration: none;
	padding: 10px ;
	margin-right: 7px;
	border: 1px solid #CBBDA2;
	color: #2d2b2b;
	background:#ECE3D3 ;
}

.shadetabs li a:visited{

	text-decoration: none;
	color: #2d2b2b;
}

.shadetabs li a:hover{

	text-decoration: underline;
	color: #2d2b2b;
}

.shadetabs li.selected{

	text-decoration: none;
	position: relative;
}

.shadetabs li.selected a{ /*selected main tab style */

	border-bottom-color: white;
	font-weight:bold;
	background:#fff
}

.shadetabs li.selected a:hover{ /*selected main tab style */

	text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/

	border: 1px solid #CBBDA2;
	margin-top:10px;
	padding:30px 25px 25px 25px
}

.tabcontent{
	
	display:none;
}

@media print {

	.tabcontent {
		display:block!important;
	}
}
