.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font-family: "arial", sans-serif;
	text-decoration: none;
	font-color: #333333;
	font-size: 12px;
	display : inline;
	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: 0 7px;
	margin-right: 5px;
	color: #2d2b2b;
	background-color: #f6f4f6;
	border-top: thin solid #CCCCCC;
	border-right: thin solid #CCCCCC;
	border-left: thin solid #CCCCCC;
	border-bottom: 1px solid gray;
}

.shadetabs li a:visited{
	text-decoration: none;
	color: #333333;
	font-size: 12px;
	display : inline;
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #990000;
	font-size: 12px;
	display : inline;
	background-color: #FFFFFF;
	border-top: 1px solid gray;
	border-right: 1px solid gray;
	border-left: 1px solid gray;
	border-bottom: none;
}

.shadetabs li.selected{
	position: relative;
	top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
	color: #990000;
	background-color: #FFFFFF;
	border-top: 1px solid gray;
	border-right: 1px solid gray;
	border-left: 1px solid gray;
	border-bottom: none;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	background-color: #FFFFFF;
	border-top: 1px solid gray;
	border-right: 1px solid gray;
	border-left: 1px solid gray;
	border-bottom: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid gray;
	width: 450px;
	margin-bottom: 1em;
	padding: 7px;
}

.tabcontent{
	display:none;
}

.tabcontentcentered{
	display:none;
	align:center;
}


@media print {
.tabcontent {
	display:block!important;
}
}