.LBC-tab-pane-control.tab-pane 
{
	position:	relative;
	width:		100%;
}

.LBC-tab-pane-control .tab-row .tab 
{
	font:			Menu;
	cursor:			Default;
	display:		inline;
	margin:			1px -2px 1px 2px;
	float:			left;
	padding:		2px 5px 3px 5px;
	background:		WHITE;
	border:			1px solid;
	border-color:	BLACK BLACK BLACK ThreeDFace;
	border-bottom:	0;
	z-index:		1;
	position:		relative;
	top:			0;
}

.LBC-tab-pane-control .tab-row .tab.selected 
{
	border-bottom:	0;
	z-index:		3;
	padding:		2px 6px 5px 7px;
	margin:			1px -3px -2px 0px;
	top:			-2px;
}

.LBC-tab-pane-control .tab-row .tab a 
{
	font:				Menu;
	color:				WindowText;
	text-decoration:	none;
	cursor:				default;
}

.LBC-tab-pane-control .tab-row .hover a 
{
	color:	blue;
}

.LBC-tab-pane-control .tab-page 
{
	clear:		both;
	border:		1px solid;
	border-color:BLACK BLACK BLACK ThreeDFace;
	background:	WHITE;
	z-index:	2;
	position:	relative;
	top:		-2px;
	color:		WindowText;
	font:		Message-Box;
	padding:	10px;
}

.LBC-tab-pane-control .tab-row 
{
	z-index:	1;
	white-space:nowrap;
}

form
{
    margin:     0;
    padding:    0;
}