.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width:		98%;		 /*width needed weird IE bug*/
	margin-right:	-2px;	 /*to make room for the shadow */
}
.dynamic-tab-pane-control .tab-row .tab {
	width: 105px;
	height: 29px;
	/*background-color: #FFEBB5;*/
	background-image: url( "tab_inactive.jpg" );
	background-repeat: repeat-x;	
	position: relative;
	top: -5px;
	display: inline;
	float: left;
	overflow: hidden;
	cursor: hand;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	z-index: 1;
	font: 11px Tahoma;
	white-space: nowrap;
	text-align: center;	
}
.dynamic-tab-pane-control .tab-row .tab.selected {
	width: 105px !important;
	height: 29px !important;
	/*background-color: #FFB544;*/
	background-image:	url( "tab_active.jpg" ) !important;
	background-repeat: repeat-x;	
	z-index: 1;
	padding:	2px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	top: -7px;
	font: 11px Tahoma;
}
.dynamic-tab-pane-control .tab-row .tab a {
	font:	11px Tahoma;
	color: #FFFFFF;
	text-decoration: none;
	z-index: 1;
	cursor: hand;
}

.dynamic-tab-pane-control .tab-row .tab.hover {
	font:	11px Tahoma;
	width: 105px;
	height: 29px;
	text-decoration: none;	
	background-image:	url( "tab_inactive.jpg" );
	background-repeat: repeat-x;
}
.dynamic-tab-pane-control .tab-page {

	border: 1px solid;
	border-color: #999999;
	background: rgb( 252, 252, 254 );
	z-index: 2;
	position: relative;
	top: -15px;
	font: 11px Tahoma;
	color: #333;
	
	/*244, 243, 238*/
	/* 145, 155, 156*/
	padding:	5px;
	width: 95%;  /* stupid stupid stupid IE!!! */
	float: left;

}
.dynamic-tab-pane-control .tab-row {
	z-index: 1;
	white-space: nowrap;
}