.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 {
	width: 120px;
	height: 20px;
	background-image: url( "../images_site/motiftitre2.gif" );
	position: relative;
	top: 0px;
	display: inline;
	float: left;
	overflow: hidden;
	cursor: hand;
	margin: 1px -1px 1px 0px;
	padding:0px;
	border: 1px solid #919B9C;
	border-bottom-width:0px;
	z-index: 1;
	white-space: nowrap;
	text-align: center;
}
.dynamic-tab-pane-control .tab-row .tab.selected {
	width: 120px !important;
	height: 20px !important;
	background-image:	url( "../images_site/motiftitre.gif" );
	border-bottom-width:0px;
	z-index: 3;
	margin: 1px -1px 1px 0px;
	padding:0px;
}

.dynamic-tab-pane-control .tab-row .tab a {
	font: 11px verdana;
	color: #828282;
	text-decoration: none;
	cursor: hand;
	line-height:21px;
}

.dynamic-tab-pane-control .tab-row .tab a:hover {
	text-decoration: underline;
}

.dynamic-tab-pane-control .tab-row .tab.selected a{
{
	font-weight:bold;
	color:#3C9E32;
	text-decoration:none;
}

.dynamic-tab-pane-control .tab-page {

	border: 1px solid #919B9C;
	z-index: 2;
	position: relative;
	top: -2px;
	font: 11px Tahoma;
	color: #333;
	padding:5px;
	width: 644px;
	float: left;
	text-align:left;
}
.dynamic-tab-pane-control .tab-row {
	z-index: 1;
	white-space: nowrap;
}

/* standard form style table */
table.adminform {
	background-color: #f5f5f5;
	border: solid 1px #d5d5d5;
	width: 100%;
	padding: 10px;
	border-collapse: collapse;
}
table.adminform tr.row0 {
	background-color: #f5f5f5;
}
table.adminform tr.row1 {
	background-color: #eeeeee;
}
table.adminform th {
	font-size: 12px;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: left;
	height: 25px;
	color: #ffffff;
	background: url(../images_site/background.gif);
	background-repeat: repeat;
}
table.adminform td {
	padding: 3px;
	text-align: left;
}
table.adminform td.editor {
	font-size: 9px;
}

