.shadetabs{
padding: 3px 0;
margin-left: 5;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
list-style: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
list-style: none;
display: inline;
margin: 0;
}

.shadetabs li a{
	padding: 3px 7px;
	margin-left: 0px;
	border: 1px solid #2f63b3;
	border-bottom: none;
	background: #AEC9F4;
	text-decoration: none;
}

.shadetabs li a:visited{
	color: #0D5D9C;
}

.shadetabs li a:hover{
text-decoration: none;
	color: #FFFFFF;
	background: #2f63b3;
	border-color: #2f63b3;
}

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

.shadetabs li.selected a{ /*selected main tab style */
	background-color: #DCE6FF;
	border-bottom: 1px solid #DCE6FF;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
	color: #0D5D9C;
	background: #DCE6FF;
	border-bottom: 1px solid #DCE6FF;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	border-top: 1px solid #0D5D9C;
width: auto;
margin-bottom: 1em;
padding: 5px;
}

.tabcontent{
display:none;
}

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