

.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width:		102%;		/* width needed weird IE bug */
	margin-right:	-5px;	/* to make room for the shadow */
	/*margin-top:10px;*/
}
/*
.dynamic-tab-pane-control .tab-row .tab {

	width:				120px;
	height:				21px;
	background-image:	url(../img/aba_normal.jpg);
	position:		relative;
	top:			0;
	display:		inline;
	float:			left;
	overflow:		hidden;
	cursor:			Default;
	margin:			0px 0 0px 0px;
	padding:		2px 0px 0px 0px;
	border:			0;
	z-index:		1;
	font:			16px Arial;
	white-space:	nowrap;
	text-align:		center;
	color:#B8C637;
	cursor:pointer;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	width:				120px !important;
	height:				21px !important;
	background-image:	url(../img/aba_selected.jpg) !important;
	background-repaet:	no-repeat;
	border-bottom-width:	0;
	z-index:		3;
	padding:		2px 0 0px 0;
	text-align:		center;
	margin:			0px 0px 0px 0px;
	color:				#B8C637;
}

.dynamic-tab-pane-control .tab-row .tab.hover {
	width:				120px !important;
	height:				21px !important;
	background-image:	url(../img/aba_selected.jpg) !important;
	background-repaet:	no-repeat;
	border-bottom-width:	0;
	z-index:		3;
	padding:		2px 0 0px 0;
	text-align:		center;
	margin:			0px 0px 0px 0px;
	
}

*/

.dynamic-tab-pane-control .tab-row .tab {

width:				120px;
	height:				21px;
	background-image:	url(../img/aba_normal.jpg);
	position:		relative;
	top:			0;
	display:		inline;
	float:			left;
	overflow:		hidden;
	cursor:			Default;
	margin:			1px -1px 0px 0px;
	padding:		2px 0px 0px 0px;
	border:			0;
	z-index:		1;
	font:			16px Arial;
	white-space:	nowrap;
	text-align:		center;
	color:#477692;
	cursor:pointer;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	width:				121px !important;
	height:				21px !important;
	background-image:	url(../img/aba_selected.jpg) !important;
	background-repaet:	no-repeat;
	border-bottom-width:	0;
	z-index:		3;
	padding:		2px 0 0px 0;
	text-align:		center;
	margin:			1px -1px 0px 0px;
	
}





.dynamic-tab-pane-control .tab-row .tab a {
	font-family:Arial;
	font-size:12px;
	
	text-decoration:	none;
	cursor:				pointer;
	font-weight:bold;
	outline:0;
	top:2px;
	color:#33481A;
}



.dynamic-tab-pane-control .tab-row .tab a:hover {
	font-family:Arial;
	font-size:12px;
	width:				120px;
	height:				23px;
	color:				#B8C637;
}







.dynamic-tab-pane-control .tab-page {
	clear:			both;
	z-index:		2;
	position:		relative;
	top:			-6px;
	padding:		10px;
}

.dynamic-tab-pane-control .tab-page {
	/*height:200px;*/
	width:215px;
	/*margin-left:-21px;*/
	
}

.dynamic-tab-pane-control .tab-page .dynamic-tab-pane-control .tab-page {
	/*height:		475px;*/
}


.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
}

#panel{
margin-top:-23px;
margin-left:-1px;
}

