<root>
	<styles>
		<include src="file://{resources}/styles/steamstyles.css" />
		<include src="file://{resources}/styles/settings.css" />
	</styles>

	<SettingsPanel_Downloads class="SettingsSection" defaultfocus="SettingsDownloads_Libraries">
		<Panel class="SettingsBottomPanel">
      
      <Panel class="SettingsContent SettingsLeftContent" tabindex="auto" selectionpos="auto">
				<Label class="SettingsLabel" text="#SettingsDownloads_RegionLabel" />
				<DropDown id="SettingsDownloads_Region" class="Filter" />			
				<Panel class="Spacer" />
            
				<Label class="SettingsLabel" text="#SettingsDownloads_Throttling" />
				<DropDown id="SettingsDownloads_ThrottleRates" class="Filter" />	
				<Panel class="Spacer" />
						
				<Label class="SettingsLabel" text="#SettingsDownloads_ScheduleLabel" />
				<ToggleButton class="CheckBox" id="SettingsDownloads_ToggleTimeLimits" text="#SettingsDownloads_TimeLimits" onactivate="ToggleTimeLimits()"/>
				<Panel class="HorzLabelDropdown" tabindex="auto" selectionpos="auto">
					<Label class="SettingsCallout SettingsCalloutSnugRight" text="#SettingsDownloads_TimeLimitFrom" />
					<DropDown id="SettingsDownloads_TimeLimitFrom" class="Filter TimeRestrictionDropdown" />
				</Panel>
				<Panel class="HorzLabelDropdown" tabindex="auto" selectionpos="auto">
					<Label class="SettingsCallout SettingsCalloutSnugRight" text="#SettingsDownloads_TimeLimitTo" />
					<DropDown id="SettingsDownloads_TimeLimitTo" class="Filter TimeRestrictionDropdown" />
				</Panel>					
			</Panel>
          
			<Panel class="SettingsContent SettingsRightContent" tabindex="auto" selectionpos="auto">
				<ToggleButton class="CheckBox" id="SettingsDownloads_ToggleDownloadsDuringGameplay" text="#SettingsDownloads_AllowDownloadsDuringGameplay" onactivate="ToggleBackgroundUpdates()"/>
				<Label class="SettingsLabel ExtraMarginBottom" text="#SettingsDownloads_AllowDownloadsDuringGameplayDetails" />
				<ToggleButton class="CheckBox" id="SettingsDownloads_ToggleThrottleDownloadsWhileStreaming" text="#SettingsDownloads_ThrottleDownloadsWhileStreaming" onactivate="ToggleDownloadThrottlingWhileStreaming()"/>
				<Label class="SettingsLabel ExtraMarginBottom" text="#SettingsDownloads_ThrottleDownloadsWhileStreamingDetails" />
				<ToggleButton class="CheckBox" id="SettingsDownloads_ToggleShowDownloadRatesInBits" text="#SettingsDownloads_ShowDownloadRatesInBits" onactivate="ToggleShowDownloadRatesInBits()"/>
				<Label class="SettingsLabel" text="#SettingsDownloads_ThrottleShowDownloadRatesInBitsDetails" />
			</Panel>
          
		</Panel>	
	</SettingsPanel_Downloads>

</root>
