{
  CloudSettingsAnnouncementScreen =
  {
    Platform = "default"
    OpenSound = "/SFX/Menu Sounds/IrisMenuOpen"
    CloseSound = "/SFX/Menu Sounds/IrisMenuBack"
    SelectionSound = "null"
    TransitionOnTime = 0.3
    TransitionOffTime = 0.35
    ForceShowCursor = true

    Back =
    {
      Justification = "Left"
      VerticalJustification = "Top"
      Red = 0
      Green = 0
      Blue = 0
      Alpha = 0
      Width = 5120
      Height = 1920
    }

    AnimatedBackground =
    {
      X = 960
      Y = 540
      /*Graphic = "ShellHalfScreenIn"*/
      Justification = "Center"
      VerticalJustification = "Center"
    }

    TitleText =
    {
      X = 960
      Y = 210
      Justification = "Center"
      TextJustification = "Center"
      Font = "SpectralSCLightTitling"
      Width = 800
      NonEnglishFont = "SpectralSCLight"
      FontSize = 36
      TextRed = 1
      TextGreen = 1
      TextBlue = 1
      TextOutlineRed = 0
      TextOutlineGreen = 0
      TextOutlineBlue = 0
      OutlineThickness = 3
      ShadowRed = 0
      ShadowGreen = 0
      ShadowBlue = 0
      ShadowOffsetY = 2
      ShadowAlpha = 1
      ShadowBlur = 0
    }

    SubHeader =
    {
      X = 960
      Y = 950
      Justification = "Center"
      VerticalJustification = "Top"
      Font = "LatoMedium"
      FontSize = 20
      TextRed = 0.87
      TextGreen = 0.87
      TextBlue = 0.87
      TextOutlineRed = 0
      TextOutlineGreen = 0
      TextOutlineBlue = 0
      OutlineThickness = 3
      ShadowRed = 0.0
      ShadowGreen = 0.0
      ShadowBlue = 0.0
      ShadowOffsetY = 3
      ShadowAlpha = 1
      ShadowBlur = 0
      Width = 720
      Height = 600
      UseLineFading = true
      ScrollSpeed = 400
      MouseWheelScrollSpeed = 30
      TextSymbolScale = 0.8
      LineSpacingBottom = 8
      
    }

    ScrollBar = 
    {
      X = 1355
      Y = 620
      Graphic = "GUI\Screens\ScrollbarDownUp"
      FreeFormSelectable = false
      ScaleY = 1.20
    }
    
    ScrollBarTracker = 
    {
      X = 1355
      Y = 320
      Graphic = "GUI\Screens\ScrollbarSlider"
      SelectedGraphic = "GUI\Screens\ScrollbarSlider"
      FreeFormSelectable = false
      Scale = 0.25
    }

    UpArrow =
    {
      X = 1355
      Y = 320
      Graphic = "GUI\Shell\UpArrow_Base"
      SelectedGraphic = "GUI\Shell\UpArrow_Highlight"
      FreeFormSelectable = false
      Scale = 0.4
    }

    DownArrow =
    {
      X = 1355
      Y = 920
      Graphic = "GUI\Shell\DownArrow_Base"
      SelectedGraphic = "GUI\Shell\DownArrow_Highlight"
      FreeFormSelectable = false
      Scale = 0.4
    }

    AnnouncementText =
    {
      X = 610
      Y = 305
      Justification = "Left"
      VerticalJustification = "Top"
      Font = "LatoMedium"
      FontSize = 20
      TextRed = 0.87
      TextGreen = 0.87
      TextBlue = 0.87
      TextOutlineRed = 0
      TextOutlineGreen = 0
      TextOutlineBlue = 0
      OutlineThickness = 3
      ShadowRed = 0.0
      ShadowGreen = 0.0
      ShadowBlue = 0.0
      ShadowOffsetX = 2
      ShadowOffsetY = 2
      ShadowAlpha = 1
      ShadowBlur = 0
      Width = 721
      Height = 625
      UseLineFading = true
      ScrollSpeed = 400
      MouseWheelScrollSpeed = 30
      TextSymbolScale = 0.8
      LineSpacingBottom = 8
      
    }

    SignatureText =
    {
      InheritFrom = "AlertSigFormat"
      X = 1275
      Y = 880
      Justification = "Right"
      HelpTextId = ""
    }

    /* Controls */
    CancelButton =
    {
      Graphic = "CancelButtonFlash"
      UnderCursorOnAnimation = "CancelButtonFlashHover"
      UnderCursorOffAnimation = "CancelButtonFlash"
      FreeFormSelectable = false
      Justification = "Center"
      VerticalJustification = "Center"
      X = 960
      Y = 1016
      FlashMin = 0.0
      FlashMax = 0.5
      FlashSpeed = 1.2
      FlashRed = 0.6
      FlashGreen = 0.4
      FlashBlue = 0.0
      MouseOverSound = "/SFX/Menu Sounds/IrisMenuToggle2"
      PressSound = "null"
	  Scale = 0.8
    }

  }
}