@charset "UTF-8";
.TabbedPanels { overflow: hidden; margin: 0px; padding: 0px; clear: none; width: 100%; background-image: url(../images/pxnd.svg); background-repeat: no-repeat; background-position: 0px 10px; background-size: 80px auto; }
.TabbedPanels2 { overflow: hidden; margin: 0px; padding: 0px; clear: none; width: 100%; background-repeat: no-repeat; background-position: 0px 10px; background-image: url(../images/kclb.svg); background-size: 80px auto;}
.TabbedPanels3 { overflow: hidden; margin: 0px; padding: 0px; clear: none; width: 100%; background-repeat: no-repeat; background-position: 0px 10px; background-image: url(../images/ryfl.svg); background-size: 80px auto; }

.TabbedPanelsTabGroup { margin-left: 80px; background-image: url(../images/pxnd.png); background-repeat: no-repeat; background-position: 0px 20px; background-color: #006; }
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding: 4px;
	width: 95px;
	text-align: center;
	border-radius: 5px;
	border: 1px dotted #3394d0;
}
.TabbedPanelsTabHover { }
.TabbedPanelsTabSelected { color: #fff; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #0076F6; background-color: #0076F6; border-radius: 5px; }
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup { clear: both;  }
.TabbedPanelsContent { overflow: hidden; margin-top: 0px; padding-top: 3px; }
.TabbedPanelsContentVisible {}
.VTabbedPanels {
	overflow: hidden;
	zoom: 1;
}
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
@media print {
.TabbedPanels {
	overflow: visible !important;
}
.TabbedPanelsContentGroup {
	display: block !important;
	overflow: visible !important;
	height: auto !important;
}
.TabbedPanelsContent {
	overflow: visible !important;
	display: block !important;
	clear:both !important;
}
.TabbedPanelsTab {
	 overflow: visible !important;
	 display: block !important;
	 clear:both !important;
}
}