.tab-pane
{
	width: 90%;
	position: relative;
}
.dynamic-tab-pane-control .tab-row .tab
{
	border-right: #78acff 1px solid;
	padding-right: 0px;
	border-top: 0px;
	display: inline;
	padding-left: 6px;
	font-size: 12px;
	z-index: 1;
	background: none;
	float: left;
	padding-bottom: 0px;
	margin: 1px 8px 0px  5px;
	border-left: 0px;
	padding-top: 0px;
	border-bottom: 0px;
	font-family: Verdana, Helvetica, Arial;
	position: relative;
	top: 0px;
	border: none;
}
.dynamic-tab-pane-control .tab-row .selected
{
	/*     BORDER-RIGHT: #78acff 1px solid;     PADDING-RIGHT: 6px;     BORDER-TOP: #78acff 1px solid;     PADDING-LEFT: 6px;     Z-INDEX: 3;     BACKGROUND: white;     PADDING-BOTTOM: 5px;     MARGIN: 1px -6px -2px 0px;     BORDER-LEFT: #78acff 1px solid;     PADDING-TOP: 2px;     BORDER-BOTTOM: 0px;     TOP: -2px 	*/
	border: none;
	border-right: none;
	padding-right: 0px;
	border-top: none;
	padding-left: 11px;
	z-index: 3;
	background: none;
	padding-bottom: 0px;
	margin: 1px 8px 0px 0px; /* BORDER-LEFT: #78acff 1px solid;*/
	padding-top: 2px;
	border-bottom: 0px;
	top: -2px;
	border: none;
}
.dynamic-tab-pane-control .tab-row .tab A
{
	font-size: 13px;
	color: white;
	font-family: Verdana, Helvetica, Arial;
	text-decoration: none;
	background: none;
	border: none;
}
.dynamic-tab-pane-control .tab-row .hover A
{
	color: #86C127;
}
.dynamic-tab-pane-control .tab-row .selected A
{
	font-weight: bold;
}
.dynamic-tab-pane-control .tab-page
{
	clear: both;
	border-right: #b1b4b2 0px solid;
	padding-right: 0px;
	border-top: #b1b4b2 0px solid;
	padding-left: 0px;
	padding-bottom : 0px;
	padding-right : 0px;
	font-size: 13px;
	z-index: 2;
	background: #1A5B36;
	border-left: #b1b4b2 0px solid;
	color: white;
	padding-top: 0px;
	border-bottom: #b1b4b2 0px solid;
	font-family: Verdana, Helvetica, Arial;
	position: relative;
	
}
.dynamic-tab-pane-control .tab-row
{
	z-index: 1;
	background: none;
	width: 100%;
	white-space: nowrap;
	height: 1.85em;
	
	/*border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;*/
}

.dynamic-tab-pane-control h3 {
	text-align:	center;
	width:		auto;
}

.dynamic-tab-pane-control h3 a {
	display:	inline;
	width:		auto;
}
