.dynamic-tab-pane-control .tab-pane {
	position: absolute;
	margin-right: -2px;	/* to make room for the shadow */
}

.tab-blank {
	top: 0px;
	width: 0px;
	height: 0px;
}

.dynamic-tab-pane-control .tab-row .tab {
	top: 0px;
	width: 120px;
	height: 20px;
	background-image: url('../images/tab.gif');
	background-repeat: no-repeat;
	position: relative;
	display: inline;
	float: left;
	overflow: hidden;
	cursor: default;
	margin: 1px -1px 1px 0px;
	padding-top : 3px;
	padding-right : 0px;
	padding-bottom : 0px;
	padding-left : 1px;
	border: 0px;
	z-index: 1;
	text-align: left;
	text-indent: 5px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	color: #666666;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	width: 124px !important;
	height: 22px !important;
	background-image:	url('../images/tabactive.gif') !important;
	background-repeat: no-repeat;
	margin: 1px -3px -3px 0px;
	padding-top : 5px;
	padding-right : 0px;
	padding-bottom : 0px;
	padding-left : 1px;
	border-bottom-width: 0px;
	z-index: 99;
	top: -2px;
	text-align: left;
	text-indent: 5px;
}

.dynamic-tab-pane-control .tab-row .tab.disable {
	top: 0px;
	width: 120px;
	height: 20px;
	background-image:	url('../images/tabdisabled.gif') !important;
	background-repeat: no-repeat;
	margin: 1px -1px 1px 0px;
	padding-top : 3px;
	padding-right : 0px;
	padding-bottom : 0px;
	padding-left : 1px;
	border: 0px;
	z-index: 3;
	text-align: left;
	text-indent: 5px;
}

.dynamic-tab-pane-control .tab-row .tab a {
	color: #444444;
	text-decoration: none;
	cursor: default;
}
.dynamic-tab-pane-control .tab-row .tab.hover {
	width: 120px;
	height: 20px;
	background-image:	url('../images/tabhover.gif');
	background-repeat: no-repeat;
}
.dynamic-tab-pane-control .tab.selected a {
	color: black !important;
	text-decoration: none;
	cursor: default;
}
.dynamic-tab-pane-control .tab.disabled a {
	color: #BBBBBB !important;
	text-decoration: none;
	cursor: default;
}
.dynamic-tab-pane-control .tab.hover a:hover {
	color: black;
	text-decoration: none;
	cursor: default;
}
.dynamic-tab-pane-control .tab-page {
	clear: both;
	z-index:	1;
	position: relative;
	top: -2px;
	padding-top : 10px;
	padding-right : 10px;
	padding-bottom : 10px;
	padding-left : 10px;
}

.dynamic-tab-pane-control .tab-row {
	z-index: 1;
	white-space: nowrap;
}