.dynamic-tab-pane-control .tab-pane {
	position:	relative;
	width:		520px;
}

.dynamic-tab-pane-control .tab-row .tab   {
	background-image: url( "luna/tab2.png" );
	background-repeat: repeat-x;
	position: relative;
	top: 0;
	display: inline;
	float: left;
	overflow: hidden;
	cursor: default;
	margin: 1px -1px 1px 2px;
	padding: 4px 2px 2px 2px;
	border: 0;
	z-index: 1;
        font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	white-space: nowrap;
	text-align: center;
  border-left: solid;
  border-right: solid;
  border-top: none;
  border-bottom: none;
  border-left-width: 1px;
  border-right-width: 1px;
  border-color: #94A9B3;
  width: 108px;
}
.dynamic-tab-pane-control .tab-row .tab.selected {
/*	width: 74px !important;*/
/*	height: 23px !important;*/
	background-image:	url( "luna/tab.active2.png" ) !important;
	background-repeat: repeat-x;
	border-bottom-width:	0;
	z-index: 3;
	padding:	4px 2px 2px 2px;
	margin: 1px -3px -3px 0px;
	top: -2px;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 11px;
	/*font: 11px Tahoma;*/
  border-left: solid;
  border-right: solid;
  border-top: none;
  border-bottom: none;
  border-left-width: 1px;
  border-right-width: 1px;
  border-color: #94A9B3;
  width: 108px;
}


.dynamic-tab-pane-control .tab-row .tab a {
        font-family: verdana, helvetica, arial, sans-serif;
	/* font:	11px Tahoma; */
	color: #333;
	text-decoration: none;
	cursor: default;
}
.dynamic-tab-pane-control .tab-row .tab.hover {
        font-family: verdana, helvetica, arial, sans-serif;
        font-size: 11px;
	/*font:	11px Tahoma;*/
/*	width: 70px; */
/*	height: 21px;*/
/*    width: 88px;*/
    width: 108px;
	background-image:	url( "luna/tab.hover2.png" );
	background-repeat: repeat-x;
  border-left: solid;
  border-right: solid;
  border-top: none;
  border-bottom: none;
  border-left-width: 1px;
  border-right-width: 1px;
  border-color: #94A9B3;
}
.dynamic-tab-pane-control .tab-page {
	border: 1px solid rgb( 145, 155, 156 );
	background: rgb( 252, 252, 254 );
	z-index: 2;
	position: relative;
	top: -2px;
        font-family: verdana, helvetica, arial, sans-serif;
	/*font: 11px Tahoma;*/
	color: #333;
	
	/*244, 243, 238*/
	/* 145, 155, 156*/
	padding:	5px;
	width: 97%;  /* stupid stupid stupid IE!!! */
	float: left;
}

.dynamic-tab-pane-control .tab-page1 {
	border: 1px solid rgb( 145, 155, 156 );
	background: rgb(240,240,240);
	z-index: 2;
	position: relative;
	top: -2px;
        font-family: verdana, helvetica, arial, sans-serif;
	/*font: 11px Tahoma;*/
	color: #333;
	
	/*244, 243, 238*/
	/* 145, 155, 156*/
	/*padding:	5px;*/
	width: 99%;  /* stupid stupid stupid IE!!! */
	float: left;
}

.dynamic-tab-pane-control .tab-page2 {
	border: 1px solid rgb( 145, 155, 156 );
	background: rgb(240,240,240);
	z-index: 2;
	position: relative;
	top: -2px;
        font-family: verdana, helvetica, arial, sans-serif;
	/*font: 11px Tahoma;*/
	color: #333;
	
	/*244, 243, 238*/
	/* 145, 155, 156*/
	/* padding:	5px;*/
	width: 99%;  /* stupid stupid stupid IE!!! */
	float: left;
}
.dynamic-tab-pane-control .tab-page3 {
	border: 1px solid rgb( 145, 155, 156 );
	background: rgb(240,240,240);
	z-index: 2;
	position: relative;
	top: -2px;
        font-family: verdana, helvetica, arial, sans-serif;
	/*font: 11px Tahoma;*/
	color: #333;
	
	/*244, 243, 238*/
	/* 145, 155, 156*/
	/*padding:	5px;*/
	width: 99%;  /* stupid stupid stupid IE!!! */
	float: left;
}
.dynamic-tab-pane-control .tab-page4 {
	border: 1px solid rgb( 145, 155, 156 );
	background: rgb(240,240,240);
	z-index: 2;
	position: relative;
	top: -2px;
        font-family: verdana, helvetica, arial, sans-serif;
	/*font: 11px Tahoma;*/
	color: #333;
	
	/*244, 243, 238*/
	/* 145, 155, 156*/
	/*padding:	5px;*/
	width: 99%;  /* stupid stupid stupid IE!!! */
	float: left;
}

.dynamic-tab-pane-control .tab-row {
	z-index: 1;
	white-space: nowrap;
}

