.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width:		100%;		/* width needed weird IE bug */
	margin-right:	-4px;	/* to make room for the shadow */
}

.dynamic-tab-pane-control .tab-row .tab {

	width:				128px;
	height:				19px;
	background: url(/skins/default/images/tab.png) no-repeat;
	
	position:		relative;
	top:			0;
	display:		inline;
	float:			left;
	overflow:		hidden;
	
	cursor:			Default;

	margin:			1px -1px 1px 2px;
	padding:		3px 0px 0px 0px;
	border:			0;

	z-index:		1;
	white-space:	nowrap;
	text-align:		center;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	width:				128px;
	height:				19px;
	background-position:	0 -50px;
	border-bottom-width:	0;
	z-index:		3;
	padding:		3px 0 0px 0;
}

.dynamic-tab-pane-control .tab-row .tab a {
	color:				Black;
	text-decoration:	none;
	cursor:				default;
	font-size: 11px;
}

.dynamic-tab-pane-control .tab-row .tab.hover {
	background-position:	0 -50px;
}


.dynamic-tab-pane-control .tab-page {
	clear:			both;
	z-index:		2;
	position:		relative;
	top:			-2px;
	color:			#000033;
	border: 		1px solid #828282;
	background:		#fff;
	width:			726px;
/*
	filter:			progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#fffcfcfe, EndColorStr=#fff4f3ee, GradientType=0)
					progid:DXImageTransform.Microsoft.Shadow(Color=#ff919899, Strength=2, Direction=135);
	*/
	/*244, 243, 238*/
	/* 145, 155, 156*/
	
	padding:		10px;
}

.dynamic-tab-pane-control .tab-row .page {
	z-index:		1;
	white-space:	nowrap;
}