.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 11px Arial, Helvetica, sans-serif;
	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;
	position: relative;
}

.shadetabs li a{
	text-decoration: none;
	padding: 4px 7px;
	margin-right: 3px;
	border-top: 1px solid #778;
	border-left: 1px solid #778;
	border-right: 1px solid #778;
	color: #2d2b2b;
	background: white url(../images/shade.gif) top left repeat;
	outline:none;
}

.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:none;
	background-color: white;
	border-bottom: 1px solid white;
	outline:none;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
	outline:none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid gray;
	width:98%;
	margin-bottom: 1em;
	padding: 6px 10px 10px 10px;
}
.caltabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid gray;
	width:100%;
	margin-bottom: 1em;
	padding: 6px 10px 10px 10px;
}
.stabcontentstyle{
	border: 1px solid #CCCCCC;
	width:100%;
	margin-bottom: 1em;
	padding: 6px 10px 0px 10px;
}
.tabcontent{
	display:none;
}

@media print {
	.tabcontent {
		display:block!important;
	}
}