@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
.shadetabs{
padding: 3px 0;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0;
font: normal 13px 'Open Sans', sans-serif;
padding-top:10px;
padding-bottom:10px;
padding-left:6%;
line-list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
width:94%;
z-index:90;
}

.shadetabs li{
display: inline;


}

.shadetabs li a{
text-decoration: none;

	padding:10px 20px 16px 20px;
	margin:-18px 0px 0px 0px;
		line-height:29px;
	background-color:#fff;
color:#1d1d1d;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;		
		-moz-border-radius-topleft: 8px;
		-moz-border-radius-topright: 8px;		
		-webkit-border-top-left-radius: 8px;
		-webkit-border-top-right-radius: 8px;
		border:1px solid #e9e9e9;

}

.shadetabs li a:visited{
color: #d5d5d5;


}

.shadetabs li a:hover{
color: #333333;
	padding:10px 20px 16px 20px;
	margin:-18px 0px 0px 0px;

background-color:#dadada;
	line-height:29px;


}

.shadetabs li.selected{
position: relative;
top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */ 
color:#fff;
	background-color : #b2b7ba;
	padding:10px 20px 16px 20px;
	margin:-18px 0px 0px 0px;
		line-height:29px;
		border-left:1px solid #b2b7ba;
border-top:1px solid #b2b7ba;
border-right:1px solid #b2b7ba;
border-bottom:1px solid #b2b7ba;
}


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

.tabcontentstyle{ /*style of tab content oontainer*/
width: 100%;
font-family: 'Open Sans', sans-serif;
background-color:#f2f2f2;
border-bottom:1px solid #e9e9e9;

height:auto;

}

.tabcontent{
display:none;
}

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