.dynamic-tab-pane-control.tab-pane {
	opacity: inherit;
	margin-top: 10px;
	position:	relative;
	width:		100%;		/* width needed weird IE bug */
	height:100%;
	margin-right:	-2px;	/* to make room for the shadow */
}

.dynamic-tab-pane-control .tab-row .tab {

	width:				95px;
	height:				16px;
	background-image:	url( "tab.png" );
	
	position:		relative;
	top:			0;
	display:		inline;
	float:			left;
	overflow:		hidden;
	
	cursor:			Default;

	margin:			1px -1px 1px 2px;
	padding:		2px 0px 0px;
	border:			0;

	z-index:		1;
	font:			11px Tahoma;
	white-space:	nowrap;
	text-align:		center;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	width:				95px !important;
	height:				18px !important;
	background-image:	url( "tab.active.png" ) !important;
	background-repeat:	no-repeat;

	border-bottom-width:	0;
	z-index:		3;
	padding:		2px 0 0px 0;
	margin:			1px -3px -3px 0px;
	top:			-2px;
	font:				11px Tahoma;
}

.dynamic-tab-pane-control .tab-row .tab a {
	font:				11px Tahoma;
	color:				Black;
	text-decoration:	none;
	cursor:				default;
}

.dynamic-tab-pane-control .tab-row .tab.hover {
	font:				11px Tahoma;
	width:				95px;
	height:				16px;
	background-image:	url( "tab.hover.png" );
	background-repeat:	no-repeat;
}


.dynamic-tab-pane-control .tab-page {
	clear:			both;
	border:			1px solid rgb( 145, 155, 156 );
	background:		rgb( 252, 252, 254 );
	z-index:		2;
	position:		relative;
	top:			-2px;
	font:			11px Tahoma;
	color:			Black;
	padding:		5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

* html body .dynamic-tab-pane-control .tab-page {
	margin-top: -3px;
}

.dynamic-tab-pane-control .notab-page {
	clear:			both;
	background:		rgb( 252, 252, 254 );
	z-index:		2;
	position:		relative;
	top:			-2px;
	font:			11px Tahoma;
	color:			Black;
	padding:		5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	border-top: 1px solid rgb( 145, 155, 156 );
	border-right: 1px solid rgb( 145, 155, 156 );
	border-bottom: none;
	border-left: 1px solid rgb( 145, 155, 156 );
}
.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
	margin-left: 5px;
}
.dynamic-tab-pane-control .tab-page {
	/*width:		650px; */
}

.dynamic-tab-pane-control .tab-page .dynamic-tab-pane-control .tab-page {
	height:		100px;
}


/* over ride styles from webfxlayout */

.dynamic-tab-pane-control h2 {
	text-align:	center;
	width:		auto;
}

.dynamic-tab-pane-control h2 a {
	display:	inline;
	width:		auto;
}

.dynamic-tab-pane-control a:hover {
	background: transparent;
}

.tab-extrapage {
	clear:			both;
	border:			1px solid rgb( 145, 155, 156 );
	background:		rgb( 252, 252, 254 );
	top:			-2px;
	font:			11px Tahoma;
	color:			Black;
	padding:		5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
