.shadetabs{
	padding: 3px 0;
	margin-left: 15px;
	margin-top: 1px;
	margin-bottom: 0;
	margin-left:15px;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: "Trebuchet MS", Arial;
	font-size: small;
	font-weight: bold;
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	/*border-top: 1px solid #778;*/
color: #2d2b2b;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top:1px; /* knock tab down into card to break grey border*/
}

.shadetabs li.selected a{ /*selected main tab style */
	border-top: 1px solid #778;
	border-right: 1px solid #778;
	border-left: 1px solid #778;
	background-color: #72C896;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabGreyBorder {
	padding:10px;
	border:1px solid #778;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
}

.tabcontentstyle{ /*style of tab content container*/
border-top:4px solid #FFF;
border-right:4px solid #FFF;
border-bottom:4px solid #FFF;
border-left:4px solid #FFF;
background-color:#DCFCEA;
/*width: 450px;*/
margin-top:-4px;
margin-bottom: 1em;
padding: 0px; /* was 10px, swapped out to .tabGreyBorder */
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}

