.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width:		99.8%;		/* width needed weird IE bug */
	margin-right:	-2px;	/* to make room for the shadow */
}

.dynamic-tab-pane-control .tab-row .tab {
	width: auto;
	height: 27px;
	background-image: url( "tab.png" );
	position: relative;
	top: 0;
	display: inline;
	float: left;
	overflow: hidden;
	cursor: Default;
	margin: 1px 0px 1px 3px;
	padding: 5px 13px 0px 13px;
	border: 0;
	z-index: 1;
	font: 12px;
	white-space: nowrap;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	width:				auto;
	height:				25px;
	background-image:	url( "tab.active.png" );
	background-repaet:	no-repeat;
	
	border-bottom-width:	0;
	z-index:		3;
	margin:			3px 0px -3px 3px;
	padding:		5px 13px 3px 13px;
	top:			3px;
	font:				12px;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	font-weight: bold;

}

.dynamic-tab-pane-control .tab-row .tab a {
	font:				12px;
	color:				Black;
	text-decoration:	none;
	cursor:				default;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;	

}

.dynamic-tab-pane-control .tab-row .tab.hover {
	font:				11px;
	width:				auto;
	height:				27px;
	background-image:	url( "tab.hover2.png" );
	background-repaet:	no-repeat;
	
}


.dynamic-tab-pane-control .tab-page {
	clear: both;
	border: 1px solid rgb( 145, 155, 156 );
	background: rgb( 252, 252, 254 );
	z-index:		2;
	position: relative; 
	top: -2px;
	font: 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-top: 5px;
	padding-bottom: 5px;
	overflow: auto;
}

.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
	padding-top: 9px;
}
