.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width:		100%;		/* width needed weird IE bug */
	margin-right:	0px;	/* to make room for the shadow */
}

.dynamic-tab-pane-control .tab-row .tab {

	width:				100px;
	height:				30px;
	background-image:	url( "tab.gif" );
	
	position:		relative;
	top:			0px;
	display:		inline;
	float:			left;
	overflow:		hidden;
	
	cursor:			Default;

	padding:		10px 0px 0px 0px;
	margin:			0px 0px 0px 0px;
	
	z-index:		1;
	font:			11px Tahoma;
	font-weight:    bold;
	white-space:	nowrap;
	text-align:		center;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	width:				100px !important;
	height:				30px !important;
	background-image:	url( "tab.active.gif" ) !important;
	background-repaet:	no-repeat;

	border-bottom-width:	20;
	z-index:		3;
	padding:		7px 0px 0px 0px;
	margin:			0px 0px 0px 0px;
	border:			0px 0px 0px 0px;
	top:			0px;
	font:			11px Tahoma;
	color:			#ffffff;
	font-weight:    bold;
}

.dynamic-tab-pane-control .tab-row .tab a {
	font:				11px Arial;
	font-weight:        bold;
	color:				#18285d;
	text-decoration:	none;
	cursor:				default;
}

.dynamic-tab-pane-control .tab-row .tab.hover {
	font:				11px Tahoma;
	width:				100px;
	height:				30px;
	background-image:	url( "tab.gif" );
	background-repaet:	no-repeat;
}


.dynamic-tab-pane-control .tab-page {
	clear:			both;
	border:			0px solid rgb( 145, 155, 156 );
	background-color:		#2A3F69
	z-index:		2;
	position:		relative;
	top:			0px;

	font:				11px Tahoma;
	color:				Black;

	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:		0px;
}

.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
}
