.shadetabs{
	padding: 3px 0;
	margin-left: 0px;
	margin-top: 3px;
	margin-bottom: 0;
	font: 12px Verdana;
	list-style-type: none;
	text-align: left; /*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;
border: 1px solid #778;
color: #2d2b2b;
background: white url(images/back/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #991123;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #991123;
}

.shadetabs li.selected{
font-weight:bold;
position: relative;
top: 1px;
padding-top:5px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(images/back/shadeactive.gif);
border-bottom-color: white;padding-top:6px;
}

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

.shadetabs li.selected a:visited,.shadetabs li.selected a:active{ /*selected main tab style */
color: #991123;padding-top:6px;
}



.tabcontentstyle{ /*style of tab content container*/
/*margin-left: 10px;
margin-right: 10px;*/
border: 1px solid gray;

margin-bottom: 1em;

padding: 0px;
}

.tabcontent{
display:none;
padding:10px;

}

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