
.shadetabs{
	padding: 3px 0 3px 0px;
	margin-left: 5px;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left;
	
}

.shadetabs li{
display: inline;
margin: 0px;
padding: 0px;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 1px;
margin-left: 0px;
border: 1px solid #99cc00;
background: white url(shade.gif) top left repeat-x;
color: #999999;
}


.shadetabs li a:hover{
color: #000000;
position: relative;
top: 1px;
border-bottom-color: white;
background-image: url(shadeactive.gif);
}

.shadetabs li.selected{
position: relative;
top: 1px;

}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
color: #000000;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
float: left;
width: 100%;
margin-left: 0px;
padding-left: 5px;
padding-top: 10px;
border-top: 2px solid #99cc00;
border-left: 1px solid #dddddd;

}
	
.tabcontent{
display:none;
margin-left: 0px;
float: left;
	}
@media print {
.tabcontent {
display:block!important;
}
}