.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width:		100%;
}

.dynamic-tab-pane-control .tab-row .tab {
	font:			Menu;
	cursor:			none;
	display:		inline;
	margin:			1px -1px 1px 2px;
	float:			left;
	padding:		2px 5px 3px 5px;
	background:		ActiveBorder;
	border-bottom:	0 #CC0000;
	z-index:		1;
	white-space:	nowrap;
	position:		relative;
	top:			0;
	border-top: 0 #CC0000;
	border-right: 0 #CC0000;
	border-left: 0 #CC0000;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	background:		ThreeDHighlight !important;
	border:			1px solid ActiveBorder;
	border-bottom:	0;
	z-index:		3;
	padding:		2px 6px 4px 6px;
	margin:			1px -3px -3px 0px;
	top:			-2px;
}

.dynamic-tab-pane-control .tab-row .tab a{
	font:				Menu;
	color:				WindowText;
	text-decoration:	none;
	cursor:				none;
}


.dynamic-tab-pane-control .tab-row .tab.hover {
	background:	#CC0000;
	color:#FFFFFF;
}

.dynamic-tab-pane-control .tab-page {
	clear:			both;
	border:			1px solid ActiveBorder;
	background:		ThreeDHighlight;
	z-index:		2;
	position:		relative;
	top:			-2px;
	color:			WindowText;
	font:			Message-Box;
	padding:		10px;
	height:			200px;
}

.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
}

a.tablink:link {
	color: #000000;
	background-color: #E9E9E0;
}

a.tablink:visited {
	color: #000000;
	background-color: #E9E9E0;
}
a.tablink:hover {
	color: #ffffff;
	background-color: #CC0000;
}
a.tablink:active {
	color: #000000;
	background-color: #E9E9E0;
}
