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

.dynamic-tab-pane-control .tab-row .tab {
	font-family:	Verdana, Helvetica, Arial;
	font-size:		12px;
	cursor:			Default;
	display:		inline;
	float:			left;
	cursor:			hand;
	cursor:			pointer;
	z-index:		1;
	position:		relative;
	top:			0;
	margin-left:0px;
	margin-right:3px;
	margin-top:0px;
	margin-bottom:1px;
	padding-left:8px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	background-color: #E2E2E2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #09F;
	border-right-color: #09F;
	border-left-color: #09F;
	-moz-border-radius:4px 4px 0px 0px;
	-khtml-border-radius:4px 4px 0px 0px;
}
.dynamic-tab-pane-control .tab-row .tab.hover {
	background-image: url(tab-grau-hover.png);
	background-repeat: repeat-x;
	background-position: -1px -1px;
	border-top-color: #666;
	border-right-color: #666;
	border-left-color: #666;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	z-index:		3;
	top:			-2px;
	margin-left:0px;
	margin-right:3px;
	margin-top:1px;
	margin-bottom:-2px;
	padding-left:6px;
	padding-right:6px;
	padding-top:2px;
	padding-bottom:5px;
	background-image: url(tab-grau.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #09C;
	border-right-color: #09C;
	border-left-color: #09C;
	-moz-border-radius:4px 4px 0px 0px;
	-khtml-border-radius:4px 4px 0px 0px;
}

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

.dynamic-tab-pane-control .tab-row .hover a {
	color:	#666;
	font-weight: normal;
}

.dynamic-tab-pane-control .tab-row .tab.selected a {
	color: #000;
	font-weight: normal;
}

.dynamic-tab-pane-control .tab-page {
	clear:			both;
	border:			1px solid #09C;
    -moz-border-radius:0px 5px 5px 5px;
	-khtml-border-radius:0px 5px 5px 5px;
	z-index:		2;
	position:		relative;
	top:			-2px;
	color:			Black;
	font-family:	Verdana, Helvetica, Arial;
	font-size:		12px;
	padding:		10px;
}

/* End */
