

.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width: 796px;
	border:			2px solid;
	border-color:	#000000;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;

}

.dynamic-tab-pane-control .tab-row .tab {
	width:				85px;
	height:				16px;

	font-family:	Verdana, Helvetica, Arial;
	font-size:		10px;
	cursor:			pointer;
	display:		inline;
	margin:			1px -5px 1px 5px;
	float:			left;
	padding:		3px 6px 6px 6px;
	border:			1px solid;
	border-color:	#333333;
	border-left:	0;
	border-bottom:	0;
	border-top:		0;
	cursor:			hand;
	cursor:			pointer;
	z-index:		1;
	position:		relative;
	top:			0;
	background-color: #CCCCCC;
	background-image: url(../images/greydiant.gif);
	background-repeat: repeat-x;

}

.dynamic-tab-pane-control .tab-row .tab.selected {
	width:				89px !important;
	height:				18px !important;

	border:			1px solid rgb(153,153,153);
	border-bottom:	0;
	z-index:		3;
	padding:		2px 6px 8px 6px;
	margin:			1px -6px -2px 0px;
	top:			-1px;
	background:		white;

}

.dynamic-tab-pane-control .tab-row .tab a {
	font-family:		Verdana, Helvetica, Arial;
	font-size:			11px;
	color:				#000000;
	text-decoration:	none;
	cursor:			pointer;
	cursor:			pointer;	
}

.dynamic-tab-pane-control .tab-row .hover a {
	text-decoration: underline;
}

.dynamic-tab-pane-control .tab-row .tab.selected a {
	font-weight:	bold;
}

.dynamic-tab-pane-control .tab-page {
	clear:			both;
	background:		White;
	z-index:		2;
	position:		relative;
	top:			-2px;
	color:			Black;
	font-family:	Verdana, Helvetica, Arial;
	font-size:		13px;
	padding:		10px;
	height: 350px;
	border-top: 1px solid rgb(153,153,153);
	border-right: 1px none rgb(153,153,153);
	border-bottom: 1px none rgb(153,153,153);
	border-left: 1px none rgb(153,153,153);
}

.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
	height:			1.60em;
	width:			100%;
	background-color: #333333;
}
