<GuiXml>
    <Controls>
        <TopLevelControl name="CyrHUD_UI" mouseEnabled="true" movable="true"  clampedToScreen="true" hidden="true" >
            <Dimensions x="280" y="30" />
            <Anchor point="TOPRIGHT" offsetX="-10" offsetY="60" />

            <OnMoveStop>
                CyrHUD.saveWindowPosition( self )
            </OnMoveStop>

            <Controls>
                <Label name="$(parent)_Time" font="ZoFontGameShadow" color="EEEEEE"
                       wrapMode="ELLIPSIS" text="50m 30s" horizontalAlignment="RIGHT">
                    <Anchor point="TOPLEFT" offsetX="10" />
                </Label>

                <Texture name="$(parent)_FlagDC" textureFile="/esoui/art/ava/ava_allianceflag_daggerfall.dds">
                    <Dimensions x="20" y="40" />
                    <Anchor point="TOPLEFT" offsetX="80" />
                </Texture>

                <Label name="$(parent)_DC" font="ZoFontGameShadow" color="688fb2"
                       wrapMode="ELLIPSIS" text="" horizontalAlignment="CENTER">
                    <Anchor point="TOPLEFT" offsetX="100" />
                </Label>

                <Texture name="$(parent)_FlagEP" textureFile="/esoui/art/ava/ava_allianceflag_ebonheart.dds">
                    <Dimensions x="20" y="40" />
                    <Anchor point="TOPLEFT" offsetX="150" />
                </Texture>

                <Label name="$(parent)_EP" font="ZoFontGameShadow" color="de5c4f"
                       wrapMode="ELLIPSIS" text="" horizontalAlignment="CENTER">
                    <Anchor point="TOPLEFT" offsetX="170" />
                </Label>

                <Texture name="$(parent)_FlagAD" textureFile="/esoui/art/ava/ava_allianceflag_aldmeri.dds">
                    <Dimensions x="20" y="40" />
                    <Anchor point="TOPLEFT" offsetX="220" />
                </Texture>

                <Label name="$(parent)_AD" font="ZoFontGameShadow" color="c3aa4a"
                       wrapMode="ELLIPSIS" text="" horizontalAlignment="LEFT" opacity="0.85">
                    <Anchor point="TOPLEFT" offsetX="240" />
                </Label>
<!--
                <Control name="CyrHUD_Label" virtual="true">
                    <Backdrop name="$(parent)Main" centerColor="0000005A" edgeColor="00000000">
                        <Anchor point="TOPLEFT" relativeTo="$(parent)" />
                        <Dimensions x="280" y="35" />
                    </Backdrop>

                    <Texture name="$(parent)Icon" layer="OVERLAY">
                        <Dimensions x="40" y="40" />
                        <Anchor point="TOPLEFT" relativePoint="TOPLEFT" relativeTo="$(parent)Main" offsetX="35" offsetY="5" />
                    </Texture>
                </Control>
-->
            </Controls>
        </TopLevelControl>
    </Controls>
</GuiXml>