<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" />
                </Label>

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

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

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

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

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

                <Label name="$(parent)_AD" font="ZoFontGameShadow" color="B2B222"
                       wrapMode="ELLIPSIS" text="" horizontalAlignment="LEFT" opacity="0.85">
                    <Anchor point="TOPLEFT" offsetX="230" />
                </Label>

            </Controls>

        </TopLevelControl>
    </Controls>
</GuiXml>