@charset "UTF-8";
.TabbedPanels { overflow: hidden; margin: 0px; padding: 0px; clear: none; width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/ position: relative; z-index: 6; }
.TabbedPanelsTabGroup { margin: 0px; padding: 0px; height: 80px; margin-right: 22px;	/*position: absolute;
		right:100px;
		top: 90px;*/ text-align: center; padding-left: 10px; width: 100%; text-align: center; *margin-left: 40px; }
	.TabbedPanelsTab { position: relative; *float: left; list-style: none; -moz-user-select: none; -khtml-user-select: none; cursor: default; background-color: #002e30; width: 56px; height: 56px; margin-right: 4px; margin-top: 8px; border-radius: 30px; -moz-border-radius: 30px; font-size: 24px; font-weight: bold; color: #b6a1d1; line-height: 56px; text-align: center; display: inline-block; background-color:#e6dbf4;background: url(../images/steps_dot_out.png) no-repeat; }
	.TabbedPanelsTabHover { margin-right: 4px; margin-top: 10px; *margin-top: 15px; background-color: #0078f2; color: #000000; }
	.TabbedPanelsTabSelected { background: none;	/*display: block*/ ;	/*width:70px; height:70px; margin-right:4px; margin-top:10px; */border-radius: 80px; -moz-border-radius: 80px; /*font-size: 56px; font-weight: bold;*/ color: #ffffff; /*line-height:70px; */ text-align: center; background-color: #7f4eb8; /*margin-top: 0px;*/ background: url(../images/steps_dot_on.png) no-repeat; }
	.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: -42px; border-top: 2px #b6a1d1 solid; }
	.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: 100px 0px 0px 0px; color: #333; font: normal; width: 100%; margin: 0 auto; /*background-color: #165659;*/  }
	@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; }
	}