<root>
	<styles>
		<include src="file://{resources}/styles/steamstyles.css" />
		<include src="file://{resources}/styles/profile/profile.css" />
	</styles>
	
	<ProfilePanel>
		<Panel id="ProfileContent" class="ProfileLoading" onload="AsyncEvent( 0.0, AddStyle( LoadingVisible ) );" >
			<Panel id="ProfileBackground" class="ProfileBackground">
				<Image id="BGOverlay" class="BGOverlayInvisible" src="file://{images}/profile/profile_bg_wash.png" />
				<Panel id="BGScreenshotWrapper">
					<Image id="BGScreenshot" class="BGScreenshot" onload="AddStyle( BGScreenshotVisible ); RemoveStyle( BGScreenshotInvisible ); AddStyle( BGOverlay, BGOverlayVisible ); RemoveStyle( BGOverlay, BGOverlayInvisible );" />
				</Panel>
			</Panel>
			<Button id="Loading">
				<Label id="LoadingStatus" text="#Profile_Loading" />
				<LoadingThrobber  />
			</Button>
			<Panel id="Offline">
				<Panel id="OfflineMessage">
					<Label id="OfflineStatus1" text="#You_Are_Offline" />
					<Label id="OfflineStatus2" text="#Profile_Offline2" />
				</Panel>
			</Panel>
			<Panel id="Error">
				<Button id="ErrorMessage">
					<Label id="ErrorStatus1" text="#Panel_Download_Error" />
					<Label id="ErrorStatus2" text="#Panel_Download_Error2" />
				</Button>
			</Panel>
		</Panel>
	</ProfilePanel>
</root>
