.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width:		    100%;	/* width needed weird IE bug */
	display:block;
	font-size: 11px;
	float:left;

}

.dynamic-tab-pane-control .tab-row h2.tab {
	width:				75px;
	height:				22px;
	background-image:	url( "/tabs/tab.png" ); 
	background-repeat: no-repeat;	
	position:		relative;
	top:			0;
	display:		inline;
	float:			left;
	overflow:		hidden;
	cursor:			pointer;
	margin:			1px 1px 1px 2px;
	padding:		2px 0px 0px 0px;
	border:			0;
	z-index:		1;
	white-space:	nowrap;
	text-align:		center;
	font-size: 11px;
	color: #6C6C6C;
}

.dynamic-tab-pane-control .tab-row h2.tab a {
 margin-top: 4px;
 display:block;
 }
 
.dynamic-tab-pane-control .tab-row h2.tab.selected {
	width:				75px !important;
	height:				22px !important;
	z-index:		5;
	background-image:	url( "/tabs/tab_active.png" );
	background-repeat: no-repeat;
	font-size: 10px;
	line-height:11px;
	font-weight: bold;
}
.dynamic-tab-pane-control .tab-row h2.tab a {
	font-size:		10px;
	text-decoration:	none;
	cursor:pointer;
	cursor:				default;
	line-height:11px;	
	color: #677E92;
}
.dynamic-tab-pane-control .tab-row h2.tab.selected a {
	color: #073A58;
	cursor: pointer;
}

.dynamic-tab-pane-control .tab-row h2.tab.hover {
	font-size:			11px;
	width:				75px;
	height:				22px;
	background-image:	url( "/tabs/tab_hover.png" );
	background-repeat:	no-repeat;
	z-index:		5;
}
.dynamic-tab-pane-control .tab-row h2.tab.hover a {
	cursor:pointer;
	color: #29577C;
}
.dynamic-tab-pane-control .tab-page {
	clear:			both;
	border:			1px solid #D7E6EC;
	background:		white;
	z-index:		2;
	position:		relative;
	top:			-2px;
	font-size:		11px;
	color:			Black;
	padding:		10px;
}
.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
}
