.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	/*width:		100%;		 width needed weird IE bug */
	/*margin-right:	-2px;	 to make room for the shadow */
}
.tab-row .tab-small,
.tab-row .tab-medium,
.tab-row .tab-large {
	height: 18px;
	position: relative;
	top: 0;
	display: inline;
	float: left;
	overflow: hidden;
	/* cursor: hand; */
	margin: 1px -1px 1px 2px;
	padding: 2px 0px 0px 0px;
	border: 0;
	z-index: 1;
	font: 11px Tahoma;
	white-space: nowrap;
	text-align: center;
}
.tab-row .tab-small {
	width: 70px;
	background-image: url( "tab_small.png" );
}
.tab-row .tab-medium {
	width: 100px;
	background-image: url( "tab_medium.png" );
}
.tab-row .tab-large {
	width: 125px;
	background-image: url( "tab_large.png" );
}


.tab-small.selectedsmall, .tab-medium.selectedmedium, .tab-large.selectedlarge {
	height: 20px !important;
	background-repeat: no-repeat;
	border-bottom-width:	0;
	z-index: 3 !important;
	padding: 2px 0px 0px 0px;
	margin: 1px -3px -3px 0px !important;
	top: -2px;
	font: 11px Tahoma;
}
.tab-large.selectedlarge {
	width: 129px !important;
	background-image:	url( "tab_large_active.png" ) !important;
}
.tab-medium.selectedmedium {
	width: 104px !important;
	background-image:	url( "tab_medium_active.png" ) !important;
}
.tab-small.selectedsmall {
	width: 74px !important;
	background-image:	url( "tab_small_active.png" ) !important;
}

.tab-row .tab-small a,
.tab-row .tab-medium a,
.tab-row .tab-large a {
	font:	11px Tahoma;
	color: #333;
	text-decoration: none;
	/* cursor: hand; */
}
.tab-small.hoversmall,
.tab-medium.hovermedium,
.tab-large.hoverlarge {
	font:	11px Tahoma;
	height: 18px;
	background-repeat: no-repeat;
}
.tab-large.hoverlarge {
	width: 125px;
	background-image:	url( "tab_large_hover.png" );
}
.tab-medium.hovermedium {
	width: 100px;
	background-image:	url( "tab_medium_hover.png" );
}
.tab-small.hoversmall {
	width: 70px;
	background-image:	url( "tab_small_hover.png" );
}

.dynamic-tab-pane-control .tab-page {
	background-color: #ACC2DB;
	border:1px solid #336699;
	/*
	border: 1px solid rgb( 145, 155, 156 );
	background: rgb( 252, 252, 254 );
	*/
	z-index: 2;
	position: relative;
	top: -2px;
	font: 11px Tahoma;
	color: #333;

	/*244, 243, 238*/
	/* 145, 155, 156*/
	padding:	5px;
	width: 97%;  /* stupid stupid stupid IE!!! */
	float: left;
}
/* get tab-page in tab-page Styles ... */
.dynamic-tab-pane-control .tab-page .tab-page {
	border: 0px;
	width: 98%;
}
.dynamic-tab-pane-control .tab-page .tab-page .tab-page {
	/* background-color: #ACC2DB; */
	border:1px solid #336699;
	/*
	border: 1px solid rgb( 145, 155, 156 );
	background: rgb( 252, 252, 254 );
	*/
	z-index: 2;
	position: relative;
	top: 0px;
}
.dynamic-tab-pane-control .tab-row {
	z-index: 1;
	white-space: nowrap;
}

DIV.tab-page {
	text-align:left;
}

