<Style x:Key=
"GrayButtonStyle"
TargetType=
"Button"
>
<Setter Property=
"Background"
Value=
"#FF1F3B53"
/>
<Setter Property=
"Foreground"
Value=
"#FF000000"
/>
<Setter Property=
"Padding"
Value=
"3"
/>
<Setter Property=
"BorderThickness"
Value=
"1"
/>
<Setter Property=
"BorderBrush"
>
<Setter.Value>
<LinearGradientBrush EndPoint=
"0.5,1"
StartPoint=
"0.5,0"
>
<GradientStop Color=
"#FFA3AEB9"
Offset=
"0"
/>
<GradientStop Color=
"#FF8399A9"
Offset=
"0.375"
/>
<GradientStop Color=
"#FF718597"
Offset=
"0.375"
/>
<GradientStop Color=
"#FF617584"
Offset=
"1"
/>
</LinearGradientBrush>
</Setter.Value>
</Setter>
<Setter Property=
"Template"
>
<Setter.Value>
<ControlTemplate TargetType=
"Button"
>
<Grid>
<VisualStateManager.VisualStateGroups>
<VisualStateGroup x:Name=
"CommonStates"
>
<VisualState x:Name=
"Normal"
/>
<VisualState x:Name=
"MouseOver"
>
<Storyboard>
<DoubleAnimationUsingKeyFrames Storyboard.TargetName=
"BackgroundAnimation"
Storyboard.TargetProperty=
"Opacity"
>
<SplineDoubleKeyFrame KeyTime=
"0"
Value=
"1"
/>
</DoubleAnimationUsingKeyFrames>
</Storyboard>
</VisualState>
<VisualState x:Name=
"Pressed"
>
<Storyboard>
<DoubleAnimationUsingKeyFrames Storyboard.TargetName=
"BackgroundAnimation"
Storyboard.TargetProperty=
"Opacity"
>
<SplineDoubleKeyFrame KeyTime=
"0"
Value=
"1"
/>
</DoubleAnimationUsingKeyFrames>
</Storyboard>
</VisualState>
<VisualState x:Name=
"Disabled"
>
<Storyboard>
<DoubleAnimationUsingKeyFrames Storyboard.TargetName=
"DisabledVisualElement"
Storyboard.TargetProperty=
"Opacity"
>
<SplineDoubleKeyFrame KeyTime=
"0"
Value=
".55"
/>
</DoubleAnimationUsingKeyFrames>
</Storyboard>
</VisualState>
</VisualStateGroup>
<VisualStateGroup x:Name=
"FocusStates"
>
<VisualState x:Name=
"Focused"
>
<Storyboard>
<DoubleAnimationUsingKeyFrames Storyboard.TargetName=
"FocusVisualElement"
Storyboard.TargetProperty=
"Opacity"
>
<SplineDoubleKeyFrame KeyTime=
"0"
Value=
"1"
/>
</DoubleAnimationUsingKeyFrames>
</Storyboard>
</VisualState>
<VisualState x:Name=
"Unfocused"
/>
</VisualStateGroup>
</VisualStateManager.VisualStateGroups>
<Border x:Name=
"Background"
Background=
"{StaticResource FB}"
BorderBrush=
"{StaticResource FE}"
BorderThickness=
"{TemplateBinding BorderThickness}"
CornerRadius=
"3"
>
<Grid Margin=
"0"
>
<Border x:Name=
"BackgroundAnimation"
Opacity=
"0"
/>
<Rectangle x:Name=
"BackgroundGradient"
Fill=
"{StaticResource FB}"
Opacity=
"0.55"
RadiusX=
"2"
RadiusY=
"4"
StrokeThickness=
"0"
/>
</Grid>
</Border>
<Rectangle x:Name=
"DisabledVisualElement"
RadiusX=
"3"
RadiusY=
"3"
IsHitTestVisible=
"false"
Opacity=
"0"
/>
<Rectangle x:Name=
"FocusVisualElement"
StrokeThickness=
"1"
RadiusX=
"2"
RadiusY=
"2"
Margin=
"1"
IsHitTestVisible=
"false"
Opacity=
"0"
Stroke=
"Black"
/>
<Path Fill=
"{StaticResource CD}"
Stretch=
"Fill"
Height=
"23"
HorizontalAlignment=
"Left"
Margin=
"8,0,0,0"
VerticalAlignment=
"Center"
Width=
"25"
UseLayoutRounding=
"False"
Data=
"M3.9999971,5.9999943 L3.9999971,19.999994 L20.999996,19.999994 L20.999996,5.9999943 z M0,0 L25,0 L25,23 L0,23 z"
/>
</Grid>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style x:Key=
"IconButton2"
TargetType=
"Button"
>
<Setter Property=
"Background"
Value=
"#FF1F3B53"
/>
<Setter Property=
"Foreground"
Value=
"#FF000000"
/>
<Setter Property=
"Padding"
Value=
"3"
/>
<Setter Property=
"BorderThickness"
Value=
"1"
/>
<Setter Property=
"BorderBrush"
>
<Setter.Value>
<LinearGradientBrush EndPoint=
"0.5,1"
StartPoint=
"0.5,0"
>
<GradientStop Color=
"#FFA3AEB9"
Offset=
"0"
/>
<GradientStop Color=
"#FF8399A9"
Offset=
"0.375"
/>
<GradientStop Color=
"#FF718597"
Offset=
"0.375"
/>
<GradientStop Color=
"#FF617584"
Offset=
"1"
/>
</LinearGradientBrush>
</Setter.Value>
</Setter>
<Setter Property=
"Template"
>
<Setter.Value>
<ControlTemplate TargetType=
"Button"
>
<Grid>
<VisualStateManager.VisualStateGroups>
<VisualStateGroup x:Name=
"CommonStates"
>
<VisualState x:Name=
"Normal"
/>
<VisualState x:Name=
"MouseOver"
>
<Storyboard>
<DoubleAnimationUsingKeyFrames Storyboard.TargetName=
"BackgroundAnimation"
Storyboard.TargetProperty=
"Opacity"
>
<SplineDoubleKeyFrame KeyTime=
"0"
Value=
"1"
/>
</DoubleAnimationUsingKeyFrames>
</Storyboard>
</VisualState>
<VisualState x:Name=
"Pressed"
>
<Storyboard>
<DoubleAnimationUsingKeyFrames Storyboard.TargetName=
"BackgroundAnimation"
Storyboard.TargetProperty=
"Opacity"
>
<SplineDoubleKeyFrame KeyTime=
"0"
Value=
"1"
/>
</DoubleAnimationUsingKeyFrames>
</Storyboard>
</VisualState>
<VisualState x:Name=
"Disabled"
>
<Storyboard>
<DoubleAnimationUsingKeyFrames Storyboard.TargetName=
"DisabledVisualElement"
Storyboard.TargetProperty=
"Opacity"
>
<SplineDoubleKeyFrame KeyTime=
"0"
Value=
".55"
/>
</DoubleAnimationUsingKeyFrames>
</Storyboard>
</VisualState>
</VisualStateGroup>
<VisualStateGroup x:Name=
"FocusStates"
>
<VisualState x:Name=
"Focused"
>
<Storyboard>
<DoubleAnimationUsingKeyFrames Storyboard.TargetName=
"FocusVisualElement"
Storyboard.TargetProperty=
"Opacity"
>
<SplineDoubleKeyFrame KeyTime=
"0"
Value=
"1"
/>
</DoubleAnimationUsingKeyFrames>
</Storyboard>
</VisualState>
<VisualState x:Name=
"Unfocused"
/>
</VisualStateGroup>
</VisualStateManager.VisualStateGroups>
<Border x:Name=
"Background"
Background=
"{StaticResource FB}"
BorderBrush=
"{StaticResource FE}"
BorderThickness=
"{TemplateBinding BorderThickness}"
CornerRadius=
"3"
>
<Grid Margin=
"0"
>
<Border x:Name=
"BackgroundAnimation"
Opacity=
"0"
/>
<Rectangle x:Name=
"BackgroundGradient"
Fill=
"{StaticResource FB}"
StrokeThickness=
"0"
RadiusX=
"2"
RadiusY=
"4"
Opacity=
"0.55"
/>
</Grid>
</Border>
<Rectangle x:Name=
"DisabledVisualElement"
RadiusX=
"3"
RadiusY=
"3"
IsHitTestVisible=
"false"
Opacity=
"0"
/>
<Rectangle x:Name=
"FocusVisualElement"
Stroke=
"Black"
StrokeThickness=
"1"
RadiusX=
"2"
RadiusY=
"2"
Margin=
"1"
IsHitTestVisible=
"false"
Opacity=
"0"
/>
<Path Fill=
"{StaticResource CD}"
Stretch=
"Fill"
Height=
"23"
HorizontalAlignment=
"Left"
Margin=
"8,0,0,0"
Width=
"23"
UseLayoutRounding=
"False"
Data=
"M16,0 L24,0 L24,16.000008 L40,16.000008 L40,24.000008 L24,24.000008 L24,40 L16,40 L16,24.000008 L0,24.000008 L0,16.000008 L16,16.000008 z"
/>
</Grid>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style x:Key=
"IconButtonStyle2"
TargetType=
"Button"
>
<Setter Property=
"Background"
Value=
"#FF1F3B53"
/>
<Setter Property=
"Foreground"
Value=
"#FF000000"
/>
<Setter Property=
"Padding"
Value=
"3"
/>
<Setter Property=
"BorderThickness"
Value=
"1"
/>
<Setter Property=
"BorderBrush"
>
<Setter.Value>
<LinearGradientBrush EndPoint=
"0.5,1"
StartPoint=
"0.5,0"
>
<GradientStop Color=
"#FFA3AEB9"
Offset=
"0"
/>
<GradientStop Color=
"#FF8399A9"
Offset=
"0.375"
/>
<GradientStop Color=
"#FF718597"
Offset=
"0.375"
/>
<GradientStop Color=
"#FF617584"
Offset=
"1"
/>
</LinearGradientBrush>
</Setter.Value>
</Setter>
<Setter Property=
"Template"
>
<Setter.Value>
<ControlTemplate TargetType=
"Button"
>
<Grid>
<VisualStateManager.VisualStateGroups>
<VisualStateGroup x:Name=
"CommonStates"
>
<VisualState x:Name=
"Normal"
/>
<VisualState x:Name=
"MouseOver"
>
<Storyboard>
<DoubleAnimationUsingKeyFrames Storyboard.TargetName=
"BackgroundAnimation"
Storyboard.TargetProperty=
"Opacity"
>
<SplineDoubleKeyFrame KeyTime=
"0"
Value=
"1"
/>
</DoubleAnimationUsingKeyFrames>
</Storyboard>
</VisualState>
<VisualState x:Name=
"Pressed"
>
<Storyboard>
<DoubleAnimationUsingKeyFrames Storyboard.TargetName=
"BackgroundAnimation"
Storyboard.TargetProperty=
"Opacity"
>
<SplineDoubleKeyFrame KeyTime=
"0"
Value=
"1"
/>
</DoubleAnimationUsingKeyFrames>
</Storyboard>
</VisualState>
<VisualState x:Name=
"Disabled"
>
<Storyboard>
<DoubleAnimationUsingKeyFrames Storyboard.TargetName=
"DisabledVisualElement"
Storyboard.TargetProperty=
"Opacity"
>
<SplineDoubleKeyFrame KeyTime=
"0"
Value=
".55"
/>
</DoubleAnimationUsingKeyFrames>
</Storyboard>
</VisualState>
</VisualStateGroup>
<VisualStateGroup x:Name=
"FocusStates"
>
<VisualState x:Name=
"Focused"
>
<Storyboard>
<DoubleAnimationUsingKeyFrames Storyboard.TargetName=
"FocusVisualElement"
Storyboard.TargetProperty=
"Opacity"
>
<SplineDoubleKeyFrame KeyTime=
"0"
Value=
"1"
/>
</DoubleAnimationUsingKeyFrames>
</Storyboard>
</VisualState>
<VisualState x:Name=
"Unfocused"
/>
</VisualStateGroup>
</VisualStateManager.VisualStateGroups>
<Border x:Name=
"Background"
Background=
"{StaticResource FB}"
BorderBrush=
"{StaticResource FE}"
BorderThickness=
"{TemplateBinding BorderThickness}"
CornerRadius=
"3"
>
<Grid Margin=
"0"
>
<Border x:Name=
"BackgroundAnimation"
Opacity=
"0"
/>
<Rectangle x:Name=
"BackgroundGradient"
Fill=
"{StaticResource FB}"
StrokeThickness=
"0"
RadiusX=
"2"
RadiusY=
"4"
Opacity=
"0.55"
/>
</Grid>
</Border>
<Rectangle x:Name=
"DisabledVisualElement"
RadiusX=
"3"
RadiusY=
"3"
IsHitTestVisible=
"false"
Opacity=
"0"
/>
<Rectangle x:Name=
"FocusVisualElement"
Stroke=
"Black"
StrokeThickness=
"1"
RadiusX=
"2"
RadiusY=
"2"
Margin=
"1"
IsHitTestVisible=
"false"
Opacity=
"0"
/>
<Path Fill=
"{StaticResource CD}"
Stretch=
"Fill"
Height=
"22.833"
HorizontalAlignment=
"Left"
VerticalAlignment=
"Center"
Width=
"21.333"
UseLayoutRounding=
"False"
Data=
"M144.16599,168.16701 L143.99966,191.00034 L165.33321,180.00017 z"
Margin=
"10,0,0,0"
/>
</Grid>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style x:Key=
"IconButtonStyle3"
TargetType=
"Button"
>
<Setter Property=
"Background"
Value=
"#FF1F3B53"
/>
<Setter Property=
"Foreground"
Value=
"#FF000000"
/>
<Setter Property=
"Padding"
Value=
"3"
/>
<Setter Property=
"BorderThickness"
Value=
"1"
/>
<Setter Property=
"BorderBrush"
>
<Setter.Value>
<LinearGradientBrush EndPoint=
"0.5,1"
StartPoint=
"0.5,0"
>
<GradientStop Color=
"#FFA3AEB9"
Offset=
"0"
/>
<GradientStop Color=
"#FF8399A9"
Offset=
"0.375"
/>
<GradientStop Color=
"#FF718597"
Offset=
"0.375"
/>
<GradientStop Color=
"#FF617584"
Offset=
"1"
/>
</LinearGradientBrush>
</Setter.Value>
</Setter>
<Setter Property=
"Template"
>
<Setter.Value>
<ControlTemplate TargetType=
"Button"
>
<Grid>
<VisualStateManager.VisualStateGroups>
<VisualStateGroup x:Name=
"CommonStates"
>
<VisualState x:Name=
"Normal"
/>
<VisualState x:Name=
"MouseOver"
>
<Storyboard>
<DoubleAnimationUsingKeyFrames Storyboard.TargetName=
"BackgroundAnimation"
Storyboard.TargetProperty=
"Opacity"
>
<SplineDoubleKeyFrame KeyTime=
"0"
Value=
"1"
/>
</DoubleAnimationUsingKeyFrames>
</Storyboard>
</VisualState>
<VisualState x:Name=
"Pressed"
>
<Storyboard>
<DoubleAnimationUsingKeyFrames Storyboard.TargetName=
"BackgroundAnimation"
Storyboard.TargetProperty=
"Opacity"
>
<SplineDoubleKeyFrame KeyTime=
"0"
Value=
"1"
/>
</DoubleAnimationUsingKeyFrames>
</Storyboard>
</VisualState>
<VisualState x:Name=
"Disabled"
>
<Storyboard>
<DoubleAnimationUsingKeyFrames Storyboard.TargetName=
"DisabledVisualElement"
Storyboard.TargetProperty=
"Opacity"
>
<SplineDoubleKeyFrame KeyTime=
"0"
Value=
".55"
/>
</DoubleAnimationUsingKeyFrames>
</Storyboard>
</VisualState>
</VisualStateGroup>
<VisualStateGroup x:Name=
"FocusStates"
>
<VisualState x:Name=
"Focused"
>
<Storyboard>
<DoubleAnimationUsingKeyFrames Storyboard.TargetName=
"FocusVisualElement"
Storyboard.TargetProperty=
"Opacity"
>
<SplineDoubleKeyFrame KeyTime=
"0"
Value=
"1"
/>
</DoubleAnimationUsingKeyFrames>
</Storyboard>
</VisualState>
<VisualState x:Name=
"Unfocused"
/>
</VisualStateGroup>
</VisualStateManager.VisualStateGroups>
<Border x:Name=
"Background"
Background=
"{StaticResource FB}"
BorderBrush=
"{StaticResource FE}"
BorderThickness=
"{TemplateBinding BorderThickness}"
CornerRadius=
"3"
>
<Grid Margin=
"0"
>
<Border x:Name=
"BackgroundAnimation"
Opacity=
"0"
/>
<Rectangle x:Name=
"BackgroundGradient"
Fill=
"{StaticResource FB}"
StrokeThickness=
"0"
RadiusX=
"2"
RadiusY=
"4"
Opacity=
"0.55"
/>
</Grid>
</Border>
<Rectangle x:Name=
"DisabledVisualElement"
RadiusX=
"3"
RadiusY=
"3"
IsHitTestVisible=
"false"
Opacity=
"0"
/>
<Rectangle x:Name=
"FocusVisualElement"
Stroke=
"Black"
StrokeThickness=
"1"
RadiusX=
"2"
RadiusY=
"2"
Margin=
"1"
IsHitTestVisible=
"false"
Opacity=
"0"
/>
<Path Fill=
"{StaticResource CD}"
Stretch=
"Fill"
Height=
"22.833"
HorizontalAlignment=
"Left"
Margin=
"10,0,0,0"
VerticalAlignment=
"Center"
Width=
"19.917"
UseLayoutRounding=
"False"
Data=
"M144.16599,168.16701 L143.99966,191.00034 L168.56673,179.66718 z"
RenderTransformOrigin=
"0.5,0.5"
>
<Path.RenderTransform>
<TransformGroup>
<ScaleTransform ScaleX=
"-1"
/>
<SkewTransform/>
<RotateTransform/>
<TranslateTransform X=
"-1"
/>
</TransformGroup>
</Path.RenderTransform>
</Path>
</Grid>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>