.shadetabs{
	padding: 3px 0;
	font-weight: bold;
	list-style-type: none;
}
.shadetabs li{
	display: inline;
	position: relative;
	top: 2px;
}
.shadetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: .5em;
	border: 1px solid #bbbbbd;
	color: #2d2b2b;
	background: white url(../images/shade.gif) top left repeat-x;
}
.shadetabs li a:hover{
	text-decoration: underline;
}
.shadetabs li.selected a{ 
	background-image: none;
	border-bottom-color: #ffffff;
}
.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid #bbbbbd;
	padding: .5em;
	background-color: #ffffff;
}
.tabcontent{
	display:none;
}
@media print {
.tabcontent {
display:block!important;
}
}