.dynamic-tab-pane-control .tab-page {
  height:	 auto;
  min-height: 108px;
  margin: 16px 16px 16px 16px; 
  padding: 16px 16px 16px 16px;
}

.dynamic-tab-pane-control .tab-page .dynamic-tab-pane-control .tab-page {
  height:	 auto;
  min-height: 108px;
  margin: 16px 16px 16px 16px; 
  padding: 16px 16px 16px 16px;
}
      
.dynamic-tab-pane-control h2 {
  text-align:	center;
  width:		auto;
}
      
.dynamic-tab-pane-control h2 a {
  display:	inline;
  width:		auto;
}
      
.dynamic-tab-pane-control a:hover {
  background: transparent;
}

.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width:		100%;		/* width needed weird IE bug */
	margin-right:	-2px;	/* to make room for the shadow */
}

.dynamic-tab-pane-control .tab-row .tab {
	width:				105px;
	height:				34px;
	background-image:	url( "tab.png" );
  text-align:     center;
  vertical-align: middle;
	position:		relative;
	top:			0;
  left: 16px;
	display:		inline;
	float:			left;
	overflow:		hidden;
	cursor:			Default;
	margin:			1px -1px 1px 2px;
	padding:		2px 0px 0px 0px;
	border:			0;
	z-index:		1;
	font:			11px Tahoma;
	white-space:	nowrap;
	text-align:		center;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	width:			 110px !important;
	height:				36px !important;
  text-align:     center;
  vertical-align: middle;
	background-image:	url( "tab.active.png" ) !important;
	background-repeat:	no-repeat;
	border-bottom-width:	0;
	z-index:		3;
	padding:		2px 0 0px 0;
	margin:			1px -3px -3px 0px;
	top:			-2px;
	font:				11px Tahoma;
}

.dynamic-tab-pane-control .tab-row .tab a {
	font:				11px Tahoma;
	color:				Black;
	text-decoration:	none;
	cursor:				default;
}

.dynamic-tab-pane-control .tab-row .tab.hover {
	font:				   11px Tahoma;
	width:				105px;
	height:				34px;
	background-image:	  url( "tab.hover.png" );
  text-align:     center;
  vertical-align: middle;
	background-repeat:	no-repeat;
}

.dynamic-tab-pane-control .tab-page {
	clear:			both;
	border:			1px solid rgb( 145, 155, 156 );
	background:	#CCCCFF;
	z-index:		2;
	position:		relative;
	top:			 -2px;
	font:				11px Tahoma;
	color:				Black;
}

.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
}

div.TabTR { position: absolute;
            top:                 36px;
            right:               16px;
            width:               16px;
            height:              16px;
            text-align:          right; 
            background-image:    URL(TabTR.png); 
            background-position: top right; 
            background-repeat:   no-repeat; 
            z-index: 5;
          }

div.TabBR { position: absolute;
            bottom:               2px;
            right:               16px;
            width:               16px;
            height:              16px;
            text-align:          right; 
            background-image:    URL(TabBR.png); 
            background-position: bottom right; 
            background-repeat:   no-repeat; 
            z-index: 5;
          }

div.TabBL { position: absolute;
            bottom:               2px;
            left:                16px;
            width:               16px;
            height:              16px;
            text-align:          left; 
            background-image:    URL(TabBL.png); 
            background-position: bottom left; 
            background-repeat:   no-repeat; 
            z-index: 5;
          }

