.dynamic-tab-pane-control .tab-row .tab {
	width: 160px !important;
	height: 22px !important;
	background-color: #04457D ;
	position: relative;
	display: inline;
	float: left;
	overflow: hidden;
	cursor: hand;
	padding:	2px 0px 0px 0px;
	margin: 1px -3px -3px 0px;
	border: 1px solid #0A69BD;
	z-index: 1;
	white-space: nowrap;
	text-align: center;
}
.dynamic-tab-pane-control .tab-row .tab.selected {
	width: 160px !important;
	height: 22px !important;
	background-color: #0A69BD; !important;
	border: 1px solid #0A69BD;
	z-index: 3;
	padding: 2px 0px 0px 0px;
	margin: -1px -3px -3px 0px;
	
}
.dynamic-tab-pane-control .tab-row .tab a {
	font:	11px Tahoma;
	color: #ffffff;
	text-decoration: none;
	cursor: hand;

}
.dynamic-tab-pane-control .tab-page {

	border: 1px solid #0A69BD;
	background: #FFFFFF;
	z-index: 2;
	position: relative;
	top: 0px;
	padding:5px;
	width: 100%;  
	float: left;

}
