.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	/*width:		100%;		 width needed weird IE bug */
	/*margin-right:	-2px;	 to make room for the shadow */
}
.dynamic-tab-pane-control .tab-row .tab .tabone {
	width: 85px;
	height: 26px;
	background-image: url( "../images/firsttabselected.jpg" );
	background-position:top left;
	background-repeat:no-repeat;	
	display:inline;
	position: relative;
	top: 0px;
	float: left;
	overflow: hidden;
	cursor: hand;
	border: 0;
	z-index: 3;
	font: 11px Tahoma;
	white-space: nowrap;
	text-align: center;
}
.dynamic-tab-pane-control .tab-row .tab.selected .tabone {
	width: 85px !important;
	height: 26px !important;
	background-image: url( "../images/firsttabnotselected.jpg" );
	background-repeat:no-repeat;
	background-position:top left;
	display:inline;	
	border-bottom-width:0px;
	z-index: 4;
	border-bottom-width:0px;
	font: 11px Tahoma;
}
.dynamic-tab-pane-control .tab-row .tab a .tabone {
	font:	11px Tahoma;
	color: #6c6c6c;
	text-decoration: none;
	cursor: hand;
	padding-top:5px;
}

.dynamic-tab-pane-control .tab-row .tab .tabtwo {
	width: 149px;
	height: 26px;
	background-image: url("../images/secondtabselected.jpg");
	background-position:top left;
	background-repeat:no-repeat;	
	display:inline;
	position: relative;
	top: 0;
	float: left;
	overflow: hidden;
	cursor: hand;
	border: 0;
	z-index: 4;
	font: 11px Tahoma;
	white-space: nowrap;
	text-align: center;
}
.dynamic-tab-pane-control .tab-row .tab.selected .tabtwo {
	width: 149px !important;
	height: 26px !important;
	background-image: url("../images/secondtabnotselected.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	display:inline;	
	border-bottom-width:0px;
	z-index: 4;
	border-bottom-width:	0;
	font: 11px Tahoma;
}

.dynamic-tab-pane-control .tab-row .tab a .tabtwo {
	font:	11px Tahoma;
	color: #6c6c6c;
	text-decoration: none;
	cursor: hand;
	padding-top:5px;
}

.dynamic-tab-pane-control .tab-row .tab .tabthree {
	width: 85px;
	height: 26px;
	background-image: url( "../images/firsttabselected.jpg" );
	background-position:top left;
	background-repeat:no-repeat;	
	display:inline;
	position: relative;
	top: 0px;
	float: left;
	overflow: hidden;
	cursor: hand;
	border: 0;
	z-index: 3;
	font: 11px Tahoma;
	white-space: nowrap;
	text-align: center;
}
.dynamic-tab-pane-control .tab-row .tab.selected .tabthree {
	width: 85px !important;
	height: 26px !important;
	background-image: url( "../images/firsttabnotselected.jpg" );
	background-repeat:no-repeat;
	background-position:top left;
	display:inline;	
	border-bottom-width:0px;
	z-index: 4;
	border-bottom-width:0px;
	font: 11px Tahoma;
}
.dynamic-tab-pane-control .tab-row .tab a .tabthree {
	font:	11px Tahoma;
	color: #6c6c6c;
	text-decoration: none;
	cursor: hand;
	padding-top:5px;
}

.dynamic-tab-pane-control .tab-page {

	border-top: 1px solid #dadada;
	background-color:#ffffff;
	z-index: 2;
	position: relative;
	top: -1px;
	font: 12px Tahoma;
	color: #555555;
	/*244, 243, 238*/
	/* 145, 155, 156*/
	padding:5px;
	width:95%;  /* stupid stupid stupid IE!!! */
	float:left;
	margin-right:1px;
}
.dynamic-tab-pane-control .tab-row {
	z-index: 1;
	white-space: nowrap;
}
