.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width:		100%;
	margin-bottom: 10px;
}

.dynamic-tab-pane-control .tab-row .tab {
	font-family:	Verdana, Helvetica, Arial;
	font-size:		12px;
	cursor:			Default;
	display:		inline;
	float:			left;
	padding:		2px 4px 2px 4px;
	cursor:			hand;
	cursor:			pointer;	
	z-index:		1;
	position:		relative;
	top:			0;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	z-index:		5;
	padding:		2px 4px 4px 4px;
}

.dynamic-tab-pane-control .tab-row .tab a {
	font-family:		Verdana, Helvetica, Arial;
	font-size:			13px;
	color: #999;
	text-decoration:	none;
	cursor:			hand;
	cursor:			pointer;	
}

.dynamic-tab-pane-control .tab-row .tab a:hover {
	color: #F5B302;
}

.dynamic-tab-pane-control .tab-row .tab.selected a {
	font-weight:	bold;
	color: #034EC3;
}

.dynamic-tab-pane-control .tab-page {
	clear:			both;
	z-index:		4;
	position:		relative;
	top:			-2px;
	padding:		5px;
}

.dynamic-tab-pane-control .tab-row {
	z-index:		3;
	white-space:	nowrap;
	height:			1.85em;
}

.dynamic-tab-pane-control .tab-page a, .dynamic-tab-pane-control .tab-page a:visited{
	text-decoration: underline;
	color: #A5CCF7;
}

.dynamic-tab-pane-control .tab-page a:hover{
	text-decoration: none;
	color: #F5B302;
}