.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width:		100%;		/* width needed weird IE bug */
	margin-right:	-2px;	/* to make room for the shadow */
}

.dynamic-tab-pane-control .tab-row .tab {

	width:				123px;
	height:				24px;
	background-image:	url( "tab.png" );
	position:			relative;
	top:				0;
	display:			inline;
	float:				left;
	overflow:			hidden;
	cursor:				Default;
	margin:				1px -1px 1px 2px;
	padding:			4px 0px 0px 0px;
	border:				0;
	z-index:			1;
	font:				11px Verdana;
	white-space:		nowrap;
	text-decoration:	 none;
	text-align:			center;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	width:				123px !important;
	height:				24px !important;
	background-image:	url( "tab.active.png" ) !important;
	background-repaet:	no-repeat;
	border-bottom-width:0;
	z-index:			3;
	padding:			4px 0 0px 0;
	margin:				1px -3px -3px 0px;
	top:				-2px;
	text-decoration: 	none;
	font:				11px Verdana;
}

.dynamic-tab-pane-control .tab-row .tab {
	font:				11px Verdana;
	color:				#CCCCCC;
	text-decoration:	none;
	cursor:				default;
	text-decoration:    none;
}

.dynamic-tab-pane-control .tab-row .tab.hover {
	font:				11px Verdana;
	width:				123px;
	height:				24px;
	background-image:	url( "tab.hover.png" );
	background-repaet:	no-repeat;
	text-decoration: underline;
	color:				#f1df15;
}


.dynamic-tab-pane-control .tab-page {
	clear:				both;
	/* border:				1px solid rgb( 208, 208, 191 ); */
	
	background:			rgb( 33, 33, 33 );
	z-index:			2;
	position:			relative;
	top:				-2px;
	font:				11px Verdana;
	text-decoration: 	none;
	color:				#cccccc;





	filter:			progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#ffffff, EndColorStr=#ffffff, GradientType=0)
			progid:DXImageTransform.Microsoft.Shadow(Color=#ffffff, Strength=2, Direction=135);
	/*244, 243, 238*/
	/* 145, 155, 156*/
	
	padding:		10px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-top: 1px solid #3c3c3c;
}

.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
}
