.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width:		100%;
	margin-top: 20px;
}

.dynamic-tab-pane-control .tab-row .tab {
	font-family:		Arial, sans-serif;
	font-size: 		9pt;
	cursor:			Default;
	display:		inline;
	margin:			1px -1px 1px 2px;
	float:			left;
	padding:		2px 5px 3px 5px;
	background:		#ffffff;
	border:			2px solid #d1e0ed;
	border-bottom:		0;
	z-index:		1;
	white-space:		nowrap;
	position:		relative;
	top:			0;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	background:		ThreeDHighlight !important;
	border:			2px solid #d1e0ed;
	border-bottom: 		2px solid #ffffff;
	z-index:		3;
	padding:		2px 6px 4px 6px;
	margin:			1px -3px -3px 0px;
	top:			-2px;
}

.dynamic-tab-pane-control .tab-row .tab a {
	font-family:		Arial, sans-serif;
	font-size: 		9pt;
	color:			#6154a4;
	text-decoration:	none;
	cursor:			default;
}

.dynamic-tab-pane-control .tab-row .tab.hover {
	background:	#e7e7e1;
}

.dynamic-tab-pane-control .tab-page {
	clear:			both;
	border:			2px solid #d1e0ed;
	background:		ThreeDHighlight;
	z-index:		2;
	position:		relative;
	top:			-2px;
	color:			#000000;
	font-family:		Arial, sans-serif;
	font-size:		9pt;
	padding:		10px;
	height:			230px;
}

.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
}

.dynamic-tab-pane-control.tab-pane h3.title {
        color: #cf242a;
	margin: 0.4em 0 0.5em 0;
	font-size: 1.2em;
        font-family: bold 1em arial, sans-serif;
}