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

div.tab-control div.tab-row .tab {
	display:		inline;
	margin:			1px -15px 1px 14px;
	float:			left;
	padding:		3px 5px 5px 5px;
	background:		#cfcfcf;
	border:			1px solid #bbb;
	border-bottom:	none;
	z-index:		1;
	white-space:	nowrap;
	position:		relative;
}

div.tab-control div.tab-row .tab.selected {
	background:		#ffffef;
	border:			1px solid #bbb;
	border-top:		3px solid orange;
	border-bottom:	none;
	z-index:		3;
	padding:		4px 6px 5px 6px;
	margin:			1px -14px -3px 14px;
	top:			-3px;
	font-weight:	bold;
}

div.tab-control div.tab-page {
	clear:			both;
	border:			1px solid #bbb;
	background:		#ffffef;
	z-index:		2;
	position:		relative;
	top:			-2px;
	padding:		1em;
}
