<root>
	<styles>
		<include src="file://{resources}/styles/steamstyles.css" />
		<include src="file://{resources}/styles/settings.css" />
	</styles>

	<SettingsPanel_Bluetooth class="SettingsSection">
        <Panel class="SettingsBottomPanel">
    		<!-- main panel -->
            <Panel class="SettingsContent" tabindex="auto" selectionpos="auto">
                <Panel id="SettingsBluetooth_IntroBlock" class="HorzContainer">
                    <Label class="SettingsCallout" text="#SettingsBluetooth_Intro" />
                </Panel>

                <Panel class="HorzContainer">
                    <Panel id="SettingsBluetoothDeviceTable">
                        <Panel class="SettingsBluetoothHeader">
                            <Label id="DeviceTypeHeader" class="SettingsBluetooth_ColumnName SettingsBluetooth_ColLeft" text="#Settings_Bluetooth_Type" hittest="false" />
                            <Label id="DeviceNameHeader" class="SettingsBluetooth_ColumnName SettingsBluetooth_ColMiddle" text="#Settings_Bluetooth_Name" hittest="false" />
                            <Label id="DeviceConnection" class="SettingsBluetooth_ColumnName SettingsBluetooth_ColRight" text="#Settings_Bluetooth_Connection" hittest="false" />
                        </Panel>
                        <Panel id="DeviceList" class="VertContainer" childfocusonhover="false">
                            <Button id="BluetoothNotFound">
                                <Label id="BluetoothNotFound" class="SettingsStatic SettingsBluetooth_ColLeft" text="#Settings_Bluetooth_NoDevices"/>
                            </Button>
                            <!-- label instances added here -->
                        </Panel>
                    </Panel>
                </Panel>
            </Panel>
        </Panel>

	</SettingsPanel_Bluetooth>

</root>
