<?xml version="1.0" ?>
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
	<LinearGradientBrush StartPoint="0,0" EndPoint="1,0" MappingMode="RelativeToBoundingBox" SpreadMethod="Reflect" Opacity="1" x:Key="GlowBackground">
		<LinearGradientBrush.GradientStops>
			<GradientStop Color="#00FD6500" Offset="0" />
			<GradientStop Color="#29FD6500" Offset="0.25" />
			<GradientStop Color="#5AFD6500" Offset="0.5" />
			<GradientStop Color="#29FD6500" Offset="0.75" />
			<GradientStop Color="#0AFFFFFF" Offset="1" />
		</LinearGradientBrush.GradientStops>
	</LinearGradientBrush>
	<SolidColorBrush x:Key="ProgressBackground">#FFFD6500</SolidColorBrush>
	<SolidColorBrush x:Key="ProgressTileBackground">#FFF4EADE</SolidColorBrush>
</ResourceDictionary>