@charset "utf-8";
#div-tabs {
	border:1px solid #b2e7fa;
	padding: 10px;
	padding: 10px;
}

.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-family: Tahoma, Geneva, sans-serif;
	color: #5A6870;
}
.shadetabs li {
	display: inline;
	margin: 0;
}
#left .shadetabs li a {
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #b2e7fa;
	color: #5A6870;
	font-size: 13px;
	top: 1px;
	position: relative;
}
.shadetabs li a:visited {
	color: #5A6870;
}
.shadetabs li a:hover {
	text-decoration: underline;
	color: #000;
	background-color: #B2E7FA;
}
.shadetabs li a.selected { /*selected main tab style */
	border-bottom-color: white;
	background-color: #b2e7fa;
	top: 1px;
}
.shadetabs li a.selected:hover { /*selected main tab style */
	text-decoration: none;
}
.tabcontent {
	display:none;
}
 @media print {
.tabcontent {
	display:block !important;
}
}
.tabcontent h6 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #A6CE39;
	margin-top: -10px;
	font-weight: normal;
	padding: 0px;
}
