.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: 73px;
	height: 16px;
	background-image: url( "tab.png" );
	/*position: relative;*/
	top: 0;
	display: inline;
	float: left;
	overflow: hidden;
	cursor: hand;
	margin: 1px -1px 1px 2px;
	padding: 2px 0px 0px 0px;
	border: 0;
	z-index: 1;
	font: 11px Tahoma;
	white-space: nowrap;
	text-align: center;
}

.dynamic-tab-pane-control .tab-row .tab.selected 
{
	width: 73px !important;
	height: 18px !important;
	background-image:	url( "tab_active.png" ) !important;
	background-repeat: no-repeat;
	border-bottom-width:	0;
	z-index: 3;
	padding: 2px 0px 0px 0px;
	margin: 1px -3px -3px 0px;
	top: -2px;
	font: 11px Tahoma;
}

.dynamic-tab-pane-control .tab-row .tab a 
{
	font: 11px Arial;
	color: #333;
	text-decoration: none;
	cursor: hand;
}

.dynamic-tab-pane-control .tab-row .tab.hover 
{
	font: 11px Arial;
	width: 73px;
	height: 16px;
	background-image:	url( "tab.png" ); /*url( "tab_hover.png" );*/
	background-repeat: no-repeat;
}

.dynamic-tab-pane-control .tab-page 
{
	width: 360px;
	_width: 360px;  /* IE */
	margin-right: 0px;
	height: 230px;
	_height: 229px;
	border: 1px solid #92A9BC;
	background: #FFF;
	z-index: 2;
	/*position: relative;*/
	top: -2px;
	_top: -1px;
	padding: 5px 5px 5px 5px;
	white-space: nowrap;	
	_float: none;
	overflow: auto;
}

.dynamic-tab-pane-control .tab-row 
{
	z-index: 1;
	white-space: nowrap;
	padding-top: 2px;
	background-color: #CED9E1;
	width: 375px;;	
}