#tabPanel {
	width: 450px;
}

.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width:		100%;		/* width needed weird IE bug */
	margin-right:	-2px;	/* to make room for the shadow */
}
/* active container */
.dynamic-tab-pane-control .tab-page {
	clear:			both;
	z-index:		2;
	position:		relative;
	top:			-2px;
	padding:		5px;
	border: 		1px solid #222222;
	background: 	#FDF1B8; /* f5b845 */
	-webkit-box-shadow: 0 8px 64px #000; 
	-moz-box-shadow: black 0px 0px 64px; /* -moz-box-shadow: 0 0 64px #000; */
	box-shadow: 0 0 64px #000;
	/* filter: alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8; */
	border-top-right-radius: 			7px;
	-moz-border-radius-topright: 		7px;
	-webkit-border-top-right-radius: 	7px;
	border-bottom-right-radius: 		7px;
	-moz-border-radius-bottomright: 	7px;
	-webkit-border-bottom-right-radius: 7px;
	border-bottom-left-radius: 			7px;
	-moz-border-radius-bottomleft: 		7px;
	-webkit-border-bottom-left-radius: 	7px;
	/* -webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;*/
}

/* in-active tabs */
.dynamic-tab-pane-control .tab-row .tab {
	border: 		1px solid #222222;
	background: 	url("/images/ui/sortheaders/header.png") #F0F0ED;
	width:			38px;
	height:			20px;
	position:		relative;
	top:			0;
	display:		inline;
	float:			left;
	overflow:		hidden;
	cursor:			pointer;
	margin:			1px -1px 1px 0px;
	padding:		5px 1px 0 1px;
	z-index:		1;
	font-size:		11px;
	white-space:	nowrap;
	text-align:		center;
	border-top-right-radius: 			7px;
	-moz-border-radius-topright: 		7px;
	-webkit-border-top-right-radius: 	7px;
	border-top-left-radius: 			7px;
	-moz-border-radius-topleft: 		7px;
	-webkit-border-top-left-radius: 	7px;
}
/* active tab */
.dynamic-tab-pane-control .tab-row .tab.selected {
	border-left: 		1px solid #222222;
	border-right: 		1px solid #222222;
	border-top: 		1px solid #222222;
	/* border-bottom: 		1px solid #222222; */
	background: 		url("/images/ui/sortheaders/headerOn.png") #9FAED8;
	width:				42px !important;
	height:				22px !important;
	z-index:			3;
	padding:			5px 1px 0 1px;
	margin:				1px -3px -3px 0px;
	top:				-2px;
	font:				13px Tahoma;
}
/* hover tab */
.dynamic-tab-pane-control .tab-row .tab.hover {
	font:				11px;
	font-family: 		lucida grande, helvetica, arial, verdana;
	font-weight: 		bold;
  	background: 		url("/images/ui/sortheaders/headerHover.png"); #BCC6E4;
	color: 				#111111;
	width:				38px;
	height:				20px;
}

.dynamic-tab-pane-control .tab-row .tab a {
	font:				11px;
	font-family: 		lucida grande, helvetica, arial, verdana;
	font-weight:		bold;
	color: 				#ffffff;
	text-decoration:	none;
	cursor:				pointer;
	outline:			none;
}

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

/* from original inline styles */

form {
	margin:		0;
	padding:	0;
}

/* over ride styles from webfxlayout */


.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;
}

