

.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	float:left;
	width: 770px;
	left: 0px;
}

.dynamic-tab-pane-control .tab-row .tab {
	font-family:	tahoma, Helvetica, Arial;
	font-size:		12px;
	cursor:			Default;
	display:		inline;
	margin:			0px 0px 0px 0px;
	float:			left;
	padding:		0px 0px 0px 0px;
	background:		#CCCCCC;
	border-left:	0;
	border-bottom:	0;
	border-top:		0;
	cursor:			hand;
	width:      189px; 
  z-index:		1;
	position:		relative;
	
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	z-index:		3;
	background:		#CCCCCC;
  width:      177px;
  padding:    0px 6px 0px 6px; 
}

.dynamic-tab-pane-control .tab-row .tab a {
	font-family:	tahoma, Arial;
	font-size:			12px;
	color:				#636363;
	text-decoration:	none;
	cursor:			hand;
  display:    block;
  padding:		15px 0px 14px 0px;
  font-weight:  lighter;
}

.dynamic-tab-pane-control .tab-row .hover a {
	color:				#636363;
	
}

.dynamic-tab-pane-control .tab-row .tab.selected a {
	/*font-weight:	bold;*/
	color:      white;
	background:  #3C5AA2;
	padding:	15px 0px 14px 0px;
	/*margin:     0px 0px 0px 12px;*/
}

.dynamic-tab-pane-control .tab-page {
	clear:			both;
	cursor:			hand;
	background-color:		#3C5AA2;
	z-index:		2;
	position:		relative;
	padding:     0px 7px 0px 7px;
  top:			  0; /* 0 lub 27px;*/
	color:			Black;
	font-family:	Tahoma,Verdana, Helvetica, Arial;
	font-size:		11px;
  width: 756px;
  height: 111px;
}

.dynamic-tab-pane-control .tab-page-small {
	clear:			both;
	cursor:			hand;
	background-color:		#3C5AA2;
	z-index:		2;
	position:		relative;
	padding:     0px 7px 0px 7px;
  top:			  0; /* 0 lub 27px;*/
	color:			Black;
	font-family:	Tahoma,Verdana, Helvetica, Arial;
	font-size:		11px;
  width: 756px;
  height: 45px;
}


.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap; 
	background:		#CCCCCC;
  margin:      0px 0px 0px 0px;
  padding:     0px 7px 0px 7px;
  height:			43px;
	width: 756px;
}
