.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	float: left;

	/*width:		100%;		 width needed weird IE bug */
	/*margin-right:	-2px;	 to make room for the shadow */
}
.dynamic-tab-pane-control .tab-row .tab {
	width: 77px;
	background-color: #BEBDBD;
	border-left: 1px solid #fff;
	color: #333333;
	height: 24px;
	line-height: 19px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	float: left;
	cursor: hand;	
	margin-top: 0px;
}
.dynamic-tab-pane-control .tab-row .tab.selected {
 background: #ff6600;
}
.dynamic-tab-pane-control .tab-row .tab a {
	font:	12px arial;
	color: #FFFFFF;
	padding-top: 5px;
	text-decoration: none;
	cursor: hand;
}
.dynamic-tab-pane-control .tab-row .tab.hover {
 background: #ff6600;

}
.dynamic-tab-pane-control .tab-page {
  float: left;top:0px;
  width: 100%;	
	background:		#fff;
	z-index:		2;
	position:		relative;
	color:			#333333;
	font-family:	Arial,Verdana;
	font-size:		12px;	
}
.dynamic-tab-pane-control .tab-row {
	z-index: 1;
	white-space: nowrap;
	float: left;
}

span.menu__right   {
	width: 77px;
	height: 19px !important;
	height: 17px;
	display: block;
	text-align: center;
	white-space: nowrap;
	background: url(topmenuright.gif) repeat-y right top;
	vertical-align: bottom;
	padding-top: 5px !important;
	padding-top: 7px;
}

span.menu__left  {
	width: 77px;
	height: 19px !important;
	height: 17px;
	display: block;
	text-align: center;
	white-space: nowrap;
	background: url(menuleft.gif) repeat-y left top;
	vertical-align: bottom;
	padding-top: 5px !important;
	padding-top: 7px;
}
span.menu__center  {
	width: 77px;
	height: 19px !important;
	height: 17px;
	display: block;
	text-align: center;
	white-space: nowrap;
	padding-top: 5px !important;
	padding-top: 7px;
}
table.bolder_line,td.bolder_line{
border:1px solid #e7e7e7
}
table.bolder_line{
border-collapse: collapse;
empty-cells : show;
}