<?xml version="1.0" ?>
<Falagard>

<!--
***************************************************
	Marti/Shared
***************************************************
-->

    <WidgetLook name="Marti/Shared">
        <ImagerySection name="FrameBorderOut">
            <FrameComponent>
                <Area>
                    <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
                    <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
                    <Dim type="RightEdge"><UnifiedDim scale="1" offset="0" type="RightEdge" /></Dim>
                    <Dim type="BottomEdge"><UnifiedDim scale="1" offset="0" type="BottomEdge" /></Dim>
                </Area>
                <Image type="TopLeftCorner" imageset="Marti" image="FrameBorderOutTopLeft" />
                <Image type="TopRightCorner" imageset="Marti" image="FrameBorderOutTopRight" />
                <Image type="BottomLeftCorner" imageset="Marti" image="FrameBorderOutBottomLeft" />
                <Image type="BottomRightCorner" imageset="Marti" image="FrameBorderOutBottomRight" />
                <Image type="LeftEdge" imageset="Marti" image="FrameBorderOutLeft" />
                <Image type="TopEdge" imageset="Marti" image="FrameBorderOutTop" />
                <Image type="RightEdge" imageset="Marti" image="FrameBorderOutRight" />
                <Image type="BottomEdge" imageset="Marti" image="FrameBorderOutBottom" />
                <Image type="Background" imageset="Marti" image="GenericBrush" />
            </FrameComponent>
        </ImagerySection>

        <ImagerySection name="BorderOutOnly">
            <FrameComponent>
                <Area>
                    <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
                    <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
                    <Dim type="RightEdge"><UnifiedDim scale="1" offset="0" type="RightEdge" /></Dim>
                    <Dim type="BottomEdge"><UnifiedDim scale="1" offset="0" type="BottomEdge" /></Dim>
                </Area>
                <Image type="TopLeftCorner" imageset="Marti" image="FrameBorderOutTopLeft" />
                <Image type="TopRightCorner" imageset="Marti" image="FrameBorderOutTopRight" />
                <Image type="BottomLeftCorner" imageset="Marti" image="FrameBorderOutBottomLeft" />
                <Image type="BottomRightCorner" imageset="Marti" image="FrameBorderOutBottomRight" />
                <Image type="LeftEdge" imageset="Marti" image="FrameBorderOutLeft" />
                <Image type="TopEdge" imageset="Marti" image="FrameBorderOutTop" />
                <Image type="RightEdge" imageset="Marti" image="FrameBorderOutRight" />
                <Image type="BottomEdge" imageset="Marti" image="FrameBorderOutBottom" />
            </FrameComponent>
        </ImagerySection>

        <ImagerySection name="FrameBorderIn">
            <FrameComponent>
                <Area>
                    <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
                    <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
                    <Dim type="RightEdge"><UnifiedDim scale="1" offset="0" type="RightEdge" /></Dim>
                    <Dim type="BottomEdge"><UnifiedDim scale="1" offset="0" type="BottomEdge" /></Dim>
                </Area>
                <Image type="TopLeftCorner" imageset="Marti" image="FrameBorderInTopLeft" />
                <Image type="TopRightCorner" imageset="Marti" image="FrameBorderInTopRight" />
                <Image type="BottomLeftCorner" imageset="Marti" image="FrameBorderInBottomLeft" />
                <Image type="BottomRightCorner" imageset="Marti" image="FrameBorderInBottomRight" />
                <Image type="LeftEdge" imageset="Marti" image="FrameBorderInLeft" />
                <Image type="TopEdge" imageset="Marti" image="FrameBorderInTop" />
                <Image type="RightEdge" imageset="Marti" image="FrameBorderInRight" />
                <Image type="BottomEdge" imageset="Marti" image="FrameBorderInBottom" />
                <Image type="Background" imageset="Marti" image="GenericBrush" />
            </FrameComponent>
        </ImagerySection>

        <ImagerySection name="BackgroundOnly">
            <FrameComponent>
                <Area>
                    <Dim type="LeftEdge"><AbsoluteDim value="4" /></Dim>
                    <Dim type="TopEdge"><AbsoluteDim value="4" /></Dim>
                    <Dim type="RightEdge"><UnifiedDim scale="1" offset="-4" type="RightEdge" /></Dim>
                    <Dim type="BottomEdge"><UnifiedDim scale="1" offset="-4" type="BottomEdge" /></Dim>
                </Area>
                <Image type="Background" imageset="Marti" image="GenericBrush" />
            </FrameComponent>
        </ImagerySection>

    </WidgetLook>

<!--
***************************************************
	Marti/Titlebar
***************************************************
-->

    <WidgetLook name="Marti/Titlebar">
        <Property name="CaptionColour" value="FFFFFFFF" />
        <Property name="AlwaysOnTop" value="True" />
        <ImagerySection name="caption">
            <TextComponent>
                <Area>
                    <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
                    <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
                    <Dim type="RightEdge"><UnifiedDim scale="1" offset="0" type="RightEdge" /></Dim>
                    <Dim type="BottomEdge"><UnifiedDim scale="1" offset="0" type="BottomEdge" /></Dim>
                </Area>
                <ColourProperty name="CaptionColour" />
                <VertFormat type="CentreAligned" />
                <HorzFormat type="CentreAligned" />
            </TextComponent>
        </ImagerySection>
        <ImagerySection name="Frame">
            <FrameComponent>
                <Area>
                    <Dim type="LeftEdge"><AbsoluteDim value="4" /></Dim>
                    <Dim type="TopEdge"><AbsoluteDim value="4" /></Dim>
                    <Dim type="RightEdge"><UnifiedDim scale="1" offset="-4" type="RightEdge" /></Dim>
                    <Dim type="BottomEdge"><UnifiedDim scale="1" offset="0" type="BottomEdge" /></Dim>
                </Area>
                <Image type="BottomEdge" imageset="Marti" image="FrameBorderOutBottom" />
                <Image type="Background" imageset="Marti" image="GenericBrush" />
            </FrameComponent>
        </ImagerySection>
        <StateImagery name="Active">
            <Layer>
                <Section section="Frame">
                    <Colours topLeft="FF00AF00" topRight="FF00AF00" bottomLeft="FF00AF00" bottomRight="FF00AF00" />
                </Section>
                <Section section="caption" />
            </Layer>
        </StateImagery>
        <StateImagery name="Inactive">
            <Layer>
                <Section section="Frame">
                    <Colours topLeft="FF007F00" topRight="FF007F00" bottomLeft="FF007F00" bottomRight="FF007F00" />
                </Section>
                <Section section="caption" />
            </Layer>
        </StateImagery>
        <StateImagery name="Disabled">
            <Layer>
                <Section section="Frame">
                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
                </Section>
                <Section section="caption" />
            </Layer>
        </StateImagery>
    </WidgetLook>

<!--
***************************************************
	Marti/StaticImage
***************************************************
-->

    <WidgetLook name="Marti/StaticImage">
        <Property name="BackgroundEnabled" value="True" />
	<Property name="BackgroundColours" value="tl:FFDFDFDF tr:FFDFDFDF bl:FFDFDFDF br:00DFDFDF" />
        <Property name="FrameEnabled" value="False" />
	<NamedArea name="WithFrameImageRenderArea">
		<Area>
                    <Dim type="LeftEdge"><AbsoluteDim value="4" /></Dim>
                    <Dim type="TopEdge"><AbsoluteDim value="4" /></Dim>
                    <Dim type="RightEdge"><UnifiedDim scale="1" offset="-4" type="RightEdge" /></Dim>
                    <Dim type="BottomEdge"><UnifiedDim scale="1" offset="-4" type="BottomEdge" /></Dim>
		</Area>
	</NamedArea>
	<NamedArea name="NoFrameImageRenderArea">
		<Area>
                    <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
                    <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
                    <Dim type="RightEdge"><UnifiedDim scale="1" offset="0" type="RightEdge" /></Dim>
                    <Dim type="BottomEdge"><UnifiedDim scale="1" offset="0" type="BottomEdge" /></Dim>
		</Area>
	</NamedArea>
	<ImagerySection name="Background">
	    <ImageryComponent>
	        <Area>
		    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
		    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
		    <Dim type="Width" ><UnifiedDim scale="1" offset="0" type="Width" /></Dim>
		    <Dim type="Height" ><UnifiedDim scale="1" offset="0" type="Height" /></Dim>
	        </Area>
                <Image imageset="Marti" image="GenericBrush" />
                <ColourRectProperty name="BackgroundColours" />
                <VertFormat type="Stretched" />
                <HorzFormat type="Stretched" />
            </ImageryComponent>
	</ImagerySection>
        <StateImagery name="Enabled" />
        <StateImagery name="Disabled" />
        <StateImagery name="EnabledFrame">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderOut" />
            </Layer>
        </StateImagery>
        <StateImagery name="DisabledFrame"/>
        <StateImagery name="EnabledBackground">
            <Layer>
                <Section section="Background" >
                </Section>
            </Layer>
        </StateImagery>
        <StateImagery name="DisabledBackground"/>
    </WidgetLook>

<!--
***************************************************
	Marti/Button
***************************************************
-->

    <WidgetLook name="Marti/Button">
        <Property name="NormalTextColour" value="FFFFFFFF" />
        <Property name="HoverTextColour" value="FFFFFFFF" />
        <Property name="PushedTextColour" value="FFFFFFFF" />
        <Property name="DisabledTextColour" value="FF888888" />
        <Property name="WantsMultiClickEvents" value="False" />
        <ImagerySection name="label">
            <TextComponent>
                <Area>
                    <Dim type="LeftEdge"><AbsoluteDim value="4" /></Dim>
                    <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
                    <Dim type="RightEdge"><UnifiedDim scale="1" offset="-4" type="RightEdge" /></Dim>
                    <Dim type="BottomEdge"><UnifiedDim scale="1" offset="-4" type="BottomEdge" /></Dim>
                </Area>
                <VertFormat type="CentreAligned" />
                <HorzFormat type="WordWrapCentreAligned" />
            </TextComponent>
        </ImagerySection>
        <StateImagery name="Normal">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderOut">
                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
                </Section>
                <Section section="label">
                    <ColourProperty name="NormalTextColour" />
                </Section>
            </Layer>
        </StateImagery>
        <StateImagery name="Hover">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderOut">
                    <Colours topLeft="FF9F9F9F" topRight="FF9F9F9F" bottomLeft="FF9F9F9F" bottomRight="FF9F9F9F" />
                </Section>
                <Section section="label">
                    <ColourProperty name="HoverTextColour" />
                </Section>
            </Layer>
        </StateImagery>
        <StateImagery name="Pushed">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderOut">
                    <Colours topLeft="FF6F6F6F" topRight="FF6F6F6F" bottomLeft="FF6F6F6F" bottomRight="FF6F6F6F" />
                </Section>
                <Section section="label">
                    <ColourProperty name="PushedTextColour" />
                </Section>
            </Layer>
        </StateImagery>
        <StateImagery name="Disabled">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderOut">
                    <Colours topLeft="FF3F3F3F" topRight="FF3F3F3F" bottomLeft="FF3F3F3F" bottomRight="FF3F3F3F" />
                </Section>
                <Section section="label">
                    <ColourProperty name="DisabledTextColour" />
                </Section>
            </Layer>
        </StateImagery>
    </WidgetLook>


<!--
***************************************************
	Marti/CloseButton
***************************************************
-->
	<WidgetLook name="Marti/CloseButton">
        <ImagerySection name="IconClose">
            <FrameComponent>
                <Area>
                    <Dim type="LeftEdge"><AbsoluteDim value="4" /></Dim>
                    <Dim type="TopEdge"><AbsoluteDim value="4" /></Dim>
                    <Dim type="RightEdge"><UnifiedDim scale="1" offset="-4" type="RightEdge" /></Dim>
                    <Dim type="BottomEdge"><UnifiedDim scale="1" offset="-4" type="BottomEdge" /></Dim>
                </Area>
                <Image type="Background" imageset="Marti" image="IconClose" />
            </FrameComponent>
        </ImagerySection>
        <StateImagery name="Normal">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderOut">
                    <Colours topLeft="FF990000" topRight="FF990000" bottomLeft="FF990000" bottomRight="FF990000" />
                </Section>
                <Section section="IconClose" />
            </Layer>
        </StateImagery>
        <StateImagery name="Hover">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderOut">
                    <Colours topLeft="FFCC0000" topRight="FFCC0000" bottomLeft="FFCC0000" bottomRight="FFCC0000" />
                </Section>
                <Section section="IconClose" />
            </Layer>
        </StateImagery>
        <StateImagery name="Pushed">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderOut">
                    <Colours topLeft="FFFF0000" topRight="FFFF0000" bottomLeft="FFFF0000" bottomRight="FFFF0000" />
                </Section>
                <Section section="IconClose" />
            </Layer>
        </StateImagery>
        <StateImagery name="Disabled">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderOut">
                    <Colours topLeft="FF330000" topRight="FF330000" bottomLeft="FF330000" bottomRight="FF330000" />
                </Section>
                <Section section="IconClose" />
            </Layer>
        </StateImagery>
	</WidgetLook>

<!--
***************************************************
	Marti/RadioButton
***************************************************
-->

	<WidgetLook name="Marti/RadioButton">
		<Property name="NormalTextColour" value="FF000000" />
		<Property name="HoverTextColour" value="FF000000" />
		<Property name="PushedTextColour" value="FF000000" />
		<Property name="DisabledTextColour" value="FF888888" />
		<ImagerySection name="label">
			<TextComponent>
				<Area>
					<Dim type="LeftEdge" >
						<ImageDim imageset="Marti" image="RadioButton" dimension="Width">
							<DimOperator op="Add">
								<AbsoluteDim value="4" />
							</DimOperator>
						</ImageDim>
					</Dim>
					<Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
					<Dim type="RightEdge" ><UnifiedDim scale="1" type="Width" /></Dim>
					<Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
				</Area>
				<VertFormat type="CentreAligned" />
				<HorzFormat type="LeftAligned" />
			</TextComponent>
		</ImagerySection>
		<ImagerySection name="radio">
			<ImageryComponent>
				<Area>
					<Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
					<Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
					<Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
					<Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
				</Area>
				<Image imageset="Marti" image="RadioButton" />
				<VertFormat type="CentreAligned" />
				<HorzFormat type="LeftAligned" />
			</ImageryComponent>
		</ImagerySection>
		<StateImagery name="Normal">
			<Layer>
				<Section section="radio" />
				<Section section="label">
					<ColourProperty name="NormalTextColour" />
				</Section>
			</Layer>
		</StateImagery>
		<StateImagery name="Hover">
			<Layer>
				<Section section="radio" >
					<Colours topLeft="FFCC0000" topRight="FFCC0000" bottomLeft="FFCC0000" bottomRight="FFCC0000" />
				</Section>
				<Section section="label">
					<ColourProperty name="HoverTextColour" />
				</Section>
			</Layer>
		</StateImagery>
		<StateImagery name="SelectedNormal">
			<Layer>
				<Section section="radio" >
					<Colours topLeft="FFCC0000" topRight="FFCC0000" bottomLeft="FFCC0000" bottomRight="FFCC0000" />
				</Section>
				<Section section="label">
					<ColourProperty name="NormalTextColour" />
				</Section>
			</Layer>
		</StateImagery>
		<StateImagery name="SelectedHover">
			<Layer>
				<Section section="radio" >
					<Colours topLeft="FFCC0000" topRight="FFCC0000" bottomLeft="FFCC0000" bottomRight="FFCC0000" />
				</Section>
				<Section section="label">
					<ColourProperty name="HoverTextColour" />
				</Section>
			</Layer>
		</StateImagery>
	</WidgetLook>


<!--
***************************************************
	Marti/CheckboxButton
***************************************************
-->

	<WidgetLook name="Marti/Checkbox">
		<Property name="NormalTextColour" value="FF000000" />
		<Property name="HoverTextColour" value="FF000000" />
		<Property name="PushedTextColour" value="FF000000" />
		<Property name="DisabledTextColour" value="FF888888" />
		<ImagerySection name="label">
			<TextComponent>
				<Area>
					<Dim type="LeftEdge" >
						<ImageDim imageset="Marti" image="CheckboxButton" dimension="Width">
							<DimOperator op="Add">
								<AbsoluteDim value="4" />
							</DimOperator>
						</ImageDim>
					</Dim>
					<Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
					<Dim type="RightEdge" ><UnifiedDim scale="1" type="Width" /></Dim>
					<Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
				</Area>
				<VertFormat type="CentreAligned" />
				<HorzFormat type="LeftAligned" />
			</TextComponent>
		</ImagerySection>
		<ImagerySection name="checkbox">
			<ImageryComponent>
				<Area>
					<Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
					<Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
					<Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
					<Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
				</Area>
				<Image imageset="Marti" image="CheckboxButton" />
				<VertFormat type="CentreAligned" />
				<HorzFormat type="LeftAligned" />
			</ImageryComponent>
		</ImagerySection>
		<StateImagery name="Normal">
			<Layer>
				<Section section="checkbox" />
				<Section section="label">
					<ColourProperty name="NormalTextColour" />
				</Section>
			</Layer>
		</StateImagery>
		<StateImagery name="Hover">
			<Layer>
				<Section section="checkbox" />
				<Section section="label">
					<ColourProperty name="HoverTextColour" />
				</Section>
			</Layer>
		</StateImagery>
		<StateImagery name="SelectedNormal">
			<Layer>
				<Section section="checkbox">
					<Colours topLeft="FFCC0000" topRight="FFCC0000" bottomLeft="FFCC0000" bottomRight="FFCC0000" />
				</Section>
				<Section section="label">
					<ColourProperty name="NormalTextColour" />
				</Section>
			</Layer>
		</StateImagery>
		<StateImagery name="SelectedHover">
			<Layer>
				<Section section="checkbox">
					<Colours topLeft="FFCC0000" topRight="FFCC0000" bottomLeft="FFCC0000" bottomRight="FFCC0000" />
				</Section>
				<Section section="label">
					<ColourProperty name="HoverTextColour" />
				</Section>
			</Layer>
		</StateImagery>
	</WidgetLook>

<!--
***************************************************
	MartiLook/ScrollablePane
***************************************************
-->
	<WidgetLook name="Marti/ScrollablePane">
		<NamedArea name="ViewableArea">
            <Area>
                <Dim type="LeftEdge" ><ImageDim imageset="Marti" image="FrameBorderInLeft" dimension="Width" /></Dim>
                <Dim type="TopEdge" ><ImageDim imageset="Marti" image="FrameBorderInTop" dimension="Height" /></Dim>
                <Dim type="RightEdge" >
                    <UnifiedDim scale="1" type="RightEdge">
                        <DimOperator op="Subtract">
                            <ImageDim imageset="Marti" image="FrameBorderInRight" dimension="Width" />
                        </DimOperator>
                    </UnifiedDim>
                </Dim>
                <Dim type="BottomEdge" >
                    <UnifiedDim scale="1" type="BottomEdge">
                        <DimOperator op="Subtract">
                            <ImageDim imageset="Marti" image="FrameBorderInBottom" dimension="Height" />
                        </DimOperator>
                    </UnifiedDim>
                </Dim>
            </Area>
		</NamedArea>
		<NamedArea name="ViewableAreaVScroll">
            <Area>
                <Dim type="LeftEdge" ><ImageDim imageset="Marti" image="FrameBorderInLeft" dimension="Width" /></Dim>
                <Dim type="TopEdge" ><ImageDim imageset="Marti" image="FrameBorderInTop" dimension="Height" /></Dim>
                <Dim type="RightEdge" >
                    <UnifiedDim scale="1" type="RightEdge">
                        <DimOperator op="Subtract">
                            <ImageDim imageset="Marti" image="FrameBorderInRight" dimension="Width" />
                        </DimOperator>
                    </UnifiedDim>
                </Dim>
                <Dim type="BottomEdge" >
                    <UnifiedDim scale="1" type="BottomEdge">
                        <DimOperator op="Subtract">
                            <ImageDim imageset="Marti" image="FrameBorderInBottom" dimension="Height" />
                        </DimOperator>
                    </UnifiedDim>
                </Dim>
            </Area>
		</NamedArea>
		<NamedArea name="ViewableAreaHScroll">
            <Area>
                <Dim type="LeftEdge" ><ImageDim imageset="Marti" image="FrameBorderInLeft" dimension="Width" /></Dim>
                <Dim type="TopEdge" ><ImageDim imageset="Marti" image="FrameBorderInTop" dimension="Height" /></Dim>
                <Dim type="RightEdge" >
                    <UnifiedDim scale="1" type="RightEdge">
                        <DimOperator op="Subtract">
                            <ImageDim imageset="Marti" image="FrameBorderInRight" dimension="Width" />
                        </DimOperator>
                    </UnifiedDim>
                </Dim>
                <Dim type="BottomEdge" >
                    <UnifiedDim scale="1" type="BottomEdge">
                        <DimOperator op="Subtract">
                            <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
                        </DimOperator>
                    </UnifiedDim>
                </Dim>
            </Area>
		</NamedArea>
		<NamedArea name="ViewableAreaHVScroll">
            <Area>
                <Dim type="LeftEdge" ><ImageDim imageset="Marti" image="FrameBorderInLeft" dimension="Width" /></Dim>
                <Dim type="TopEdge" ><ImageDim imageset="Marti" image="FrameBorderInTop" dimension="Height" /></Dim>
                <Dim type="RightEdge" >
                    <UnifiedDim scale="1" type="RightEdge">
                        <DimOperator op="Subtract">
                            <WidgetDim widget="__auto_vscrollbar__" dimension="Height" />
                        </DimOperator>
                    </UnifiedDim>
                </Dim>
                <Dim type="BottomEdge" >
                    <UnifiedDim scale="1" type="BottomEdge">
                        <DimOperator op="Subtract">
                            <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
                        </DimOperator>
                    </UnifiedDim>
                </Dim>
            </Area>
		</NamedArea>
		<Child  type="Marti/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
			<Area>
				<Dim type="LeftEdge" ><AbsoluteDim value="4" /></Dim>
				<Dim type="TopEdge" ><AbsoluteDim value="-5" /></Dim>
				<Dim type="Width" ><UnifiedDim scale="1" offset="-24" type="Width" /></Dim>
				<Dim type="Height" ><AbsoluteDim value="20" /></Dim>
			</Area>
			<VertAlignment type="BottomAligned" />
		</Child>
		<Child  type="Marti/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
			<Area>
				<Dim type="LeftEdge" ><AbsoluteDim value="-5" /></Dim>
				<Dim type="TopEdge" ><AbsoluteDim value="4" /></Dim>
				<Dim type="Width" ><AbsoluteDim value="20" /></Dim>
				<Dim type="Height" ><UnifiedDim scale="1" offset="-24" type="Height" /></Dim>
			</Area>
			<HorzAlignment type="RightAligned" />
		</Child>
        <StateImagery name="Enabled">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderIn" />
            </Layer>
        </StateImagery>
        <StateImagery name="Disabled">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderIn">
                	<Colours topLeft="FFAAAAAA" topRight="FFAAAAAA" bottomLeft="FFAAAAAA" bottomRight="FFAAAAAA" />
                </Section>
            </Layer>
        </StateImagery>
	</WidgetLook>



<!--
***************************************************
	Marti/FrameWindow
***************************************************
-->

    <WidgetLook name="Marti/FrameWindow">
        <Property name="NSSizingCursorImage" value="set:Marti image:MouseNoSoCursor" />
        <Property name="EWSizingCursorImage" value="set:Marti image:MouseEsWeCursor" />
        <Property name="NWSESizingCursorImage" value="set:Marti image:MouseNwSeCursor" />
        <Property name="NESWSizingCursorImage" value="set:Marti image:MouseNeSwCursor" />
        <Property name="RollUpEnabled" value="False" />
        <NamedArea name="ClientWithTitleWithFrame">
            <Area>
                <Dim type="LeftEdge"><AbsoluteDim value="4" /></Dim>

                <Dim type="TopEdge">
                	<WidgetDim widget="__auto_titlebar__" dimension="BottomEdge" >
				<DimOperator op="Subtract">
					<AbsoluteDim value="2" />
				</DimOperator>
			</WidgetDim>
		</Dim>
                <Dim type="RightEdge"><UnifiedDim scale="1" offset="-4" type="RightEdge" /></Dim>
                <Dim type="BottomEdge"><UnifiedDim scale="1" offset="-4" type="BottomEdge" /></Dim>
            </Area>
        </NamedArea>
        <NamedArea name="ClientWithTitleNoFrame">
            <Area>
                <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
                <Dim type="TopEdge"><WidgetDim widget="__auto_titlebar__" dimension="BottomEdge" /></Dim>
                <Dim type="RightEdge"><UnifiedDim scale="1" type="RightEdge" /></Dim>
                <Dim type="BottomEdge"><UnifiedDim scale="1" type="BottomEdge" /></Dim>
            </Area>
        </NamedArea>
        <NamedArea name="ClientNoTitleWithFrame">
            <Area>
                <Dim type="LeftEdge"><AbsoluteDim value="4" /></Dim>
                <Dim type="TopEdge"><AbsoluteDim value="4" /></Dim>
                <Dim type="RightEdge"><UnifiedDim scale="1" offset="-4" type="RightEdge" /></Dim>
                <Dim type="BottomEdge"><UnifiedDim scale="1" offset="-4" type="BottomEdge" /></Dim>
            </Area>
        </NamedArea>
        <NamedArea name="ClientNoTitleNoFrame">
            <Area>
                <Dim type="LeftEdge" ><AbsoluteDim value="4" /></Dim>
                <Dim type="TopEdge" ><AbsoluteDim value="4" /></Dim>
                <Dim type="Width" ><UnifiedDim scale="1" offset="-4" type="Width" /></Dim>
                <Dim type="Height" ><UnifiedDim scale="1" offset="-4" type="Height" /></Dim>
            </Area>
        </NamedArea>
        <Child type="Marti/Titlebar" nameSuffix="__auto_titlebar__">
            <Area>
                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
                <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
                <Dim type="Height" ><FontDim type="LineSpacing" padding="14" /></Dim>
            </Area>
            <Property name="AlwaysOnTop" value="False" />
        </Child>
        <Child type="Marti/CloseButton" nameSuffix="__auto_closebutton__">
            <Area>
                <Dim type="LeftEdge" ><AbsoluteDim value="-5" /></Dim>
                <Dim type="TopEdge" ><AbsoluteDim value="5" /></Dim>
                <Dim type="Width" ><AbsoluteDim value="23" /></Dim>
                <Dim type="Height" ><AbsoluteDim value="23" /></Dim>
            </Area>
            <HorzAlignment type="RightAligned" />
            <Property name="AlwaysOnTop" value="True" />
        </Child>
        <ImagerySection name="withtitle_frame">
            <FrameComponent>
                <Area>
                    <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
                    <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
                    <Dim type="RightEdge"><UnifiedDim scale="1" type="RightEdge" /></Dim>
                    <Dim type="BottomEdge"><UnifiedDim scale="1" type="BottomEdge" /></Dim>
                </Area>
                <Image type="TopLeftCorner" imageset="Marti" image="FrameBorderOutTopLeft" />
                <Image type="TopRightCorner" imageset="Marti" image="FrameBorderOutTopRight" />
                <Image type="BottomLeftCorner" imageset="Marti" image="FrameBorderOutBottomLeft" />
                <Image type="BottomRightCorner" imageset="Marti" image="FrameBorderOutBottomRight" />
                <Image type="LeftEdge" imageset="Marti" image="FrameBorderOutLeft" />
                <Image type="TopEdge" imageset="Marti" image="FrameBorderOutTop" />
                <Image type="RightEdge" imageset="Marti" image="FrameBorderOutRight" />
                <Image type="BottomEdge" imageset="Marti" image="FrameBorderOutBottom" />
                <Image type="Background" imageset="Marti" image="GenericBrush" />
                <Colours topLeft="FFAAAAAA" topRight="FFAAAAAA" bottomLeft="FFAAAAAA" bottomRight="FFAAAAAA" />
            </FrameComponent>
        </ImagerySection>
        <ImagerySection name="notitle_frame">
            <FrameComponent>
                <Area>
                    <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
                    <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
                    <Dim type="RightEdge"><UnifiedDim scale="1" type="RightEdge" /></Dim>
                    <Dim type="BottomEdge"><UnifiedDim scale="1" type="BottomEdge" /></Dim>
                </Area>
                <Image type="TopLeftCorner" imageset="Marti" image="FrameBorderOutTopLeft" />
                <Image type="TopRightCorner" imageset="Marti" image="FrameBorderOutTopRight" />
                <Image type="BottomLeftCorner" imageset="Marti" image="FrameBorderOutBottomLeft" />
                <Image type="BottomRightCorner" imageset="Marti" image="FrameBorderOutBottomRight" />
                <Image type="LeftEdge" imageset="Marti" image="FrameBorderOutLeft" />
                <Image type="TopEdge" imageset="Marti" image="FrameBorderOutTop" />
                <Image type="RightEdge" imageset="Marti" image="FrameBorderOutRight" />
                <Image type="BottomEdge" imageset="Marti" image="FrameBorderOutBottom" />
                <Image type="Background" imageset="Marti" image="GenericBrush" />
                <Colours topLeft="FFAAAAAA" topRight="FFAAAAAA" bottomLeft="FFAAAAAA" bottomRight="FFAAAAAA" />
            </FrameComponent>
        </ImagerySection>
        <ImagerySection name="withtitle_noframe_client_area">
            <FrameComponent>
                <Area>
                    <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
                    <Dim type="TopEdge"><WidgetDim widget="__auto_titlebar__" dimension="BottomEdge" /></Dim>
                    <Dim type="RightEdge"><UnifiedDim scale="1" type="RightEdge" /></Dim>
                    <Dim type="BottomEdge"><UnifiedDim scale="1" type="BottomEdge" /></Dim>
                </Area>
                <Image type="TopLeftCorner" imageset="Marti" image="FrameBorderOutTopLeft" />
                <Image type="TopRightCorner" imageset="Marti" image="FrameBorderOutTopRight" />
                <Image type="BottomLeftCorner" imageset="Marti" image="FrameBorderOutBottomLeft" />
                <Image type="BottomRightCorner" imageset="Marti" image="FrameBorderOutBottomRight" />
                <Image type="LeftEdge" imageset="Marti" image="FrameBorderOutLeft" />
                <Image type="TopEdge" imageset="Marti" image="FrameBorderOutTop" />
                <Image type="RightEdge" imageset="Marti" image="FrameBorderOutRight" />
                <Image type="BottomEdge" imageset="Marti" image="FrameBorderOutBottom" />
                <Image type="Background" imageset="Marti" image="GenericBrush" />
                <Colours topLeft="FF333333" topRight="FF333333" bottomLeft="FF333333" bottomRight="FF333333" />
            </FrameComponent>
        </ImagerySection>
        <ImagerySection name="notitle_noframe_client_area">
            <FrameComponent>
                <Area>
                    <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
                    <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
                    <Dim type="RightEdge"><UnifiedDim scale="1" type="RightEdge" /></Dim>
                    <Dim type="BottomEdge"><UnifiedDim scale="1" type="BottomEdge" /></Dim>
                </Area>
                <Image type="TopLeftCorner" imageset="Marti" image="FrameBorderOutTopLeft" />
                <Image type="TopRightCorner" imageset="Marti" image="FrameBorderOutTopRight" />
                <Image type="BottomLeftCorner" imageset="Marti" image="FrameBorderOutBottomLeft" />
                <Image type="BottomRightCorner" imageset="Marti" image="FrameBorderOutBottomRight" />
                <Image type="LeftEdge" imageset="Marti" image="FrameBorderOutLeft" />
                <Image type="TopEdge" imageset="Marti" image="FrameBorderOutTop" />
                <Image type="RightEdge" imageset="Marti" image="FrameBorderOutRight" />
                <Image type="BottomEdge" imageset="Marti" image="FrameBorderOutBottom" />
                <Image type="Background" imageset="Marti" image="GenericBrush" />
                <Colours topLeft="FF333333" topRight="FF333333" bottomLeft="FF333333" bottomRight="FF333333" />
            </FrameComponent>
        </ImagerySection>
        <StateImagery name="ActiveWithTitleWithFrame">
            <Layer>
                <Section section="withtitle_frame" />
            </Layer>
        </StateImagery>
        <StateImagery name="InactiveWithTitleWithFrame">
            <Layer>
                <Section section="withtitle_frame" />
            </Layer>
        </StateImagery>
        <StateImagery name="DisabledWithTitleWithFrame">
            <Layer>
                <Section section="withtitle_frame" />
            </Layer>
        </StateImagery>
        <StateImagery name="ActiveWithTitleNoFrame">
            <Layer>
                <Section section="withtitle_noframe_client_area" />
            </Layer>
        </StateImagery>
        <StateImagery name="InactiveWithTitleNoFrame">
            <Layer>
                <Section section="withtitle_noframe_client_area" />
            </Layer>
        </StateImagery>
        <StateImagery name="DisabledWithTitleNoFrame">
            <Layer>
                <Section section="withtitle_noframe_client_area" />
            </Layer>
        </StateImagery>
        <StateImagery name="ActiveNoTitleWithFrame">
            <Layer>
                <Section section="notitle_frame" />
            </Layer>
        </StateImagery>
        <StateImagery name="InactiveNoTitleWithFrame">
            <Layer>
                <Section section="notitle_frame" />
            </Layer>
        </StateImagery>
        <StateImagery name="DisabledNoTitleWithFrame">
            <Layer>
                <Section section="notitle_frame" />
            </Layer>
        </StateImagery>
        <StateImagery name="ActiveNoTitleNoFrame">
            <Layer>
                <Section section="notitle_noframe_client_area" />
            </Layer>
        </StateImagery>
        <StateImagery name="InactiveNoTitleNoFrame">
            <Layer>
                <Section section="notitle_noframe_client_area" />
            </Layer>
        </StateImagery>
        <StateImagery name="DisabledNoTitleNoFrame">
            <Layer>
                <Section section="notitle_noframe_client_area" />
            </Layer>
        </StateImagery>
    </WidgetLook>



<!--
***************************************************
	Marti/Editbox
***************************************************
-->

    <WidgetLook name="Marti/Editbox">
        <PropertyDefinition name="ReadOnlyBGColour" initialValue="FFDFDFDF" />
	<Property name="MouseCursorImage" value="set:Marti image:MouseTextBar" />
        <Property name="NormalTextColour" value="FF000000" />
        <Property name="SelectedTextColour" value="FFFFFFFF" />
        <Property name="ActiveSelectionColour" value="FF607FFF" />
        <Property name="InactiveSelectionColour" value="FF808080" />
        <NamedArea name="TextArea">
            <Area>
                <Dim type="LeftEdge" ><AbsoluteDim value="7" /></Dim>
                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
                <Dim type="RightEdge" ><UnifiedDim scale="1.0" offset="-7" type="RightEdge" /></Dim>
                <Dim type="BottomEdge" ><UnifiedDim scale="1.0" offset="-4" type="BottomEdge" /></Dim>
            </Area>
        </NamedArea>
        <ImagerySection name="selection">
            <ImageryComponent>
                <Area>
                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
                    <Dim type="TopEdge" ><AbsoluteDim value="6" /></Dim>
                    <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
                    <Dim type="BottomEdge" ><UnifiedDim scale="1.0"  offset="-2" type="BottomEdge" /></Dim>
                </Area>
                <Image imageset="Marti" image="GenericBrush" />
                <VertFormat type="Stretched" />
                <HorzFormat type="Stretched" />
            </ImageryComponent>
        </ImagerySection>
        <ImagerySection name="Carat">
            <ImageryComponent>
                <Area>
                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
                    <Dim type="TopEdge" ><AbsoluteDim value="6" /></Dim>
                    <Dim type="Width" ><AbsoluteDim value="2" /></Dim>
                    <Dim type="BottomEdge" ><UnifiedDim scale="1.0"  offset="-2" type="BottomEdge" /></Dim>
                </Area>
                <Image imageset="Marti" image="GenericBrush" />
                <Colours topLeft="FF2222FF" topRight="FF2222FF" bottomLeft="FF2222FF" bottomRight="FF2222FF" />
                <VertFormat type="Stretched" />
                <HorzFormat type="Stretched" />
            </ImageryComponent>
        </ImagerySection>
        <StateImagery name="Enabled">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderIn" />
            </Layer>
        </StateImagery>
        <StateImagery name="ReadOnly">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderOut" >
                    <ColourProperty name="ReadOnlyBGColour" />
                </Section>
            </Layer>
        </StateImagery>
        <StateImagery name="Disabled">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderIn" >
                    <ColourProperty name="ReadOnlyBGColour" />
                </Section>
            </Layer>
        </StateImagery>
        <StateImagery name="ActiveSelection">
            <Layer>
                <Section section="selection">
                    <ColourProperty name="ActiveSelectionColour" />
                </Section>
            </Layer>
        </StateImagery>
        <StateImagery name="InactiveSelection">
            <Layer>
                <Section section="selection">
                    <ColourProperty name="InactiveSelectionColour" />
                </Section>
            </Layer>
        </StateImagery>
    </WidgetLook>

<!--
***************************************************
	Marti/ButtonUp
***************************************************
-->

    <WidgetLook name="Marti/ButtonUp">
        <Property name="NormalTextColour" value="FFAAAAAA" />
	<Property name="HoverTextColour" value="FFCCCCCC" />
	<Property name="PushedTextColour" value="FF999999" />
	<Property name="DisabledTextColour" value="FF888888" />
	<ImagerySection name="IconUpArrow">
	    <FrameComponent>
		<Area>
		    <Dim type="LeftEdge"><AbsoluteDim value="4" /></Dim>
		    <Dim type="TopEdge"><AbsoluteDim value="4" /></Dim>
		    <Dim type="RightEdge"><UnifiedDim scale="1" offset="-4" type="RightEdge" /></Dim>
		    <Dim type="BottomEdge"><UnifiedDim scale="1" offset="-4" type="BottomEdge" /></Dim>
		</Area>
		<Image type="Background" imageset="Marti" image="IconUpArrow" />
	    </FrameComponent>
        </ImagerySection>
        <StateImagery name="Normal">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderOut">
                    <ColourProperty name="NormalTextColour" />
                </Section>
                <Section section="IconUpArrow" />
            </Layer>
        </StateImagery>
        <StateImagery name="Hover">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderOut">
                    <ColourProperty name="HoverTextColour" />
                </Section>
                <Section section="IconUpArrow" />
            </Layer>
        </StateImagery>
        <StateImagery name="Pushed">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderOut">
                    <ColourProperty name="PushedTextColour" />
                </Section>
                <Section section="IconUpArrow" />
            </Layer>
        </StateImagery>
        <StateImagery name="Disabled">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderOut">
                    <ColourProperty name="DisabledTextColour" />
                </Section>
                <Section section="IconUpArrow" />
            </Layer>
        </StateImagery>
    </WidgetLook>

<!--
***************************************************
	Marti/VerticalScrollbarThumb
***************************************************
-->

    <WidgetLook name="Marti/VerticalScrollbarThumb">
        <Property name="VertFree" value="True" />
        <Property name="NormalTextColour" value="FFAAAAAA" />
	<Property name="HoverTextColour" value="FFCCCCCC" />
	<Property name="PushedTextColour" value="FF999999" />
	<Property name="DisabledTextColour" value="FF888888" />
	<ImagerySection name="IconVerticalThumb">
	    <FrameComponent>
		<Area>
		    <Dim type="LeftEdge"><AbsoluteDim value="4" /></Dim>
		    <Dim type="TopEdge"><AbsoluteDim value="4" /></Dim>
		    <Dim type="RightEdge"><UnifiedDim scale="1" offset="-4" type="RightEdge" /></Dim>
		    <Dim type="BottomEdge"><UnifiedDim scale="1" offset="-4" type="BottomEdge" /></Dim>
		</Area>
		<Image type="Background" imageset="Marti" image="IconVerticalThumb" />
	    </FrameComponent>
        </ImagerySection>
        <StateImagery name="Normal">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderOut">
                    <ColourProperty name="NormalTextColour" />
                </Section>
                <Section section="IconVerticalThumb" />
            </Layer>
        </StateImagery>
        <StateImagery name="Hover">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderOut">
                    <ColourProperty name="HoverTextColour" />
                </Section>
                <Section section="IconVerticalThumb" />
            </Layer>
        </StateImagery>
        <StateImagery name="Pushed">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderOut">
                    <ColourProperty name="PushedTextColour" />
                </Section>
                <Section section="IconVerticalThumb" />
            </Layer>
        </StateImagery>
        <StateImagery name="Disabled">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderOut">
                    <ColourProperty name="DisabledTextColour" />
                </Section>
                <Section section="IconVerticalThumb" />
            </Layer>
        </StateImagery>
    </WidgetLook>

<!--
***************************************************
	Marti/ButtonDown
***************************************************
-->

    <WidgetLook name="Marti/ButtonDown">
        <Property name="NormalTextColour" value="FFAAAAAA" />
	<Property name="HoverTextColour" value="FFCCCCCC" />
	<Property name="PushedTextColour" value="FF999999" />
	<Property name="DisabledTextColour" value="FF888888" />
	<ImagerySection name="IconDownArrow">
	    <FrameComponent>
		<Area>
		    <Dim type="LeftEdge"><AbsoluteDim value="4" /></Dim>
		    <Dim type="TopEdge"><AbsoluteDim value="4" /></Dim>
		    <Dim type="RightEdge"><UnifiedDim scale="1" offset="-4" type="RightEdge" /></Dim>
		    <Dim type="BottomEdge"><UnifiedDim scale="1" offset="-4" type="BottomEdge" /></Dim>
		</Area>
		<Image type="Background" imageset="Marti" image="IconDownArrow" />
	    </FrameComponent>
        </ImagerySection>
        <StateImagery name="Normal">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderOut">
                    <ColourProperty name="NormalTextColour" />
                </Section>
                <Section section="IconDownArrow" />
            </Layer>
        </StateImagery>
        <StateImagery name="Hover">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderOut">
                    <ColourProperty name="HoverTextColour" />
                </Section>
                <Section section="IconDownArrow" />
            </Layer>
        </StateImagery>
        <StateImagery name="Pushed">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderOut">
                    <ColourProperty name="PushedTextColour" />
                </Section>
                <Section section="IconDownArrow" />
            </Layer>
        </StateImagery>
        <StateImagery name="Disabled">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderOut">
                    <ColourProperty name="DisabledTextColour" />
                </Section>
                <Section section="IconDownArrow" />
            </Layer>
        </StateImagery>
    </WidgetLook>

<!--
***************************************************
	Marti/VerticalScrollbar
***************************************************
-->

    <WidgetLook name="Marti/VerticalScrollbar">
        <Property name="VerticalScrollbar" value="True" />
        <NamedArea name="ThumbTrackArea">
            <Area>
                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
                <Dim type="TopEdge" >
		    <UnifiedDim scale="0" offset="-4" type="TopEdge">
		       <DimOperator op="Add">
			    <WidgetDim widget="__auto_incbtn__" dimension="Height" />
			</DimOperator>
		    </UnifiedDim>
                </Dim>
                <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
                <Dim type="BottomEdge" >
                    <UnifiedDim scale="1.0" offset="4" type="BottomEdge">
                        <DimOperator op="Subtract">
                            <WidgetDim widget="__auto_incbtn__" dimension="Height" />
                        </DimOperator>
                    </UnifiedDim>
                </Dim>
            </Area>
        </NamedArea>
        <Child  type="Marti/ButtonUp" nameSuffix="__auto_decbtn__">
            <Area>
                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
                <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
                <Dim type="Height" ><UnifiedDim scale="1" offset="0" type="Width" /></Dim>
            </Area>
        </Child>
        <Child  type="Marti/ButtonDown" nameSuffix="__auto_incbtn__">
            <Area>
                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
                <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
                <Dim type="Height" ><UnifiedDim scale="1" offset="0" type="Width" /></Dim>
            </Area>
            <VertAlignment type="BottomAligned" />
        </Child>
        <Child  type="Marti/VerticalScrollbarThumb" nameSuffix="__auto_thumb__">
            <Area>
                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
                <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
                <Dim type="Height" ><UnifiedDim scale="1" offset="0" type="Width" /></Dim>
            </Area>
        </Child>
        <StateImagery name="Enabled">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderOut" />
            </Layer>
        </StateImagery>
        <StateImagery name="Disabled">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderOut" />
            </Layer>
        </StateImagery>
    </WidgetLook>



<!--
***************************************************
	Marti/ButtonLeft
***************************************************
-->

    <WidgetLook name="Marti/ButtonLeft">
        <Property name="NormalTextColour" value="FFAAAAAA" />
	<Property name="HoverTextColour" value="FFCCCCCC" />
	<Property name="PushedTextColour" value="FF999999" />
	<Property name="DisabledTextColour" value="FF888888" />
	<ImagerySection name="IconLeftArrow">
	    <FrameComponent>
		<Area>
		    <Dim type="LeftEdge"><AbsoluteDim value="4" /></Dim>
		    <Dim type="TopEdge"><AbsoluteDim value="4" /></Dim>
		    <Dim type="RightEdge"><UnifiedDim scale="1" offset="-4" type="RightEdge" /></Dim>
		    <Dim type="BottomEdge"><UnifiedDim scale="1" offset="-4" type="BottomEdge" /></Dim>
		</Area>
		<Image type="Background" imageset="Marti" image="IconLeftArrow" />
	    </FrameComponent>
        </ImagerySection>
        <StateImagery name="Normal">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderOut">
                    <ColourProperty name="NormalTextColour" />
                </Section>
                <Section section="IconLeftArrow" />
            </Layer>
        </StateImagery>
        <StateImagery name="Hover">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderOut">
                    <ColourProperty name="HoverTextColour" />
                </Section>
                <Section section="IconLeftArrow" />
            </Layer>
        </StateImagery>
        <StateImagery name="Pushed">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderOut">
                    <ColourProperty name="PushedTextColour" />
                </Section>
                <Section section="IconLeftArrow" />
            </Layer>
        </StateImagery>
        <StateImagery name="Disabled">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderOut">
                    <ColourProperty name="DisabledTextColour" />
                </Section>
                <Section section="IconLeftArrow" />
            </Layer>
        </StateImagery>
    </WidgetLook>


<!--
***************************************************
	Marti/HorizontalScrollbarThumb
***************************************************
-->

    <WidgetLook name="Marti/HorizontalScrollbarThumb">
        <Property name="HorzFree" value="True" />
        <Property name="NormalTextColour" value="FFAAAAAA" />
	<Property name="HoverTextColour" value="FFCCCCCC" />
	<Property name="PushedTextColour" value="FF999999" />
	<Property name="DisabledTextColour" value="FF888888" />
	<ImagerySection name="IconHorizontalThumb">
	    <FrameComponent>
		<Area>
		    <Dim type="LeftEdge"><AbsoluteDim value="4" /></Dim>
		    <Dim type="TopEdge"><AbsoluteDim value="4" /></Dim>
		    <Dim type="RightEdge"><UnifiedDim scale="1" offset="-4" type="RightEdge" /></Dim>
		    <Dim type="BottomEdge"><UnifiedDim scale="1" offset="-4" type="BottomEdge" /></Dim>
		</Area>
		<Image type="Background" imageset="Marti" image="IconHorizontalThumb" />
	    </FrameComponent>
        </ImagerySection>
        <StateImagery name="Normal">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderOut">
                    <ColourProperty name="NormalTextColour" />
                </Section>
                <Section section="IconHorizontalThumb" />
            </Layer>
        </StateImagery>
        <StateImagery name="Hover">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderOut">
                    <ColourProperty name="HoverTextColour" />
                </Section>
                <Section section="IconHorizontalThumb" />
            </Layer>
        </StateImagery>
        <StateImagery name="Pushed">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderOut">
                    <ColourProperty name="PushedTextColour" />
                </Section>
                <Section section="IconHorizontalThumb" />
            </Layer>
        </StateImagery>
        <StateImagery name="Disabled">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderOut">
                    <ColourProperty name="DisabledTextColour" />
                </Section>
                <Section section="IconHorizontalThumb" />
            </Layer>
        </StateImagery>
    </WidgetLook>

<!--
***************************************************
	Marti/ButtonRight
***************************************************
-->

    <WidgetLook name="Marti/ButtonRight">
        <Property name="NormalTextColour" value="FFAAAAAA" />
	<Property name="HoverTextColour" value="FFCCCCCC" />
	<Property name="PushedTextColour" value="FF999999" />
	<Property name="DisabledTextColour" value="FF888888" />
	<ImagerySection name="IconRightArrow">
	    <FrameComponent>
			<Area>
				<Dim type="LeftEdge"><AbsoluteDim value="4" /></Dim>
				<Dim type="TopEdge"><AbsoluteDim value="4" /></Dim>
				<Dim type="RightEdge"><UnifiedDim scale="1" offset="-4" type="RightEdge" /></Dim>
				<Dim type="BottomEdge"><UnifiedDim scale="1" offset="-4" type="BottomEdge" /></Dim>
			</Area>
			<Image type="Background" imageset="Marti" image="IconRightArrow" />
	    </FrameComponent>
        </ImagerySection>
        <StateImagery name="Normal">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderOut">
                    <ColourProperty name="NormalTextColour" />
                </Section>
                <Section section="IconRightArrow" />
            </Layer>
        </StateImagery>
        <StateImagery name="Hover">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderOut">
                    <ColourProperty name="HoverTextColour" />
                </Section>
                <Section section="IconRightArrow" />
            </Layer>
        </StateImagery>
        <StateImagery name="Pushed">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderOut">
                    <ColourProperty name="PushedTextColour" />
                </Section>
                <Section section="IconRightArrow" />
            </Layer>
        </StateImagery>
        <StateImagery name="Disabled">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderOut">
                    <ColourProperty name="DisabledTextColour" />
                </Section>
                <Section section="IconRightArrow" />
            </Layer>
        </StateImagery>
    </WidgetLook>

<!--
***************************************************
	Marti/HorizontalScrollbar
***************************************************
-->

    <WidgetLook name="Marti/HorizontalScrollbar">
        <NamedArea name="ThumbTrackArea">
            <Area>
                <Dim type="LeftEdge">
                    <UnifiedDim scale="0" offset="-4" type="LeftEdge">
                       <DimOperator op="Add">
                            <WidgetDim widget="__auto_incbtn__" dimension="Width" />
                        </DimOperator>
                    </UnifiedDim>
                </Dim>
                <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
                <Dim type="RightEdge">
                    <UnifiedDim scale="1" offset="4" type="RightEdge">
                        <DimOperator op="Subtract">
                            <WidgetDim widget="__auto_incbtn__" dimension="Width" />
                        </DimOperator>
                    </UnifiedDim>
                </Dim>
                <Dim type="BottomEdge"><UnifiedDim scale="1" type="BottomEdge" /></Dim>
            </Area>
        </NamedArea>
        <Child  type="Marti/ButtonRight" nameSuffix="__auto_incbtn__">
            <Area>
                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
                <Dim type="Width" ><UnifiedDim scale="1" type="Height" /></Dim>
                <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
            </Area>
            <HorzAlignment type="RightAligned" />
        </Child>
        <Child  type="Marti/ButtonLeft" nameSuffix="__auto_decbtn__">
            <Area>
                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
                <Dim type="Width" ><UnifiedDim scale="1" type="Height" /></Dim>
                <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
            </Area>
        </Child>
        <Child  type="Marti/HorizontalScrollbarThumb" nameSuffix="__auto_thumb__">
            <Area>
                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
                <Dim type="Width" ><UnifiedDim scale="1" offset="0" type="Height" /></Dim>
                <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
            </Area>
        </Child>
        <StateImagery name="Enabled">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderOut" />
            </Layer>
        </StateImagery>
        <StateImagery name="Disabled">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderOut" />
            </Layer>
        </StateImagery>
    </WidgetLook>

	<!--
	***************************************************
		Marti/Spinner
	***************************************************
	-->
	<WidgetLook name="Marti/Spinner">
		<Child  type="Marti/Editbox" nameSuffix="__auto_editbox__">
			<Area>
				<Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
				<Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
				<Dim type="RightEdge" >
					<UnifiedDim scale="1" type="RightEdge">
						<DimOperator op="Subtract">
							<UnifiedDim scale="0.5" type="Height" />
						</DimOperator>
					</UnifiedDim>
				</Dim>
				<Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
			</Area>
		</Child>
		<Child  type="Marti/IconButton" nameSuffix="__auto_incbtn__">
			<Area>
				<Dim type="LeftEdge" ><UnifiedDim scale="0.0" offset="0" type="LeftEdge" /></Dim>
				<Dim type="TopEdge" ><AbsoluteDim value="3" /></Dim>
				<Dim type="Width" ><UnifiedDim scale="0.7" type="Height" /></Dim>
				<Dim type="Height" ><UnifiedDim scale="0.3" type="Height" /></Dim>
			</Area>
			<HorzAlignment type="RightAligned" />
			<Property name="IconImage" value="set:Marti image:IconUpArrow" />
		</Child>
		<Child  type="Marti/IconButton" nameSuffix="__auto_decbtn__">
			<Area>
				<Dim type="LeftEdge" ><UnifiedDim scale="0.0" offset="0" type="LeftEdge" /></Dim>
				<Dim type="TopEdge" ><UnifiedDim scale="0.5" offset="-3" type="TopEdge" /></Dim>
				<Dim type="Width" ><UnifiedDim scale="0.7" type="Height" /></Dim>
				<Dim type="Height" ><UnifiedDim scale="0.3" type="Height" /></Dim>
			</Area>
			<HorzAlignment type="RightAligned" />
			<Property name="IconImage" value="set:Marti image:IconDownArrow" />
		</Child>
		<StateImagery name="Enabled" />
		<StateImagery name="Disabled" />
	</WidgetLook>


<!--
***************************************************
	Marti/StaticText
***************************************************
-->

    <WidgetLook name="Marti/StaticText">
        <Property name="BackgroundEnabled" value="True" />
        <Property name="FrameEnabled" value="True" />
        <NamedArea name="TextRenderArea">
            <Area>
                    <Dim type="LeftEdge"><AbsoluteDim value="8" /></Dim>
                    <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
                    <Dim type="RightEdge"><UnifiedDim scale="1" offset="-8" type="RightEdge" /></Dim>
                    <Dim type="BottomEdge"><UnifiedDim scale="1" offset="0" type="BottomEdge" /></Dim>
            </Area>
        </NamedArea>

        <Child  type="Marti/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
            <Area>
                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
                <Dim type="Width" ><UnifiedDim scale="1" offset="-20" type="Width" /></Dim>
                <Dim type="Height" ><AbsoluteDim value="20" /></Dim>
            </Area>
            <VertAlignment type="BottomAligned" />
        </Child>
        <Child  type="Marti/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
            <Area>
                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
                <Dim type="Width" ><AbsoluteDim value="20" /></Dim>
                <Dim type="Height" ><UnifiedDim scale="1" offset="-20" type="Height" /></Dim>
            </Area>
            <HorzAlignment type="RightAligned" />
        </Child>
	<ImagerySection name="frame">
		<FrameComponent>
			<Area>
				<Dim type="LeftEdge" ><AbsoluteDim value="4" /></Dim>
				<Dim type="TopEdge" ><AbsoluteDim value="4" /></Dim>
				<Dim type="Width" ><UnifiedDim scale="1" offset="-8" type="Width" /></Dim>
				<Dim type="Height" ><UnifiedDim scale="1" offset="-8" type="Height" /></Dim>
			</Area>
			<Image type="Background" imageset="Marti" image="GenericBrush" />
		</FrameComponent>
	</ImagerySection>
        <StateImagery name="Enabled" />
        <StateImagery name="Disabled" />
        <StateImagery name="EnabledFrame" />
        <StateImagery name="DisabledFrame" />
        <StateImagery name="EnabledBackground">
            <Layer>
                <Section section="frame">
                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
                </Section>
            </Layer>
        </StateImagery>
        <StateImagery name="DisabledBackground" />
    </WidgetLook>

<!--
***************************************************
	Marti/Listbox
***************************************************
-->

    <WidgetLook name="Marti/Listbox">
        <NamedArea name="ItemRenderingArea">
            <Area>
                <Dim type="LeftEdge" ><ImageDim imageset="Marti" image="FrameBorderInLeft" dimension="Width" /></Dim>
                <Dim type="TopEdge" ><ImageDim imageset="Marti" image="FrameBorderInTop" dimension="Height" /></Dim>
                <Dim type="RightEdge" >
                    <UnifiedDim scale="1" type="RightEdge">
                        <DimOperator op="Subtract">
                            <ImageDim imageset="Marti" image="FrameBorderInRight" dimension="Width" />
                        </DimOperator>
                    </UnifiedDim>
                </Dim>
                <Dim type="BottomEdge" >
                    <UnifiedDim scale="1" type="BottomEdge">
                        <DimOperator op="Subtract">
                            <ImageDim imageset="Marti" image="FrameBorderInBottom" dimension="Height" />
                        </DimOperator>
                    </UnifiedDim>
                </Dim>
            </Area>
        </NamedArea>
        <NamedArea name="ItemRenderingAreaHScroll">
            <Area>
                <Dim type="LeftEdge" ><ImageDim imageset="Marti" image="FrameBorderInLeft" dimension="Width" /></Dim>
                <Dim type="TopEdge" ><ImageDim imageset="Marti" image="FrameBorderInTop" dimension="Height" /></Dim>
                <Dim type="RightEdge" >
                    <UnifiedDim scale="1" type="RightEdge">
                        <DimOperator op="Subtract">
                            <ImageDim imageset="Marti" image="FrameBorderInRight" dimension="Width" />
                        </DimOperator>
                    </UnifiedDim>
                </Dim>
                <Dim type="BottomEdge" >
                    <UnifiedDim scale="1" type="BottomEdge">
                        <DimOperator op="Subtract">
                            <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
                        </DimOperator>
                    </UnifiedDim>
                </Dim>
            </Area>
        </NamedArea>
        <NamedArea name="ItemRenderingAreaVScroll">
            <Area>
                <Dim type="LeftEdge" ><ImageDim imageset="Marti" image="FrameBorderInLeft" dimension="Width" /></Dim>
                <Dim type="TopEdge" ><ImageDim imageset="Marti" image="FrameBorderInTop" dimension="Height" /></Dim>
                <Dim type="RightEdge" >
                    <UnifiedDim scale="1" type="RightEdge">
                        <DimOperator op="Subtract">
                            <ImageDim imageset="Marti" image="FrameBorderInRight" dimension="Width" />
                        </DimOperator>
                    </UnifiedDim>
                </Dim>
                <Dim type="BottomEdge" >
                    <UnifiedDim scale="1" type="BottomEdge">
                        <DimOperator op="Subtract">
                            <ImageDim imageset="Marti" image="FrameBorderInBottom" dimension="Height" />
                        </DimOperator>
                    </UnifiedDim>
                </Dim>
            </Area>
        </NamedArea>
        <NamedArea name="ItemRenderingAreaHVScroll">
            <Area>
                <Dim type="LeftEdge" ><ImageDim imageset="Marti" image="FrameBorderInLeft" dimension="Width" /></Dim>
                <Dim type="TopEdge" ><ImageDim imageset="Marti" image="FrameBorderInTop" dimension="Height" /></Dim>
                <Dim type="RightEdge" >
                    <UnifiedDim scale="1" type="RightEdge">
                        <DimOperator op="Subtract">
                            <ImageDim imageset="Marti" image="FrameBorderInRight" dimension="Width" />
                        </DimOperator>
                    </UnifiedDim>
                </Dim>
                <Dim type="BottomEdge" >
                    <UnifiedDim scale="1" type="BottomEdge">
                        <DimOperator op="Subtract">
                            <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
                        </DimOperator>
                    </UnifiedDim>
                </Dim>
            </Area>
        </NamedArea>
        <Child  type="Marti/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
            <Area>
                <Dim type="LeftEdge" ><AbsoluteDim value="4" /></Dim>
                <Dim type="TopEdge" ><AbsoluteDim value="-5" /></Dim>
                <Dim type="Width" ><UnifiedDim scale="1" offset="-24" type="Width" /></Dim>
                <Dim type="Height" ><AbsoluteDim value="20" /></Dim>
            </Area>
            <VertAlignment type="BottomAligned" />
        </Child>
        <Child  type="Marti/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
            <Area>
                <Dim type="LeftEdge" ><AbsoluteDim value="-5" /></Dim>
                <Dim type="TopEdge" ><AbsoluteDim value="4" /></Dim>
                <Dim type="Width" ><AbsoluteDim value="20" /></Dim>
                <Dim type="Height" ><UnifiedDim scale="1" offset="-24" type="Height" /></Dim>
            </Area>
            <HorzAlignment type="RightAligned" />
        </Child>
        <StateImagery name="Enabled">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderIn" />
            </Layer>
        </StateImagery>
        <StateImagery name="Disabled">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderIn">
                	<Colours topLeft="FFAAAAAA" topRight="FFAAAAAA" bottomLeft="FFAAAAAA" bottomRight="FFAAAAAA" />
                </Section>
            </Layer>
        </StateImagery>
    </WidgetLook>

<!--
***************************************************
	Marti/ListHeaderSegment
***************************************************
-->
	<WidgetLook name="Marti/ListHeaderSegment">
		<Property name="SizingCursorImage" value="set:Marti image:MouseEsWeCursor" />
		<Property name="MovingCursorImage" value="set:Marti image:MouseMoveCursor" />
		<ImagerySection name="segment">
			<FrameComponent>
				<Area>
					<Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
					<Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
					<Dim type="RightEdge" >
						<UnifiedDim scale="1" offset="0" type="RightEdge">
							<DimOperator op="Subtract">
								<ImageDim imageset="Marti" image="HeaderSplitter" dimension="Width" />
							</DimOperator>
						</UnifiedDim>
					</Dim>
					<Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
				</Area>
				<Image type="TopLeftCorner" imageset="Marti" image="FrameBorderOutTopLeft" />
				<Image type="TopRightCorner" imageset="Marti" image="FrameBorderOutTopRight" />
				<Image type="BottomLeftCorner" imageset="Marti" image="FrameBorderOutBottomLeft" />
				<Image type="BottomRightCorner" imageset="Marti" image="FrameBorderOutBottomRight" />
				<Image type="LeftEdge" imageset="Marti" image="FrameBorderOutLeft" />
				<Image type="TopEdge" imageset="Marti" image="FrameBorderOutTop" />
				<Image type="RightEdge" imageset="Marti" image="FrameBorderOutRight" />
				<Image type="BottomEdge" imageset="Marti" image="FrameBorderOutBottom" />
				<Image type="Background" imageset="Marti" image="GenericBrush" />
               	<VertFormat type="Stretched" />
				<HorzFormat type="Stretched" />
			</FrameComponent>
		</ImagerySection>
		<ImagerySection name="splitter">
			<ImageryComponent>
				<Area>
					<Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
					<Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
					<Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
					<Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
				</Area>
				<Image imageset="Marti" image="GenericBrush" />
				<VertFormat type="Stretched" />
				<HorzFormat type="RightAligned" />
			</ImageryComponent>
		</ImagerySection>
		<ImagerySection name="ascend_icon">
			<ImageryComponent>
				<Area>
					<Dim type="LeftEdge" ><AbsoluteDim value="4" /></Dim>
					<Dim type="TopEdge" ><AbsoluteDim value="8" /></Dim>
					<Dim type="Width" ><ImageDim imageset="Marti" image="IconUpArrow" dimension="Width" /></Dim>
					<Dim type="Height" ><ImageDim imageset="Marti" image="IconUpArrow" dimension="Height" /></Dim>
				</Area>
				<Image imageset="Marti" image="IconUpArrow" />
			</ImageryComponent>
		</ImagerySection>
		<ImagerySection name="descend_icon">
			<ImageryComponent>
				<Area>
					<Dim type="LeftEdge" ><AbsoluteDim value="4" /></Dim>
					<Dim type="TopEdge" ><AbsoluteDim value="8" /></Dim>
					<Dim type="Width" ><ImageDim imageset="Marti" image="IconDownArrow" dimension="Width" /></Dim>
					<Dim type="Height" ><ImageDim imageset="Marti" image="IconDownArrow" dimension="Height" /></Dim>
				</Area>
				<Image imageset="Marti" image="IconDownArrow" />
			</ImageryComponent>
		</ImagerySection>
		<ImagerySection name="label">
			<TextComponent>
				<Area>
					<Dim type="LeftEdge" >
						<ImageDim imageset="Marti" image="IconUpArrow" dimension="Width">
							<DimOperator op="Add">
								<AbsoluteDim value="5" />
							</DimOperator>
						</ImageDim>
					</Dim>
					<Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
					<Dim type="Width" ><UnifiedDim scale="1" offset="-40" type="Width" /></Dim>
					<Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
				</Area>
				<VertFormat type="CentreAligned" />
			</TextComponent>
		</ImagerySection>
		<StateImagery name="Normal">
			<Layer>
				<Section section="segment">
					<Colours topLeft="FFDDDDDD" topRight="FFDDDDDD" bottomLeft="FFDDDDDD" bottomRight="FFDDDDDD" />
				</Section>
				<Section section="splitter">
					<Colours topLeft="FFDDDDDD" topRight="FFDDDDDD" bottomLeft="FFDDDDDD" bottomRight="FFDDDDDD" />
				</Section>
				<Section section="label">
					<Colours topLeft="FF000000" topRight="FF000000" bottomLeft="FF000000" bottomRight="FF000000" />
				</Section>
			</Layer>
		</StateImagery>
		<StateImagery name="Hover">
			<Layer>
				<Section section="segment">
					<Colours topLeft="FFEFEFEF" topRight="FFEFEFEF" bottomLeft="FFEFEFEF" bottomRight="FFEFEFEF" />
				</Section>
				<Section section="splitter">
					<Colours topLeft="FFDDDDDD" topRight="FFDDDDDD" bottomLeft="FFDDDDDD" bottomRight="FFDDDDDD" />
				</Section>
				<Section section="label">
					<Colours topLeft="FF000000" topRight="FF000000" bottomLeft="FF000000" bottomRight="FF000000" />
				</Section>
			</Layer>
		</StateImagery>
		<StateImagery name="SplitterHover">
			<Layer>
				<Section section="segment">
					<Colours topLeft="FFDDDDDD" topRight="FFDDDDDD" bottomLeft="FFDDDDDD" bottomRight="FFDDDDDD" />
				</Section>
				<Section section="splitter">
					<Colours topLeft="FFEFEFEF" topRight="FFEFEFEF" bottomLeft="FFEFEFEF" bottomRight="FFEFEFEF" />
				</Section>
				<Section section="label">
					<Colours topLeft="FF000000" topRight="FF000000" bottomLeft="FF000000" bottomRight="FF000000" />
				</Section>
			</Layer>
		</StateImagery>
		<StateImagery name="DragGhost" clipped="false" >
			<Layer priority="1" >
				<Section section="segment">
					<Colours topLeft="7FEFEFEF" topRight="7FEFEFEF" bottomLeft="7FEFEFEF" bottomRight="7FEFEFEF" />
				</Section>
				<Section section="splitter">
					<Colours topLeft="7FDDDDDD" topRight="7FDDDDDD" bottomLeft="7FDDDDDD" bottomRight="7FDDDDDD" />
				</Section>
				<Section section="label">
					<Colours topLeft="7F000000" topRight="7F000000" bottomLeft="7F000000" bottomRight="7F000000" />
				</Section>
			</Layer>
		</StateImagery>
		<StateImagery name="AscendingSortIcon">
			<Layer>
				<Section section="ascend_icon" />
			</Layer>
		</StateImagery>
		<StateImagery name="DescendingSortIcon">
			<Layer>
				<Section section="descend_icon" />
			</Layer>
		</StateImagery>
		<StateImagery name="GhostAscendingSortIcon" clipped="false">
			<Layer priority="1" >
				<Section section="ascend_icon">
					<Colours topLeft="90FFFFFF" topRight="90FFFFFF" bottomLeft="90FFFFFF" bottomRight="90FFFFFF" />
				</Section>
			</Layer>
		</StateImagery>
		<StateImagery name="GhostDescendingSortIcon" clipped="false">
			<Layer priority="1" >
				<Section section="descend_icon">
					<Colours topLeft="90FFFFFF" topRight="90FFFFFF" bottomLeft="90FFFFFF" bottomRight="90FFFFFF" />
				</Section>
			</Layer>
		</StateImagery>
		<StateImagery name="Disabled" />
	</WidgetLook>


<!--
***************************************************
	Marti/ListHeader
***************************************************
-->
	<WidgetLook name="Marti/ListHeader">
		<Property name="SegmentWidgetType" value="Marti/ListHeaderSegment" />
		<StateImagery name="Enabled" />
		<StateImagery name="Disabled" />
	</WidgetLook>


	<!--
	***************************************************
		Marti/MultiColumnList
	***************************************************
	-->
	<WidgetLook name="Marti/MultiColumnList">
		<NamedArea name="ItemRenderingArea">
			<Area>
				<Dim type="LeftEdge" ><ImageDim imageset="Marti" image="FrameBorderInLeft" dimension="Width" /></Dim>
				<Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim>
				<Dim type="RightEdge" >
					<UnifiedDim scale="1" type="RightEdge">
						<DimOperator op="Subtract">
							<ImageDim imageset="Marti" image="FrameBorderInRight" dimension="Width" />
						</DimOperator>
					</UnifiedDim>
				</Dim>
				<Dim type="BottomEdge" >
					<UnifiedDim scale="1" type="BottomEdge">
						<DimOperator op="Subtract">
							<ImageDim imageset="Marti" image="FrameBorderInBottom" dimension="Height" />
						</DimOperator>
					</UnifiedDim>
				</Dim>
			</Area>
		</NamedArea>
		<NamedArea name="ItemRenderingAreaHScroll">
			<Area>
				<Dim type="LeftEdge" ><ImageDim imageset="Marti" image="FrameBorderInLeft" dimension="Width" /></Dim>
				<Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim>
				<Dim type="RightEdge" >
					<UnifiedDim scale="1" type="RightEdge">
						<DimOperator op="Subtract">
							<ImageDim imageset="Marti" image="FrameBorderInRight" dimension="Width" />
						</DimOperator>
					</UnifiedDim>
				</Dim>
				<Dim type="BottomEdge" >
					<UnifiedDim scale="1" offset="-16" type="BottomEdge" />
				</Dim>
			</Area>
		</NamedArea>
		<NamedArea name="ItemRenderingAreaVScroll">
			<Area>
				<Dim type="LeftEdge" ><ImageDim imageset="Marti" image="FrameBorderInLeft" dimension="Width" /></Dim>
				<Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim>
				<Dim type="RightEdge" >
					<UnifiedDim scale="1" offset="-16" type="RightEdge" />
				</Dim>
				<Dim type="BottomEdge" >
					<UnifiedDim scale="1" type="BottomEdge">
						<DimOperator op="Subtract">
							<ImageDim imageset="Marti" image="FrameBorderInBottom" dimension="Height" />
						</DimOperator>
					</UnifiedDim>
				</Dim>
			</Area>
		</NamedArea>
		<NamedArea name="ItemRenderingAreaHVScroll">
			<Area>
				<Dim type="LeftEdge" ><ImageDim imageset="Marti" image="FrameBorderOutLeft" dimension="Width" /></Dim>
				<Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim>
				<Dim type="RightEdge" >
					<UnifiedDim scale="1" offset="-16" type="RightEdge" />
				</Dim>
				<Dim type="BottomEdge" >
					<UnifiedDim scale="1" offset="-16" type="BottomEdge" />
				</Dim>
			</Area>
		</NamedArea>
		<Child  type="Marti/ListHeader" nameSuffix="__auto_listheader__">
			<Area>
				<Dim type="LeftEdge" ><AbsoluteDim value="4" /></Dim>
				<Dim type="TopEdge" ><AbsoluteDim value="4"  /></Dim>
				<Dim type="RightEdge" ><UnifiedDim scale="1" offset="-4" type="RightEdge" /></Dim>
				<Dim type="Height" >
					<FontDim type="LineSpacing">
						<DimOperator op="Multiply">
							<AbsoluteDim value="1.5" />
						</DimOperator>
					</FontDim>
				</Dim>
			</Area>
		</Child>
		<Child  type="Marti/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
			<Area>
				<Dim type="LeftEdge" ><AbsoluteDim value="5" /></Dim>
				<Dim type="TopEdge" ><AbsoluteDim value="-5" /></Dim>
				<Dim type="Width" ><UnifiedDim scale="1" offset="-25" type="Width" /></Dim>
				<Dim type="Height" ><AbsoluteDim value="20" /></Dim>
			</Area>
			<VertAlignment type="BottomAligned" />
		</Child>
		<Child  type="Marti/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
			<Area>
				<Dim type="LeftEdge" ><AbsoluteDim value="-5" /></Dim>
				<Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim>
				<Dim type="Width" ><AbsoluteDim value="20" /></Dim>
				<Dim type="BottomEdge" ><UnifiedDim scale="1" offset="-25" type="BottomEdge" /></Dim>
			</Area>
			<HorzAlignment type="RightAligned" />
		</Child>
		<StateImagery name="Enabled">
			<Layer>
				<Section look="Marti/Shared" section="FrameBorderIn" />
			</Layer>
		</StateImagery>
		<StateImagery name="Disabled">
			<Layer>
				<Section look="Marti/Shared" section="FrameBorderIn" />
			</Layer>
		</StateImagery>
	</WidgetLook>


<!--
***************************************************
	Marti/Menubar
***************************************************
-->
	<WidgetLook name="Marti/Menubar">
		<Property name="BackgroundColours" value="tl:FFAAAAAA tr:FFAAAAAA bl:FFAAAAAA br:FFAAAAAA" />
		<Property name="AlwaysOnTop" value="True" />
		<NamedArea name="ItemRenderArea">
			<Area>
				<Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
				<Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
				<Dim type="RightEdge" ><UnifiedDim scale="1" type="RightEdge" /></Dim>
				<Dim type="BottomEdge" >
					<UnifiedDim scale="1" type="BottomEdge">
						<DimOperator op="Subtract">
							<ImageDim imageset="Marti" image="FrameBorderOutBottom" dimension="Height" />
						</DimOperator>
					</UnifiedDim>
				</Dim>
			</Area>
		</NamedArea>
		<ImagerySection name="Frame">
			<FrameComponent>
				<Area>
					<Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
					<Dim type="TopEdge" ><AbsoluteDim value="-4" /></Dim>
					<Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
					<Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
				</Area>
               			<Image type="TopEdge" imageset="Marti" image="FrameBorderInTop" />
				<Image type="Background" imageset="Marti" image="GenericBrush" />
				<Image type="BottomEdge" imageset="Marti" image="FrameBorderOutBottom" />
				<ColourRectProperty name="BackgroundColours" />
			</FrameComponent>
		</ImagerySection>
		<StateImagery name="Enabled">
			<Layer>
				<Section section="Frame" />
			</Layer>
		</StateImagery>
		<StateImagery name="Disabled">
			<Layer>
				<Section section="Frame" />
			</Layer>
		</StateImagery>
	</WidgetLook>


<!--
***************************************************
	Marti/MenuItem
***************************************************
-->
	<WidgetLook name="Marti/MenuItem">
		<Property name="NormalTextColour" value="FF000000" />
		<Property name="DisabledTextColour" value="FF7F7F7F" />
		<Property name="HoverColour" value="FFA7C7FF" />
		<Property name="PushedColour" value="FF87A7DF" />
		<Property name="OpenedColour" value="FFEFEFEF" />
		<ImagerySection name="label">
			<TextComponent>
				<Area>
					<Dim type="LeftEdge" ><AbsoluteDim value="2" /></Dim>
					<Dim type="TopEdge" ><AbsoluteDim value="-6" /></Dim>
					<Dim type="RightEdge" ><UnifiedDim scale="1" type="RightEdge" /></Dim>
					<Dim type="BottomEdge" ><UnifiedDim scale="1" type="BottomEdge" /></Dim>
				</Area>
				<VertFormat type="CentreAligned" />
				<HorzFormat type="LeftAligned" />
			</TextComponent>
		</ImagerySection>
		<ImagerySection name="frame">
			<FrameComponent>
				<Area>
					<Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
					<Dim type="TopEdge" ><AbsoluteDim value="-2" /></Dim>
					<Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
					<Dim type="Height" ><UnifiedDim scale="1"  offset="-4" type="Height" /></Dim>
				</Area>
				<Image type="Background" imageset="Marti" image="GenericBrush" />
			</FrameComponent>
		</ImagerySection>
		<ImagerySection name="popup_arrow_right">
			<ImageryComponent>
				<Area>
					<Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
					<Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
					<Dim type="Width" >
						<UnifiedDim scale="1" type="Width">
							<DimOperator op="Subtract">
								<ImageDim imageset="Marti" image="IconRightArrow" dimension="Width" />
							</DimOperator>
						</UnifiedDim>
					</Dim>
					<Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
				</Area>
				<Image imageset="Marti" image="IconRightArrow" />
				<Colours topLeft="FF000000" topRight="FF000000" bottomLeft="FF000000" bottomRight="FF000000" />
				<VertFormat type="CentreAligned" />
				<HorzFormat type="RightAligned" />
			</ImageryComponent>
		</ImagerySection>
		<ImagerySection name="popup_arrow_left">
			<ImageryComponent>
				<Area>
					<Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
					<Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
					<Dim type="Width" >
						<UnifiedDim scale="1" type="Width">
							<DimOperator op="Subtract">
								<ImageDim imageset="Marti" image="IconLeftArrow" dimension="Width" />
							</DimOperator>
						</UnifiedDim>
					</Dim>
					<Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
				</Area>
				<Image imageset="Marti" image="IconLeftArrow" />
				<Colours topLeft="FF000000" topRight="FF000000" bottomLeft="FF000000" bottomRight="FF000000" />
				<VertFormat type="CentreAligned" />
				<HorzFormat type="RightAligned" />
			</ImageryComponent>
		</ImagerySection>
		<StateImagery name="EnabledNormal">
			<Layer>
				<Section section="label">
					<ColourProperty name="NormalTextColour" />
				</Section>
			</Layer>
		</StateImagery>
		<StateImagery name="EnabledHover">
			<Layer>
				<Section section="frame">
					<ColourProperty name="HoverColour" />
				</Section>
				<Section section="label">
					<ColourProperty name="NormalTextColour" />
				</Section>
			</Layer>
		</StateImagery>
		<StateImagery name="EnabledPushed">
			<Layer>
				<Section section="frame">
					<ColourProperty name="PushedColour" />
				</Section>
				<Section section="label">
					<ColourProperty name="NormalTextColour" />
				</Section>
			</Layer>
		</StateImagery>
		<StateImagery name="EnabledPopupOpen">
			<Layer>
				<Section section="frame">
					<ColourProperty name="OpenedColour" />
				</Section>
				<Section section="label">
					<ColourProperty name="NormalTextColour" />
				</Section>
			</Layer>
		</StateImagery>
		<StateImagery name="DisabledNormal">
			<Layer>
				<Section section="label">
					<ColourProperty name="DisabledTextColour" />
				</Section>
			</Layer>
		</StateImagery>
		<StateImagery name="DisabledHover">
			<Layer>
				<Section look="Marti/Shared" section="BackgroundOnly" />
				<Section section="label">
					<ColourProperty name="DisabledTextColour" />
				</Section>
			</Layer>
		</StateImagery>
		<StateImagery name="DisabledPushed">
			<Layer>
				<Section look="Marti/Shared" section="BackgroundOnly" />
				<Section section="label">
					<ColourProperty name="DisabledTextColour" />
				</Section>
			</Layer>
		</StateImagery>
		<StateImagery name="DisabledPopupOpen">
			<Layer>
				<Section look="Marti/Shared" section="BackgroundOnly" />
				<Section section="label">
					<ColourProperty name="DisabledTextColour" />
				</Section>
			</Layer>
		</StateImagery>
		<StateImagery name="PopupClosedIcon">
			<Layer>
				<Section section="popup_arrow_right" />
			</Layer>
		</StateImagery>
		<StateImagery name="PopupOpenIcon">
			<Layer>
				<Section section="popup_arrow_left" />
			</Layer>
		</StateImagery>
	</WidgetLook>

<!--
***************************************************
	Marti/PopupMenu
***************************************************
-->
	<WidgetLook name="Marti/PopupMenu">
		<Property name="BackgroundColours" value="tl:FFAAAAAA tr:FFAAAAAA bl:FFAAAAAA br:FFAAAAAA" />
		<NamedArea name="ItemRenderArea">
			<Area>
				<Dim type="LeftEdge" ><ImageDim imageset="Marti" image="FrameBorderOutLeft" dimension="Width" /></Dim>
				<Dim type="TopEdge" ><ImageDim imageset="Marti" image="FrameBorderOutTop" dimension="Height" /></Dim>
				<Dim type="RightEdge" >
					<UnifiedDim scale="1" type="RightEdge">
						<DimOperator op="Subtract">
							<ImageDim imageset="Marti" image="FrameBorderOutRight" dimension="Width" />
						</DimOperator>
					</UnifiedDim>
				</Dim>
				<Dim type="BottomEdge" >
					<UnifiedDim scale="1" type="BottomEdge">
						<DimOperator op="Subtract">
							<ImageDim imageset="Marti" image="FrameBorderOutBottom" dimension="Height" />
						</DimOperator>
					</UnifiedDim>
				</Dim>
			</Area>
		</NamedArea>
		<StateImagery name="Enabled">
			<Layer>
				<Section look="Marti/Shared" section="FrameBorderOut" >
					<ColourRectProperty name="BackgroundColours" />
				</Section>
			</Layer>
		</StateImagery>
		<StateImagery name="Disabled">
			<Layer>
				<Section look="Marti/Shared" section="FrameBorderOut" >
					<ColourRectProperty name="BackgroundColours" />
				</Section>
			</Layer>
		</StateImagery>
	</WidgetLook>


  	<!--
  	***************************************************
  		Marti/ComboDropList
  	***************************************************
  	-->
  	<WidgetLook name="Marti/ComboDropList">
  		<NamedArea name="ItemRenderingArea">
  			<Area>
  				<Dim type="LeftEdge" ><ImageDim imageset="Marti" image="FrameBorderOutLeft" dimension="Width" /></Dim>
  				<Dim type="TopEdge" ><ImageDim imageset="Marti" image="FrameBorderOutTop" dimension="Height" /></Dim>
  				<Dim type="RightEdge" >
  					<UnifiedDim scale="1" type="RightEdge">
  						<DimOperator op="Subtract">
  							<ImageDim imageset="Marti" image="FrameBorderOutRight" dimension="Width" />
  						</DimOperator>
  					</UnifiedDim>
  				</Dim>
  				<Dim type="BottomEdge" >
  					<UnifiedDim scale="1" type="BottomEdge">
  						<DimOperator op="Subtract">
  							<ImageDim imageset="Marti" image="FrameBorderOutBottom" dimension="Height" />
  						</DimOperator>
  					</UnifiedDim>
  				</Dim>
  			</Area>
  		</NamedArea>
  		<NamedArea name="ItemRenderingAreaHScroll">
  			<Area>
  				<Dim type="LeftEdge" ><ImageDim imageset="Marti" image="FrameBorderOutLeft" dimension="Width" /></Dim>
  				<Dim type="TopEdge" ><ImageDim imageset="Marti" image="FrameBorderOutTop" dimension="Height" /></Dim>
  				<Dim type="RightEdge" >
  					<UnifiedDim scale="1" type="RightEdge">
  						<DimOperator op="Subtract">
  							<ImageDim imageset="Marti" image="FrameBorderOutRight" dimension="Width" />
  						</DimOperator>
  					</UnifiedDim>
  				</Dim>
  				<Dim type="BottomEdge" >
  					<UnifiedDim scale="1" offset="-24" type="BottomEdge" />
  				</Dim>
  			</Area>
  		</NamedArea>
  		<NamedArea name="ItemRenderingAreaVScroll">
  			<Area>
  				<Dim type="LeftEdge" ><ImageDim imageset="Marti" image="FrameBorderOutLeft" dimension="Width" /></Dim>
  				<Dim type="TopEdge" ><ImageDim imageset="Marti" image="FrameBorderOutTop" dimension="Height" /></Dim>
  				<Dim type="RightEdge" >
  					<UnifiedDim scale="1" offset="-24" type="RightEdge" />
  				</Dim>
  				<Dim type="BottomEdge" >
  					<UnifiedDim scale="1" type="BottomEdge">
  						<DimOperator op="Subtract">
  							<ImageDim imageset="Marti" image="FrameBorderOutBottom" dimension="Height" />
  						</DimOperator>
  					</UnifiedDim>
  				</Dim>
  			</Area>
  		</NamedArea>
  		<NamedArea name="ItemRenderingAreaHVScroll">
  			<Area>
  				<Dim type="LeftEdge" ><ImageDim imageset="Marti" image="FrameBorderOutLeft" dimension="Width" /></Dim>
  				<Dim type="TopEdge" ><ImageDim imageset="Marti" image="FrameBorderOutTop" dimension="Height" /></Dim>
  				<Dim type="RightEdge" >
  					<UnifiedDim scale="1" offset="-24" type="RightEdge" />
  				</Dim>
  				<Dim type="BottomEdge" >
  					<UnifiedDim scale="1" offset="-24" type="BottomEdge" />
  				</Dim>
  			</Area>
  		</NamedArea>
  		<Child  type="Marti/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
  			<Area>
  				<Dim type="LeftEdge" ><AbsoluteDim value="4" /></Dim>
  				<Dim type="TopEdge" ><AbsoluteDim value="-4" /></Dim>
  				<Dim type="Width" ><UnifiedDim scale="1" offset="-24" type="Width" /></Dim>
  				<Dim type="Height" ><AbsoluteDim value="20" /></Dim>
  			</Area>
  			<VertAlignment type="BottomAligned" />
  		</Child>
  		<Child  type="Marti/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
  			<Area>
  				<Dim type="LeftEdge" ><AbsoluteDim value="-4" /></Dim>
  				<Dim type="TopEdge" ><AbsoluteDim value="4" /></Dim>
  				<Dim type="Width" ><AbsoluteDim value="20" /></Dim>
  				<Dim type="Height" ><UnifiedDim scale="1" offset="-24" type="Height" /></Dim>
  			</Area>
  			<HorzAlignment type="RightAligned" />
  		</Child>
  		<ImagerySection name="main">
  			<FrameComponent>
  				<Area>
  					<Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  					<Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  					<Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
  					<Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
  				</Area>
  				<Image type="TopLeftCorner" imageset="Marti" image="FrameBorderOutTopLeft" />
  				<Image type="TopRightCorner" imageset="Marti" image="FrameBorderOutTopRight" />
  				<Image type="BottomLeftCorner" imageset="Marti" image="FrameBorderOutBottomLeft" />
  				<Image type="BottomRightCorner" imageset="Marti" image="FrameBorderOutBottomRight" />
  				<Image type="LeftEdge" imageset="Marti" image="FrameBorderOutLeft" />
  				<Image type="RightEdge" imageset="Marti" image="FrameBorderOutRight" />
  				<Image type="TopEdge" imageset="Marti" image="FrameBorderOutTop" />
  				<Image type="BottomEdge" imageset="Marti" image="FrameBorderOutBottom" />
  				<Image type="Background" imageset="Marti" image="GenericBrush" />
  			</FrameComponent>
  		</ImagerySection>
  		<StateImagery name="Enabled">
  			<Layer>
  				<Section section="main" />
  			</Layer>
  		</StateImagery>
  		<StateImagery name="Disabled">
  			<Layer>
  				<Section section="main" />
  			</Layer>
  		</StateImagery>
  	</WidgetLook>


  	<!--
  	***************************************************
  		Marti/Combobox
  	***************************************************
  	-->
  	<WidgetLook name="Marti/Combobox">
  		<Child  type="Marti/Editbox" nameSuffix="__auto_editbox__">
  			<Area>
  				<Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  				<Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  				<Dim type="RightEdge" >
  					<UnifiedDim scale="1" type="RightEdge">
  						<DimOperator op="Subtract">
  							<ImageDim imageset="Marti" image="FrameBorderOutTop" dimension="Height">
  								<DimOperator op="Add">
  									<ImageDim imageset="Marti" image="FrameBorderOutBottom" dimension="Height">
  										<DimOperator op="Add">
  											<FontDim type="LineSpacing">
  												<DimOperator op="Multiply">
  													<AbsoluteDim value="0.8" />
  												</DimOperator>
  											</FontDim>
  										</DimOperator>
  									</ImageDim>
  								</DimOperator>
  							</ImageDim>
  						</DimOperator>
  					</UnifiedDim>
  				</Dim>
  				<Dim type="Height" >
  					<ImageDim imageset="Marti" image="FrameBorderOutTop" dimension="Height">
  						<DimOperator op="Add">
  							<ImageDim imageset="Marti" image="FrameBorderOutBottom" dimension="Height">
  								<DimOperator op="Add">
  									<FontDim type="LineSpacing">
  										<DimOperator op="Multiply">
  											<AbsoluteDim value="0.2" />
  										</DimOperator>
  									</FontDim>
  								</DimOperator>
  							</ImageDim>
  						</DimOperator>
  					</ImageDim>
  				</Dim>
  			</Area>
  		</Child>
  		<Child  type="Marti/ComboDropList" nameSuffix="__auto_droplist__">
  			<Area>
  				<Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  				<Dim type="TopEdge" ><WidgetDim widget="__auto_editbox__" dimension="BottomEdge" /></Dim>
  				<Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
  				<Dim type="BottomEdge" ><UnifiedDim scale="1" type="BottomEdge" /></Dim>
  			</Area>
  		</Child>
  		<Child  type="Marti/IconButton" nameSuffix="__auto_button__">
  			<Area>
  				<Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  				<Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  				<Dim type="Width" ><WidgetDim widget="__auto_editbox__" dimension="Height" /></Dim>
  				<Dim type="Height" ><WidgetDim widget="__auto_editbox__" dimension="Height" /></Dim>
  			</Area>
  			<HorzAlignment type="RightAligned" />
  			<Property name="IconImage" value="set:Marti image:IconDownArrow" />
  		</Child>
  		<StateImagery name="Enabled" />
  		<StateImagery name="Disabled" />
  	</WidgetLook>

<!--
***************************************************
	Marti/MultiLineEditbox
***************************************************
-->

    <WidgetLook name="Marti/MultiLineEditbox">
        <Property name="SelectionBrushImage" value="set:Marti image:GenericBrush" />
        <Property name="NormalTextColour" value="FF000000" />
        <Property name="SelectedTextColour" value="FFFFFFFF" />
        <Property name="ActiveSelectionColour" value="FF607FFF" />
        <Property name="InactiveSelectionColour" value="FF808080" />
        <NamedArea name="TextArea">
            <Area>
                <Dim type="LeftEdge" ><ImageDim imageset="Marti" image="FrameBorderInLeft" dimension="Width" /></Dim>
                <Dim type="TopEdge" ><ImageDim imageset="Marti" image="FrameBorderInTop" dimension="Height" /></Dim>
                <Dim type="RightEdge" >
                    <UnifiedDim scale="1" type="RightEdge">
                        <DimOperator op="Subtract">
                            <ImageDim imageset="Marti" image="FrameBorderInRight" dimension="Width" />
                        </DimOperator>
                    </UnifiedDim>
                </Dim>
                <Dim type="BottomEdge" >
                    <UnifiedDim scale="1" type="BottomEdge">
                        <DimOperator op="Subtract">
                            <ImageDim imageset="Marti" image="FrameBorderInBottom" dimension="Height" />
                        </DimOperator>
                    </UnifiedDim>
                </Dim>
            </Area>
        </NamedArea>
        <Child  type="Marti/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
            <Area>
                <Dim type="LeftEdge" ><AbsoluteDim value="5" /></Dim>
                <Dim type="TopEdge" ><AbsoluteDim value="-5" /></Dim>
                <Dim type="Width" ><UnifiedDim scale="1" offset="-25" type="Width" /></Dim>
                <Dim type="Height" ><AbsoluteDim value="20" /></Dim>
            </Area>
            <VertAlignment type="BottomAligned" />
        </Child>
        <Child  type="Marti/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
            <Area>
                <Dim type="LeftEdge" ><AbsoluteDim value="-5" /></Dim>
                <Dim type="TopEdge" ><AbsoluteDim value="5" /></Dim>
                <Dim type="Width" ><AbsoluteDim value="20" /></Dim>
                <Dim type="Height" ><UnifiedDim scale="1" offset="-10" type="Height" /></Dim>
            </Area>
            <HorzAlignment type="RightAligned" />
        </Child>
        <ImagerySection name="Carat">
            <ImageryComponent>
                <Area>
                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
                    <Dim type="Width" ><AbsoluteDim value="2" /></Dim>
                    <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
                </Area>
                <Image imageset="Marti" image="GenericBrush" />
                <Colours topLeft="FF2222FF" topRight="FF2222FF" bottomLeft="FF2222FF" bottomRight="FF2222FF" />
                <VertFormat type="Stretched" />
                <HorzFormat type="Stretched" />
            </ImageryComponent>
        </ImagerySection>
        <StateImagery name="Enabled">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderIn" />
            </Layer>
        </StateImagery>
        <StateImagery name="ReadOnly">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderOut" />
            </Layer>
        </StateImagery>
        <StateImagery name="Disabled">
            <Layer>
                <Section look="Marti/Shared" section="FrameBorderIn" />
            </Layer>
        </StateImagery>
    </WidgetLook>

<!--
***************************************************
	Marti/TabButton
***************************************************
-->
	<WidgetLook name="Marti/TabButton">
		<Property name="NormalTextColour" value="FF000000" />
		<Property name="HoverTextColour" value="FF000000" />
		<Property name="PushedTextColour" value="FF000000" />
		<Property name="DisabledTextColour" value="FF888888" />
		<ImagerySection name="label">
			<TextComponent>
				<Area>
					<Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
					<Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
					<Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
					<Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
				</Area>
				<VertFormat type="CentreAligned" />
				<HorzFormat type="CentreAligned" />
			</TextComponent>
		</ImagerySection>
		<ImagerySection name="normal">
			<FrameComponent>
				<Area>
					<Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
					<Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
					<Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
					<Dim type="Height" ><UnifiedDim scale="1" offset="0" type="Height" /></Dim>
				</Area>
				<Image type="TopLeftCorner" imageset="Marti" image="TabButtonUpperLeftNormal" />
				<Image type="TopRightCorner" imageset="Marti" image="TabButtonUpperRightNormal" />
				<Image type="BottomLeftCorner" imageset="Marti" image="TabButtonLowerLeftNormal" />
				<Image type="BottomRightCorner" imageset="Marti" image="TabButtonLowerRightNormal" />
				<Image type="LeftEdge" imageset="Marti" image="TabButtonLeftNormal" />
				<Image type="RightEdge" imageset="Marti" image="TabButtonRightNormal" />
				<Image type="TopEdge" imageset="Marti" image="TabButtonUpperNormal" />
				<Image type="BottomEdge" imageset="Marti" image="TabButtonLowerNormal" />
				<Image type="Background" imageset="Marti" image="GenericBrush" />
			</FrameComponent>
		</ImagerySection>
		<ImagerySection name="selected">
			<FrameComponent>
				<Area>
					<Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
					<Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
					<Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
					<Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
				</Area>
				<Image type="TopLeftCorner" imageset="Marti" image="TabButtonUpperLeftSelected" />
				<Image type="TopRightCorner" imageset="Marti" image="TabButtonUpperRightSelected" />
				<Image type="BottomLeftCorner" imageset="Marti" image="TabButtonLowerLeftSelected" />
				<Image type="BottomRightCorner" imageset="Marti" image="TabButtonLowerRightSelected" />
				<Image type="LeftEdge" imageset="Marti" image="TabButtonLeftSelected" />
				<Image type="RightEdge" imageset="Marti" image="TabButtonRightSelected" />
				<Image type="TopEdge" imageset="Marti" image="TabButtonUpperSelected" />
				<Image type="BottomEdge" imageset="Marti" image="TabButtonLowerSelected" />
				<Image type="Background" imageset="Marti" image="GenericBrush" />
			</FrameComponent>
		</ImagerySection>
		<StateImagery name="Normal">
			<Layer>
				<Section section="normal" />
				<Section section="label">
					<ColourProperty name="NormalTextColour" />
				</Section>
			</Layer>
		</StateImagery>
		<StateImagery name="Hover">
			<Layer>
				<Section section="selected" />
				<Section section="label">
					<ColourProperty name="HoverTextColour" />
				</Section>
			</Layer>
		</StateImagery>
		<StateImagery name="Selected">
			<Layer>
				<Section section="selected" />
				<Section section="label">
					<ColourProperty name="PushedTextColour" />
				</Section>
			</Layer>
		</StateImagery>
		<StateImagery name="Disabled">
			<Layer>
				<Section section="normal" />
				<Section section="label">
					<ColourProperty name="DisabledTextColour" />
				</Section>
			</Layer>
		</StateImagery>
	</WidgetLook>


<!--
***************************************************
	Marti/TabPane
***************************************************
-->
	<WidgetLook name="Marti/TabPane">
		<ImagerySection name="normal">
			<FrameComponent>
				<Area>
					<Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
					<Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
					<Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
					<Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
				</Area>
				<Image type="BottomLeftCorner" imageset="Marti" image="TabPaneLowerLeft" />
				<Image type="BottomRightCorner" imageset="Marti" image="TabPaneLowerRight" />
				<Image type="LeftEdge" imageset="Marti" image="TabPaneLeft" />
				<Image type="RightEdge" imageset="Marti" image="TabPaneRight" />
				<Image type="TopEdge" imageset="Marti" image="TabControlButtonPaneFiller" />
				<Image type="BottomEdge" imageset="Marti" image="TabPaneLower" />
				<Image type="Background" imageset="Marti" image="TabPaneMiddle" />
			</FrameComponent>
		</ImagerySection>
		<StateImagery name="Enabled">
			<Layer>
				<Section section="normal" />
			</Layer>
		</StateImagery>
		<StateImagery name="Disabled">
			<Layer>
				<Section section="normal" />
			</Layer>
		</StateImagery>
	</WidgetLook>


<!--
***************************************************
	Marti/TabControl
***************************************************
-->
	<WidgetLook name="Marti/TabControl">
		<Property name="TabButtonType" value="Marti/TabButton" />
		<Child  type="Marti/TabPane" nameSuffix="__auto_TabPane__">
			<Area>
				<Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
				<Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
				<Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
				<Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
			</Area>
		</Child>
		<Child  type="DefaultWindow" nameSuffix="__auto_TabPane__Buttons">
			<Area>
				<Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
				<Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
				<Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
				<Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
			</Area>
		</Child>
		<StateImagery name="Enabled" />
		<StateImagery name="Disabled" />
	</WidgetLook>


<!--
***************************************************
	Marti/Tooltip
***************************************************
-->
	<WidgetLook name="Marti/Tooltip">
		<NamedArea name="TextArea">
			<Area>
				<Dim type="LeftEdge" >
					<ImageDim imageset="Marti" image="TooltipLeftEdge" dimension="Width" />
				</Dim>
				<Dim type="TopEdge" >
					<ImageDim imageset="Marti" image="TooltipTopEdge" dimension="Height" />
				</Dim>
				<Dim type="RightEdge" >
					<UnifiedDim scale="1.0" type="RightEdge">
						<DimOperator op="Subtract">
							<ImageDim imageset="Marti" image="TooltipRightEdge" dimension="Width" />
						</DimOperator>
					</UnifiedDim>
				</Dim>
				<Dim type="BottomEdge" >
					<UnifiedDim scale="1.0" type="BottomEdge">
						<DimOperator op="Subtract">
							<ImageDim imageset="Marti" image="TooltipBottomEdge" dimension="Height" />
						</DimOperator>
					</UnifiedDim>
				</Dim>
			</Area>
		</NamedArea>
		<ImagerySection name="main">
			<FrameComponent>
				<Area>
					<Dim type="LeftEdge">
						<AbsoluteDim value="0" />
					</Dim>
					<Dim type="TopEdge">
						<AbsoluteDim value="0" />
					</Dim>
					<Dim type="RightEdge">
						<UnifiedDim scale="1" type="RightEdge" />
					</Dim>
					<Dim type="BottomEdge">
						<UnifiedDim scale="1" type="BottomEdge" />
					</Dim>
				</Area>
				<Image type="TopLeftCorner" imageset="Marti" image="TooltipTopLeft" />
				<Image type="TopRightCorner" imageset="Marti" image="TooltipTopRight" />
				<Image type="BottomLeftCorner" imageset="Marti" image="TooltipBottomLeft" />
				<Image type="BottomRightCorner" imageset="Marti" image="TooltipBottomRight" />
				<Image type="LeftEdge" imageset="Marti" image="TooltipLeftEdge" />
				<Image type="TopEdge" imageset="Marti" image="TooltipTopEdge" />
				<Image type="RightEdge" imageset="Marti" image="TooltipRightEdge" />
				<Image type="BottomEdge" imageset="Marti" image="TooltipBottomEdge" />
				<Image type="Background" imageset="Marti" image="TooltipMiddle" />
			</FrameComponent>
		</ImagerySection>
		<ImagerySection name="label">
			<TextComponent>
				<Area>
					<Dim type="LeftEdge">
						<AbsoluteDim value="0" />
					</Dim>
					<Dim type="TopEdge">
						<AbsoluteDim value="0" />
					</Dim>
					<Dim type="RightEdge">
						<UnifiedDim scale="1" type="RightEdge" />
					</Dim>
					<Dim type="BottomEdge">
						<UnifiedDim scale="1" type="BottomEdge" />
					</Dim>
				</Area>
				<Colours topLeft="FF000000" topRight="FF000000" bottomLeft="FF000000" bottomRight="FF000000" />
				<VertFormat type="CentreAligned" />
				<HorzFormat type="CentreAligned" />
			</TextComponent>
		</ImagerySection>
		<StateImagery name="Enabled">
			<Layer>
				<Section section="main" />
				<Section section="label" />
			</Layer>
		</StateImagery>
		<StateImagery name="Disabled">
			<Layer>
				<Section section="main" />
				<Section section="label" />
			</Layer>
		</StateImagery>
	</WidgetLook>


	<!--
	***************************************************
		Marti/IconButton
	***************************************************
	-->

	<WidgetLook name="Marti/IconButton">
		<PropertyDefinition name="IconImage" redrawOnWrite="true" />
		<!--PropertyDefinition name="IconColours" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" redrawOnWrite="true" /-->
		<Property name="WantsMultiClickEvents" value="False" />
		<ImagerySection name="icon">
			<ImageryComponent>
				<Area>
					<Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
					<Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
					<Dim type="RightEdge"><UnifiedDim scale="1" offset="0" type="RightEdge" /></Dim>
					<Dim type="BottomEdge"><UnifiedDim scale="1" offset="0" type="BottomEdge" /></Dim>
				</Area>
				<ImageProperty name="IconImage" />
				<!--ColourRectProperty name="IconColours" /-->
				<VertFormat type="CentreAligned" />
				<HorzFormat type="CentreAligned" />
			</ImageryComponent>
		</ImagerySection>
		<StateImagery name="Normal">
			<Layer>
				<!--Section look="Marti/Shared" section="BackgroundOnly"/>
					<Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
				</Section-->
				<Section section="icon" />
			</Layer>
		</StateImagery>
		<StateImagery name="Hover">
			<Layer>
				<Section look="Marti/Shared" section="BackgroundOnly">
					<Colours topLeft="FF9F9F9F" topRight="FF9F9F9F" bottomLeft="FF9F9F9F" bottomRight="FF9F9F9F" />
				</Section>
				<Section section="icon" />
			</Layer>
		</StateImagery>
		<StateImagery name="Pushed">
			<Layer>
				<Section look="Marti/Shared" section="BackgroundOnly">
					<Colours topLeft="FF6F6F6F" topRight="FF6F6F6F" bottomLeft="FF6F6F6F" bottomRight="FF6F6F6F" />
				</Section>
				<Section section="icon" />
			</Layer>
		</StateImagery>
		<StateImagery name="Disabled">
			<Layer>
				<Section look="Marti/Shared" section="BackgroundOnly">
					<Colours topLeft="FF3F3F3F" topRight="FF3F3F3F" bottomLeft="FF3F3F3F" bottomRight="FF3F3F3F" />
				</Section>
				<Section section="icon" />
			</Layer>
		</StateImagery>
	</WidgetLook>
</Falagard>

