.shadetabs{
	padding: 3px 0;
	margin: 1px 0 0 0;
	font: bold 13px Trebuchet MS, Verdana, Arial;
	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;
}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #cccccc;
	color: #000000;
	background: #ECECEC;
}

.shadetabs li a:link{
	color: #2d2b2b;
	text-decoration: none;
}


.shadetabs li a:hover{
	background: #C6C6CC;
	text-decoration: none;
	color: #2d2b2b;
}

.shadetabs li.selected{
	position: relative;
	top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */
	background: #ffffff;
	color: #000000;
	border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontentstyle{ /*style of tab content container*/
	width: 640px;
	height:auto;
	border: 1px solid #cccccc;
	margin-bottom: 1em;
	padding: 10px;
}

.tabcontent{
	display:none;
	height:auto;
}

@media print {
.tabcontent {
	display:block!important;
}

}
