@charset "UTF-8";
.TabbedPanels { overflow: hidden; margin: 0px; padding: 0px; clear: none; width: 100%;  position: relative; z-index: 6; display: block; }
.TabbedPanelsTabGroup { margin: 0px; padding: 0px; height: 60px; text-align: center;width:350px;  margin:0 auto 0 auto;}
	.TabbedPanelsTab { position: relative; *float: left; list-style: none; -moz-user-select: none; -khtml-user-select: none; cursor: default; width: 45px; height: 45px;line-height: 45px; text-align: center; display: inline-block; background:#666; border-radius:50%; margin-right:15px; font-size:24px; color:#fff;}
	.TabbedPanelsTabHover { margin-right: 4px; margin-top: 10px; *margin-top: 15px; background-color: #0078f2; color: #000000; }
	.TabbedPanelsTabSelected { background: none;	/*display: block*/ ;	width:48px; height:48px; line-height:48px; margin-right:15px; margin-top:3px;  font-size:30px; font-weight: bold; color: #ffffff; text-align: center; /*margin-top: 0px;*/ background:#d10039; }
	.TabbedPanelsTab a { color: black; text-decoration: none; }
	.TabbedPanelsContentGroup { clear: both; width: 100%; height: auto; margin-top: 0px; border-radius: 25px; -moz-border-radius: 25px; }
	.TabbedPanelsContent { overflow: hidden; width: 100%; height: auto; margin-top: -38px; }
	.VTabbedPanels { overflow: hidden; zoom: 1; }
	.VTabbedPanels .TabbedPanelsTabGroup { width: 10em; height: 20em; position: relative; margin-top: 180px; }
	.VTabbedPanels .TabbedPanelsTab { float: none; margin: 0px; border-top: none; border-left: none; border-right: none; margin-top: 180px; }
	.VTabbedPanels .TabbedPanelsTabSelected { background-color: #EEE; border-bottom: solid 1px #999; }
	.VTabbedPanels .TabbedPanelsContentGroup { clear: none; float: left; padding: 0px; width: 30em; height: 20em; }
	.TabbedContent { padding: 20px 0px 10px 0px; color: #333; font: normal; width: 100%; margin: 0 auto;  }
	@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; }
	}