.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:				100px;
	height:				30px;
	background-image:	url( "tab.png" );
	
	position:		relative;
	top:			0;
	display:		inline;
	float:			left;
	overflow:		hidden;
	
	cursor:			pointer;

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

	z-index:		1;
 
	white-space:	nowrap;
	text-align:		center;
}

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

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

.dynamic-tab-pane-control .tab-row .tab a {
 
	color:				Black;
	text-decoration:	none;
	cursor:				pointer;
}

.dynamic-tab-pane-control .tab-row .tab.hover {
 
	width:				100px;
	height:				30px;
	background-image:	url( "tab.hover.png" );
	background-repaet:	no-repeat;
}


.dynamic-tab-pane-control .tab-page {
	clear:			both;
	border:			1px solid #BCCCEB;
	background:		#ffffff;
	z-index:		2;
	position:		relative;
	top:			-2px;
 
	color:				Black;
	filter:			progid;
	margin: 2 10%;

: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:		15px;
}

.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
}
.tabPane1 {
	position: absolute;
	z-index: 99;
	width: 100px;
	left: 6em;
		text-align: left;
}
