.shadetabs {
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-weight: bold;
}

.shadetabs li {
	display: inline;
	margin: 0;
}

.shadetabs img {
	border: 0px;
}

.shadetabs li a {
	text-decoration: none;
	margin-right: 3px;
	border: 1px solid #50A7D4;
	color: #50A7D4;
	background-color: #F3F9FC;
	font-size: 110%;
	padding: 5px;
}

.shadetabs li a:hover {
	text-decoration: none;
	color: #f3f3f3;
	background-color: #50A7D4;
}

.shadetabs li.selected a {
	color: #FFFFFF;
	background-color: #50A7D4;
	border-bottom-color: #FFFFFF;
}

.tabcontentstyle {
	margin-bottom: 1em;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #50A7D4;
	border-right-color: #50A7D4;
	border-bottom-color: #50A7D4;
	border-left-color: #50A7D4;
	margin-top: 0em;
	margin-right: 0em;
	margin-left: 0em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.tabcontent {
	display:none;
}

@media print {
	.tabcontent {
		display:block!important;
	}
}

