/***********************************************
** TabContent
***********************************************/
.shadetabs {
	font-weight: bold; text-align: left; list-style-type: none;
	padding: 3px 0; margin-left: 0; margin-top: 1px; margin-bottom: 0;
}

.shadetabs li { display: inline; margin: 0 }
.shadetabs li a {
	color: #F2F6ED; background-color: #296f13; text-decoration: none;
	padding: 3px 7px; margin-right: 3px; border: 1px solid #003300;
	border-bottom-width: 0px;
}
.shadetabs li a:visited {}
.shadetabs li a:hover { text-decoration: underline }

.shadetabs li.selected { position: relative; top: 1px }
.shadetabs li.selected a {
	color: #003300; background-color: #8caf80; text-decoration: none;
	padding: 3px 7px; margin-right: 3px; border: 1px outset #8caf80;
	border-bottom-width: 0px;
}
.shadetabs li.selected a:hover { text-decoration: none }

.tabcontentstyle{
	left: 0px; right: 0px; background-color: #8caf80; border: 1px outset #296f13;
	padding: 3px;
}

.tabcontent { display: none; background-color: white; padding: 7px; }

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