
.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:				30px;
	background-image:	url( "tab1.gif" );
	
	position:		relative;
	top:			0;
	display:		inline;
	float:			left;
	overflow:		hidden;
	
	cursor:			Default;

	margin:			1px -1px 1px 2px;
	padding:		6px 0px 0px 0px;
	border:			0;

	z-index:		1;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;

 	line-height: 		20px;
	white-space:	nowrap;
	text-align:		center;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	width:				123px !important;
	height:				30px !important;
	background-image:	url( "tab1b.gif" ) !important;
	background-repeat:	no-repeat;
 
	border-bottom-width:	0;
	z-index:		3;
	padding:		6px 0 0px 0;
/*	margin:			1px -3px -3px 0px;*/
	top:			-2px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:		bold;
	color: 			#FF5A01;
}




.dynamic-tab-pane-control .tab-row .tab a {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : 			#01209f;
	text-decoration:	none;
	cursor:				default;
}




.dynamic-tab-pane-control .tab-row .tab.hover {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	width:				123px;
	height:				30px;
	background-image:	url( "tab1.gif" );
	background-repeat:	no-repeat;


}


.dynamic-tab-pane-control .tab-page {
	clear:			both;
	border:			0px solid rgb( 145, 155, 156 );
	background:		rgb( 252, 252, 254 );
	z-index:		2;
	position:		relative;
	top:			-2px;

	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;

	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:		10px;

}

.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
}


