.shadetabs{
	text-align:center;
	background:#f1f1f1;
	margin:4px 0 4px 0;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
	background:#f1f1f1;
}

.shadetabs li a{
text-decoration: none;
margin-right: 3px;
color: #2d2b2b;
	background:#f1f1f1;
}

.shadetabs li a:visited{
color: #2d2b2b;
	background:#f1f1f1;
}

.shadetabs li a:hover{
color: #2d2b2b;
	background:#f1f1f1;
}

.shadetabs li.selected{
position: relative;
top: 1px;
	background:#f1f1f1;
}

.shadetabs li.selected a{ /*selected main tab style */
	background:#f1f1f1;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
	margin:10px -10px -20px -10px;
	padding:20px 20px 20px 20px;
	border-top:1px solid #00BDF2;
	border-left:1px solid #00BDF2;
	border-right:1px solid #00BDF2;
}

.tabcontent{
display:none;
}

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