.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width:		100%;
}
.dynamic-tab-pane-control .tab-row .tab {
	font-family:	Verdana, Helvetica, Arial;
	font-size:		12px;
	cursor:			Default;	
	display:		inline;
	margin:			1px -5px 1px 5px;
	float:			right;
	padding:		2px 2px 0px 3px;
	border-right:	0;
	border-left:	0px;
	border-bottom:	0px;
	border-top:		0px;
	cursor:			hand;
	cursor:			pointer;
	
	z-index:		1;
	position:		relative;
	top:			15;
	bottom:			0;
	left:			47px;	
	padding-top: 10px;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	border-bottom:	0;
}

.dynamic-tab-pane-control .tab-row .tab a {
	font-family:		Verdana, Helvetica, Arial;
	font-size:			10px;
	color:				rgb(108,21,37);
	text-decoration:	none;
	cursor:			hand;
	cursor:			pointer;
	height:			1.60em;
}

.dynamic-tab-pane-control .tab-row .hover a {
	color:	rgb(108,21,37);
	font-family:		Verdana, Helvetica, Arial;
	font-size:			10px;
	text-decoration:	none;
}

.dynamic-tab-pane-control .tab-row .tab .selected a {
	font-weight:	bold;
	color: rgb(255,255,255);
}

/* CSS For Tab page starts from here*/
.dynamic-tab-pane-control .tab-page {
	clear:			both;
	background:		White;
	z-index:		0;
	position:		relative;
	top:			-2px;
	color:			Black;
	font-family:	Verdana, Helvetica, Arial;
	font-size:		10px;
	padding-top:	0px;
}

.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
	background:		rgb(255,255,255);
	height:			1.60em;
	width:			86%;
}

.Pricing_bottom
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #09408b;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height: 15px;
	padding-bottom:3px;
}


