.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width:		100%;
}

.dynamic-tab-pane-control .tab-row .tab {
	font-family:	Arial;
	font-size:		12px;
	cursor:			Default;
	display:		inline;
	margin:			0px -5px 1px 5px;
	float:			left;
	padding:		3px 3px 0px 0px;
	background: transparent;
	border:			0px solid;
	border-color:  black;
	border-left:	0;
	border-bottom:	0;
	border-top:		0;
	
	cursor:			hand;
	cursor:			pointer;
	
	z-index:		1;
	position:		relative;
	top:			0;
	left: -5px;
}

#tab-last {
	border-right: 0px;
	padding:		3px 0px 3px 0px;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	border-right:			0px solid black;
	border-bottom:	0;
	z-index:		3;
	padding:		3px 3px 0px 0px;
	margin:			0px -5px 1px 5px;
	top:			0px;
	background:		transparent;
}

.dynamic-tab-pane-control .tab-row .tab a {
	font-family:		Arial;
	font-size:			17px;
	color: #000000;
	text-decoration:	none;
	cursor:			hand;
	cursor:			pointer;	
}

.dynamic-tab-pane-control .tab-row .hover a {
	color:	#DB1A21;
}

.dynamic-tab-pane-control .tab-row .tab.selected a {
	font-weight:	bold;
	color:				#DB1A21;
}

.dynamic-tab-pane-control .tab-page {
	clear:			both;
	border:			0px solid rgb(120,172,255);
	background:		url("../images/tab_content_middle.gif") top left repeat-y;
	z-index:		2;
	position:		relative;
	top:			-2px;
	color:			Black;
	font-family:	Arial;
	font-size:		13px;
	padding:		0px;
	_height: 50px;
	min-height: 50px;
}

.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
	background: transparent;
	_height:			1.85em;
	min-height: 1.85em;
	width:			100%;
}

.tab_bottom {
	background: url("../images/tab_content_bottom.gif") top left no-repeat;
	font-size: 1px;
	height: 6px;
	width: 185px;
}