.dynamic-tab-pane-control.tab-pane {
	position:    absolute;
	width:		 730px;		/* width needed weird IE bug */
	height:      150px; 
	/*margin-right:	-2px;	 to make room for the shadow */
}

.dynamic-tab-pane-control .tab-row .tab {

	width:				150px;
	height:				44px;
	
	position:			relative;
	top:				20px;
	display:			inline;
	float:				left;
	overflow:			hidden;
	
	background:			rgb( 255, 255, 255 );
	
	cursor:				hand;


	margin:				0px 0px 0px 0px;
	padding:			0px 0px 0px 0px;

	z-index:			0;
	font:				12px Arial;
	text-decoration: 	none;
	color:				#006699;
	
	white-space:		nowrap;
	text-align:			center;
	/*border-bottom:		1px #ffffff solid;*/
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	width:				150px !important;
	height:				21px !important;
	background-repeat:	no-repeat;

	border-top-width:	5px;
	z-index:			2;
	padding:			5px 0 0px 0;
	margin:				0px 0px 0px 0px;
	top:				17px;
	font:				12px Arial;
	color: 				#000000;
	border-top:			1px #CCCCCC solid;
	border-left:		1px #CCCCCC solid;
	border-right:		1px #CCCCCC solid;
	
}



.dynamic-tab-pane-control .tab-row .tab a {
	font:				12px Arial;
	color:			    #006699;
	text-decoration:	none;

}

.dynamic-tab-pane-control .tab-row .tab.hover {
	font:				11px Arial;
	color:				#333333;
/*	width:			150px;
	height:				21px;*/
	background-repeat:	no-repeat;
	cursor:				hand;
	text-decoration:    none;
}


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

	clear:				both;
	border-top:         1px solid #CCCCCC;
	/*border:			1px  solid #CCCCCC;*/
	background:			rgb( 255, 255, 255 );
	z-index:			1;
	position:			relative;
	/*top:				-1px;*/

	font:				12px Arial;
	
	padding:			0px;
}

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