.dynamic-tab-pane-control.tab-pane {
	position:	          relative;
	width:		          100%;
}

.dynamic-tab-pane-control .tab-row .tab {
	font-size:		      10px;
	cursor:			        Default;
	display:		        inline;
	margin:			        0px 0px 2px 0px;
	float:			        left;
	padding:		        2px 11px 3px 11px;
	background:		      #4F5B33;
	border-right:			  1px solid #082207;
	z-index:		        1;
	white-space:	      nowrap;
	position:		        relative;
	top:			          0;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	background:		      #809061;
	border-right:			  1px solid #082207;
	z-index:		        3;
	padding:		        2px 11px 3px 11px;
	margin:			        0px 0px 2px 0px;
	top:			          0;
}
.dynamic-tab-pane-control .tab-row .tab a {
	color:				      #000000;
	text-decoration:	  none;
	cursor:			        hand;
	cursor:			        pointer;
}

.dynamic-tab-pane-control .tab-page {
	clear:			        both;
	border:			        0px solid #000000;
	background:		      #809061;
	z-index:		        2;
	position:		        relative;
	top:			          -2px;
	color:			        #000000;
	font:			          Message-Box;
	padding:		        8px;
	height:			        131px;
	overflow-y:         auto;
  scrollbar-base-color: #A1AF88;
}

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

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

.dynamic-tab-pane-control .tab-row .tab.selected a {
	color:              #FFFFFF;
}


.content.tab-pane {
	position:	          relative;
	width:		          100%;
}

.content .tab-row .tab {
	font-size:		      10px;
	cursor:			        Default;
	display:		        inline;
	float:			        left;
	padding:		        2px 11px 3px 11px;
	margin:			        0px 0px 2px 0px;
	background:		      #B9C5B9;
	border-right:			  1px solid #FFFFFF;
	border-bottom:	    0;
	z-index:		        1;
	white-space:	      nowrap;
	position:		        relative;
	top:			          0;
	height:							18px;
	left:								10px;
}

.content .tab-row .tab.selected {
	background:		      #1E3000;
	border-right:			  1px solid #FFFFFF;
	border-bottom:	    0;
	z-index:		        3;
	padding:		        2px 11px 3px 11px;
	margin:			        0px 0px 2px 0px;
	top:			          -2px;
	height:							20px;
	left:								10px;
}
.content .tab-row .tab a {
	color:				      #000000;
	text-decoration:	  none;
	cursor:			        hand;
	cursor:			        pointer;
}

.content .tab-page {
	clear:			        both;
	border-top:			    2px solid #1E3000;
	background:		      #F3F5F2;
	z-index:		        2;
	position:		        relative;
	top:			          -4px;
	color:			        #000000;
	font-size:		      10px;
	padding:		        8px;
	height:			        570px;
	overflow-y:         auto;
  scrollbar-base-color: #A1AF88;
}

.content .tab-row {
	z-index:		        1;
	white-space:	      nowrap;
}

.content .tab-row .hover a {
	color:              #1E3000;
}

.content .tab-row .tab.selected a {
	color:              #FFFFFF;
}
