.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width:		99%;		/* width needed weird IE bug */
}

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

	width:				92px;
	height:				20px;
	background-image:	url( "tab.png" );
	background-repeat:	no-repeat;	
	
	position:		relative;
	top:			0px;
	display: block;
	float:			left;
	overflow:		hidden;
	cursor:			Default;
	padding: 5px 0px 0px 0px;
	margin: 7px 0px 0px 0px;
	border:			0;
	z-index:		1;
	font: bold 10px Tahoma;
	white-space:	nowrap;
	text-align: center;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	background-image:	url( "tab.active.png" );
	background-repeat:	no-repeat;
	border-bottom-width:	0;
	z-index:		3;
}

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

.dynamic-tab-pane-control .tab-row .tab.hover {
	background-image:	url( "tab.hover.png" );
	background-repeat:	no-repeat;
	cursor: pointer;
}


.dynamic-tab-pane-control .tab-page {
	clear:			both;
	background: #F3F3F3;
	z-index:		2;
	position:		relative;
	top: -3px;
}

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