.dynamic-tab-pane-control .tab-row .tab {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-khtml-border-radius-topleft: 10px;
	-khtml-border-radius-topright: 10px;
	-webkit-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-radius: 6px 6px 0px 0px;
	border: 1px solid rgb(171, 171, 171) !important;
	width: 70px !important;
	height: 16px !important;
	background: rgb(234, 241, 242); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(234, 241, 242, 1) 0%,
		rgba(145, 155, 156, 1) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(234,
		241, 242, 1)), color-stop(100%, rgba(145, 155, 156, 1))) !important;
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(234, 241, 242, 1) 0%,
		rgba(145, 155, 156, 1) 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(234, 241, 242, 1) 0%,
		rgba(145, 155, 156, 1) 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(234, 241, 242, 1) 0%,
		rgba(145, 155, 156, 1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(234, 241, 242, 1) 0%,
		rgba(145, 155, 156, 1) 100%) !important; /* W3C */
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	background: rgb(249, 234, 212) !important; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(249, 234, 212, 1) 0%,
		rgba(251, 160, 16, 1) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(249,
		234, 212, 1)), color-stop(100%, rgba(251, 160, 16, 1))) !important;
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(249, 234, 212, 1) 0%,
		rgba(251, 160, 16, 1) 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(249, 234, 212, 1) 0%,
		rgba(251, 160, 16, 1) 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(249, 234, 212, 1) 0%,
		rgba(251, 160, 16, 1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(249, 234, 212, 1) 0%,
		rgba(251, 160, 16, 1) 100%) !important; /* W3C */
	border: 1px solid rgb(171, 171, 171) !important;
	width: 70px !important;
	height: 18px !important;
	padding: 2px 0 0px 0;
	margin: 1px -3px -3px 0px;
	top: -2px;
}

.dynamic-tab-pane-control .tab-row .tab.selected.hover {
	height: 18px !important;
}

.dynamic-tab-pane-control .tab-row .tab.hover {
	background: rgb(249, 234, 212) !important; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(249, 234, 212, 1) 0%,
		rgba(251, 160, 16, 1) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(249,
		234, 212, 1)), color-stop(100%, rgba(251, 160, 16, 1))) !important;
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(249, 234, 212, 1) 0%,
		rgba(251, 160, 16, 1) 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(249, 234, 212, 1) 0%,
		rgba(251, 160, 16, 1) 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(249, 234, 212, 1) 0%,
		rgba(251, 160, 16, 1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(249, 234, 212, 1) 0%,
		rgba(251, 160, 16, 1) 100%) !important; /* W3C */
	border: 1px solid rgb(171, 171, 171) !important;
	width: 70px !important;
	height: 16px !important;
}

.dummy-tab-pane {
	margin-left: 5px;
	background: #e6e6e6;
	color: #333333;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.dummy-tab-caption {
        font-size:1.1em;
        line-height:1.3em;
}

.dummy-tab-panel{
        border-width: 0;
        padding: 0 5px;
        background: none;
}

.dummy-tab-headline {
        margin-top: 2px;
  	font-weight: bold;
	outline: 0;
	text-decoration: none;
	list-style: none;
	margin: 0;
	vertical-align:middle;
	padding: 5px;
	border-collapse: collapse;
	clear: both;
	background: #ccc;
	border: transparent;
}