.shadetabs{
padding: 3px 7px;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font-size: 11px; font-weight: bold; color: #ffffff; text-decoration: none;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
background: white url(bgr2.gif) top left repeat-x;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a
{
font-family: tahoma, Helvetica, sans-serif; 
font-size: 11px; font-weight: bold; color: #ffffff; text-decoration: none;
padding: 3px 7px;
border: 0px solid #778;
background: white url(bgr2.gif) top left repeat-x;

}

.shadetabs li a:visited{
color: #52d2ee;
}

.shadetabs li a:hover{
font-family: tahoma, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #E7C6FC; text-decoration: none;
/* text-decoration: underline;
color: #2d2b2b; */
}

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

.shadetabs li.selected a{ /*selected main tab style */
	 font-family: tahoma, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #ffffff; text-decoration: none;
	
/* background-image: url(bgr2.gif);*/
/* border-bottom-color: white; */
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	font-family: tahoma, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #E7C6FC; text-decoration: none;
	/* text-decoration: none; */
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 0px solid #000000;
width: 100%;
margin-bottom: 0em;
padding: 0px;
}

.tabcontent{
display:none;
}

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