
.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width:		100%;
}

.dynamic-tab-pane-control .tab-row .tab {
	font-family:	Myriad Pro, Arial;
	font-size:		12px;
	cursor:			Default;
	display:		inline;
	margin:			1px -5px 1px 5px;
	float:			left;
	padding:		3px 15px 3px 15px;
	background:		#D1D1D3;
	border:			0px solid;
	border-color:	#DCDCDE;
	border-left:	0;
	border-bottom:	0;
	border-top:		0;
	cursor:			hand;
	cursor:			pointer;
	z-index:		1;
	position:		relative;
	top:			0;
	color:	#808085;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	border:			0px solid #D1D1D3;
	border-bottom:	0;
	z-index:		3;
	padding:		3px 15px 7px 15px;
	margin:			1px -5px 1px 5px;
	top:			-2px;
	background:		#DCDCDE;
}

.dynamic-tab-pane-control .tab-row .tab a {
	font-family:		Myriad Pro, Arial;
	font-size:			13px;
	color:				#FFFFFF;
	text-decoration:	none;
	cursor:			    hand;
	cursor:			    pointer;	
}

.dynamic-tab-pane-control .tab-row .hover a {
	color:	#808085;
}

.dynamic-tab-pane-control .tab-row .tab.selected a {
	font-weight:	bold;
	color:	#808085;
}

.dynamic-tab-pane-control .tab-page {
	clear:			both;
	border:			0px solid #DCDCDE;
	background:		#DCDCDE;
	z-index:		2;
	position:		relative;
	/*top:			-2px;*/
	color:			Black;
	font-family:	Myriad Pro, Arial;
	font-size:		13px;
	padding:		10px;
}
.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
	background:		#D1D1D3;
	height:			1.85em;
	width:			100%;
}
