.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width:		100%;
}

.dynamic-tab-pane-control .tab-row .tab {
	/*font:			Menu;*/
	cursor:			Default;
	display:			inline;
	margin:			1px -1px 1px 2px;
	float:			left;
	padding:			2px 10px 3px 10px;
	background:		transparent;
	border:			0;/* 1px solid; */
	/*border-color:	red blue blue red; */
	border-bottom:	0;
	z-index:		1;
	white-space:	nowrap;
	position:		relative;
	top:				0;
}
.dynamic-tab-pane-control .tab-row .tab.selected {
	/*background:		ThreeDHighlight !important;*/
	background:		#272B2E !important;
	border:			1px solid #525557;
	border-bottom:	0;
	z-index:			3;
	padding:			2px 10px 4px 10px;
	margin:			1px -3px -3px 0px;
	top:				-2px;
}
.dynamic-tab-pane-control .tab-row .tab.selected a {
	color:			white;
	font-weight:	bold;
}
.dynamic-tab-pane-control .tab-row .tab a {
	/*font:					Menu;*/
	font-size:			11px;
	font-weight:		normal;
	/*color:				#96A386;*/
	text-decoration:	none;
	cursor:				pointer;
}

.dynamic-tab-pane-control .tab-row .tab.hover {
	/*background:	#404040;*/
}

.dynamic-tab-pane-control .tab-page {
	clear:		both;
	border:		1px solid #525557;
	/*background:		ThreeDHighlight;*/
	z-index:		2;
	position:	relative;
	top:			-2px;
	/*color:		White;*/
	/*font:			Message-Box;*/
	padding:		10px;
	height:		380px;
}

.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
}

.Style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCCCCC;
	font-size: 12px;
}
.Style2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9px;
}