.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	vertical-align:middle;
	/*width:		100%;		 width needed weird IE bug */
	/*margin-right:	-2px;	 to make room for the shadow */
	
}
.dynamic-tab-pane-control .tab-row .tab {
	width: 80px;
	height: 20px;
	position: relative;
	top: 0px;
	display: inline;
	float: left;
	overflow: hidden;
	cursor: pointer;
	margin: 1px -1px 1px 2px;
	padding: 2px 0px 0px 0px;
	border: 0;
	z-index: 1;
	font: 11px Tahoma, Helvetica, sans-serif;
	text-align: center;
	
	border-top: 1px solid #DFECFD; 
border-right: 1px solid #DFECFD; 
border-bottom: 0px ; 
border-left: 1px solid #DFECFD; 
	
	background-color:#DFECFD; /* tabs en arrière plan */
}
.dynamic-tab-pane-control .tab-row .tab.selected {
	width: 84px !important;
	height: 22px !important;
	/* background-color: #cecece;	*/
	
	border-bottom-width:	100;
	z-index: 3;
	padding:	2px 0px 0px 0px;
	margin: 1px -3px -3px 0px;
	top: -2px;
	font: 11px Tahoma, Helvetica, sans-serif;
	border-top: 1px solid #DFECFD; 
border-right: 1px solid #DFECFD; 
border-bottom: 0px; 
border-left: 1px solid #DFECFD; 
	background-color:#eff5fe;  /* tab sélectionné */
}
.dynamic-tab-pane-control .tab-row .tab a {
	font:	11px Tahoma, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	cursor: pointer;
	/* fond text */
}
.dynamic-tab-pane-control .tab-row .tab.hover {

	font:	11px Tahoma, Helvetica, sans-serif;
	width: 80px;
	height: 20px;
	/* background-color: #ececec; */

border-top: 1px solid #DFECFD; 
border-right: 1px solid #DFECFD; 
border-bottom: 0px; 
border-left: 1px solid #DFECFD; 
	background-color:#eff5fe;  /* tab hover */
}
.dynamic-tab-pane-control .tab-page {

	z-index: 2;
	position: relative;
	top: -2px;
	padding:	8px;
	width: 97%;  /* stupid stupid stupid IE!!! */
	float: left;

border: 1px solid #DFECFD; 
background-color:#eff5fe; /* central */
}
.dynamic-tab-pane-control .tab-row {
	z-index: 1;
	white-space: nowrap;
	
	border: 0px;
}