.shadetabs{
	padding: 3px 0 0 0;
	margin: 0px;
	font: bold 0.6em Verdana;
	list-style-type: none;
	text-align: left;
}


.shadetabs li{
	display: inline;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 4px 0px 4px;
margin:0px;
border-right: 1px solid #B8B499;
border-left: 1px solid #B8B499;
color: #2d2b2b;
background: white url(../images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

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

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

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

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

.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid #B8B499;
	/*margin-bottom: 1em;*/
	padding: 3px;
	background:#FFFFFF;
	height:398px;
	height:412px;
}

.tabcontent{
display:none;
}

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

