
.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: inline;
text-align: left; /*set to left, center, or right to align the menu as desired*/
background:#E7E9E2;
background: white url(mask.gif) top left repeat-x;
}

.shadetabs li{
display: inline;
margin: 0;
background:#E7E9E2;
background: white url(mask.gif) top left repeat-x;
}

.shadetabs li a{
text-decoration: none;
padding: 0px 0px;
margin-right: 0px;
border: 0px solid #778;
color: #2d2b2b;
background: white top left repeat-x;
/* background: white url(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: 0px;
}


.shadetabs li.selected a{ /*selected main tab style */
/*background-image: url(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: 0px solid gray;
width: 90%;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
background:#ffffff;
}

@media print {

	.tabcontent {
	display:block!important;
	}

	TABLE.calendar {
	border-width: 0px;
	border-color: #ffffff;
	}

	TD.Top10{
	font-family : arial, verdana, sans-serif;
	color: #000000;
	font-size : 10px;
	text-align : left;
	border-bottom: 0px solid #cccc99; 
	border-right: 0px solid #cccc99;
	border-left: 0px solid #cccc99
	}
}