<root>
	<styles>
		<include src="file://{resources}/styles/steamstyles.css" />
		<include src="file://{resources}/styles/contentframe.css" />
	</styles>
	
	<RemotePanel oncancel="NavigateTenfootBack();" >
		<Panel class="LoadingPanel">
			<Button id="Loading">
				<Label id="LoadingStatus" text="#Profile_Loading" />
				<LoadingThrobber />
			</Button>
			<Panel id="Offline">
				<Button id="OfflineMessage">
					<Label id="OfflineStatus1" text="#You_Are_Offline" />
					<Label id="OfflineStatus2" text="#You_Are_Offline2" />
				</Button>
			</Panel>
			<Panel id="Error">
				<Button id="ErrorMessage">
					<Label id="ErrorStatus1" text="#Panel_Download_Error" />
					<Label id="ErrorStatus2" text="#Panel_Download_Error2" />
				</Button>
			</Panel>
		</Panel>
	</RemotePanel>
</root>
