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

	position:   relative;
	min-height: 150px;
    overflow:   hidden;
	width:		750px;		/* width needed weird IE bug */
	height:      ; 
	/* margin-right:	-2px;	to make room for the shadow */
}

.dynamic-tab-pane-control .tab-row .tab {
	
	width:				110px;
	height:				39px;
	position:			relative;
	top:				20px;
	display:			inline;
	float:				left;
	overflow:          hidden;
	
	background:			rgb( 255, 255, 255 );
	cursor:				hand;
	
	background-color:	#F3F3F3;
	margin:				0px 0px 0px 0px;
	padding:			6px 0px 0px 0px;
	z-index:			0;
	font:				11px Arial;
	white-space:		nowrap;
	text-align:			center;
	border-bottom:		1px #ffffff solid;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	width:				110px !important;
	height:				21px !important;
	background-repeat:	no-repeat;
	background-color:#Ffffff;
	text-decoration:	none;
	border-top-width:	5px;
	z-index:			2;
	padding:			6px 0 0px 0;
	margin:				0px 0px 0px 0px;
	top:				17px;
	font:				11px Arial;
	color: 				#ffffff;
	border-top:			1px #CCCCCC solid;
	border-left:		1px #CCCCCC solid;
	border-right:		1px #CCCCCC solid;
	
}

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

/*cursor:				default;*/
}

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


.dynamic-tab-pane-control .tab-page {
    min-height:         500px;
    overflow:           hidden;
	clear:				both;
/*	border-top:         1px solid #CCCCCC;*/
	/*box-shadow : 1px 1px 12px #ccc;*/
	/*border:			1px  solid #CCCCCC;*/
	
	background:			#ffffff;
	z-index:			1;
	position:			relative;
/*	top:				-1px;*/
	font:				12px Arial;
	padding-bottom:		25px;
}


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