.shadetabs{
padding: 3px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
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;
}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	color: #000000;
	background: #ffffff repeat-x left top;
	border: 1px solid D3D3D3;
}

.shadetabs li a:hover{
	text-decoration: underline;
	color: #555555;
	background-color: #E9E9E9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
}

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

}

.shadetabs li.selected a{
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #aeaeae;
	border-right-color: #aeaeae;
	border-left-color: #aeaeae;
}

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

.tabcontentstyle{
	width: 230px;
	border:solid 1px #AEAEAE;
	margin-bottom: 1em;
	padding: 1px 0px 0px;

}

.tabcontent{
	display:none;
	background-color: #FFFFFF;
	height: 330px;

}

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