
.dynamic-tab-pane-control {
	position:	relative;
	width:		97%;
	margin-left: 1em;
}

.dynamic-tab-pane-control .tab-row .tab {
	font-family:	Verdana, Helvetica, Arial;
	font-size:		12px;
	cursor:			Default;
	display:		inline;
	float:			left;
	margin:			1px -5px 1px 5px;
	padding:		3px 6px 3px 6px;
	background:		#ffffff;
	border:			1px solid;
	border-color:	#ffffff;
	border-left:	1px;
	border-bottom:	1px;
	border-top:		1px;
	
	cursor:			pointer;
	
	z-index:		1;
	position:		relative;
	top:			0;
}

/* selected Tab */
.dynamic-tab-pane-control .tab-row .tab.selected {
	border:			1px solid #7D775C;
	border-bottom:	0;
	z-index:		3;
	padding:		2px 6px 5px 6px;
	margin:			1px -6px -2px 0px;
	top:			-2px;
	background:		#ffffff;
	color:		#7D775C;
}

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

.dynamic-tab-pane-control .tab-row .hover a {
	color:	white;
	text-decoration: underline;
}

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

/* Box */
.dynamic-tab-pane-control .tab-page {
	clear:			both;
	border:			1px solid #7D775C;
	border-left:   0;
	border-bottom: 0;
	border-right:  0;
	background:		#ffffff;
	z-index:		2;
	position:		relative;
	top:			-2px;
	color:			Black;
	font-family:	Arial, Verdana, Helvetica;
	font-size:		13px;
	padding:		10px;
}

/* Tab bar background */
.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
	height:			1.85em;
	width:			100%;
}
