<?xml version="1.0" encoding="UTF-8"?>
<!--
****************************************************************************

     File Name:   brushes_default.box

****************************************************************************
   C O P Y R I G H T   A N D   C O N F I D E N T I A L I T Y   N O T I C E
****************************************************************************

//      Copyright (c) 2006 AOL LLC.  All rights reserved.
//      This software contains valuable confidential and proprietary
//      information of AOL LLC. and is subject to applicable
//      licensing agreements.  Unauthorized reproduction, transmission or
//      distribution of this file and its contents is a violation of
//      applicable laws.
//
//            A O L   C O N F I D E N T I A L

****************************************************************************
-->




<?import href="box://imApp/theme/brushes.box"?>

<library xmlns="http://www.aol.com/boxely/resource.xsd">

    <solidBrush id="brush.mainStrokeColor" fill="#676767"/>
    <solidBrush id="brush.lightStrokeColor" fill="#9f9f9f" />
    <solidBrush id="textColor.accent" fill="#e75905" />
    <solidBrush id="textColor.button" fill="#17233B" />
    <solidBrush id="textColor.button.disabled" fill="#7D8287" />
    <solidBrush id="textColor.button.shadow" fill="#f0f0f0" />
    <solidBrush id="textColor.defaultButton" fill="#933d03" />
    <solidBrush id="textColor.defaultButton.disabled" fill="#E59F54" />
    <solidBrush id="textColor.defaultButton.shadow" fill="#ffffff" />
    
    <pen id="pen.aim.control.border" color="#8d8d8d" width="1" />
    <pen id="pen.aim.control.hoveredBorder" color="#C5C5C5" width="1" />
    <solidBrush id="brush.aim.control.fill" fill="white" />
    <solidBrush id="brush.aim.control.highlight" fill="#ffbc53" />
    <bitmap id="bmp.aim.checkbox.selected" src="box://imApp/theme/images/checkbox_selected.png"/>


    <pen id="pen.aimWindow.border" color="url(#brush.mainStrokeColor)" width="1" />
    <pen id="pen.aimWindow.inactive.border" color="#898989" width="1" />
    <pen id="pen.aimWindow.titleBarDivider" color="#d0d0d0" width="1" />
    
    <bitmap id="bmp.aim.icon" src="box://imApp/resources/imWindowIcon.png"/>
    <bitmap id="bmp.aimWindow.minimize" src="box://aimToolkit/theme/images/aimWindow_minimize.png"/>
    <bitmap id="bmp.aimWindow.maximize" src="box://aimToolkit/theme/images/aimWindow_maximize.png"/>
    <bitmap id="bmp.aimWindow.restore" src="box://aimToolkit/theme/images/aimWindow_restore.png"/>
    <bitmap id="bmp.aimWindow.close" src="box://aimToolkit/theme/images/aimWindow_close.png"/>
    <bitmap id="bmp.aimWindow.resizer" src="box://aimToolkit/theme/images/aimWindow_resizer.png"/>
    
    <solidBrush id="brush.aimWindow.innerBorder" fill="#ffffff" />
    <solidBrush id="brush.aimWindow.titleBarEndColor" fill="#cccccc" />
    
    <solidBrush id="brush.aimWindow.title" fill="black" />
    <solidBrush id="brush.aimWindow.titleDropShadow" fill="#eeeeee" />
    
    <linearGradientBrush id="gradient.aimWindow.titleBar">
        <rotateTransform center="50% 50%" angle="-90"/>
        <gradientStops>
            <gradientStop offset="0%" color="#fdfdfd"/>
            <gradientStop offset="7%" color="#fdfdfd" />
            <gradientStop offset="43%" color="#eeeeee" />
            <gradientStop offset="63%" color="#d2d2d2" />
            <gradientStop offset="86%" color="#c8c8c8"/>
            <gradientStop offset="100%" color="url(#brush.aimWindow.titleBarEndColor)"/>
        </gradientStops>
    </linearGradientBrush>

    <linearGradientBrush id="gradient.aimWindow.menuBar">
        <rotateTransform center="50% 50%" angle="-90"/>
        <gradientStops>
            <gradientStop offset="0%" color="url(#brush.aimWindow.titleBarEndColor)"/>
            <gradientStop offset="100%" color="#e9e9e9"/>
        </gradientStops>
    </linearGradientBrush>

    <linearGradientBrush id="gradient.aimWindow.windowContent">
        <rotateTransform center="50% 50%" angle="-90"/>
        <gradientStops>
            <gradientStop offset="0%" color="#fbfbfb"/>
            <gradientStop offset="100%" color="#d2d2d2"/>
        </gradientStops>
    </linearGradientBrush>
    
    <linearGradientBrush id="gradient.aimTitleBar.button">
        <rotateTransform center="50% 50%" angle="-90"/>
        <gradientStops>
            <gradientStop offset="0%" color="#b9bec5"/>
            <gradientStop offset="51%" color="#b9bec5"/>
            <gradientStop offset="51%" color="#8a919c"/>
            <gradientStop offset="100%" color="#8a919c"/>
        </gradientStops>
    </linearGradientBrush>
    
    <linearGradientBrush id="gradient.aimTitleBar.button.hovered">
        <rotateTransform center="50% 50%" angle="-90"/>
        <gradientStops>
            <gradientStop offset="0%" color="#9096a3"/>
            <gradientStop offset="51%" color="#9096a3"/>
            <gradientStop offset="51%" color="#656c77"/>
            <gradientStop offset="100%" color="#656c77"/>
        </gradientStops>
    </linearGradientBrush>
    
    <linearGradientBrush id="gradient.aimTitleBar.button.pressed">
        <rotateTransform center="50% 50%" angle="-90"/>
        <gradientStops>
            <gradientStop offset="0%" color="#fdb14a"/>
            <gradientStop offset="51%" color="#fdb14a"/>
            <gradientStop offset="51%" color="#f97010"/>
            <gradientStop offset="100%" color="#f97010"/>
        </gradientStops>
    </linearGradientBrush>
    
    <pen id="pen.aimWindow.contentSection.border" color="#747474" />
    <solidBrush id="brush.aimWindow.contentSection.background" fill="white" />
    <solidBrush id="brush.aimWindow.buttonSection.background" fill="#eaebef" />
    
    
    
    <imageBrush id="brush.button_halo.gray" fill="box://imApp/theme/images/aolButton_gray_focushalo.png" fillSize="both" fillSlice="8 14 14 8"/>
    <solidBrush id="brush.aimButton.rightBevel" fill="#ffffff" />
    <pen id="pen.aimButton.border" color="url(#brush.mainStrokeColor)" width="1" />
    <pen id="pen.aimDefaultButton.border" color="#e07221" width="1" />
    <solidBrush id="brush.aimDefaultButton.prelight" fill="#f67b18" />

    <linearGradientBrush id="gradient.aimButton.normal">
        <rotateTransform center="50% 50%" angle="-90"/>
        <gradientStops>
            <gradientStop offset="0%" color="#eeeeee"/>
            <gradientStop offset="40%" color="#eeeeee"/>
            <gradientStop offset="41%" color="#fdfdfd"/>
            <gradientStop offset="44%" color="#dedfe2"/>
            <gradientStop offset="100%" color="#a2a8af"/>
        </gradientStops>
    </linearGradientBrush>
    <linearGradientBrush id="gradient.aimButton.hover">
        <rotateTransform center="50% 50%" angle="-90"/>
        <gradientStops>
            <gradientStop offset="0%" color="#f3f2f2"/>
            <gradientStop offset="40%" color="#fefefe"/>
            <gradientStop offset="41%" color="#fdfdfd"/>
            <gradientStop offset="44%" color="#e4e5e6"/>
            <gradientStop offset="77%" color="#d7d9dc"/>
            <gradientStop offset="100%" color="#fdfdfd"/>
        </gradientStops>
    </linearGradientBrush>    
    <linearGradientBrush id="gradient.aimButton.pressed">
        <rotateTransform center="50% 50%" angle="-90"/>
        <gradientStops>
            <gradientStop offset="0%" color="#eeeeee"/>
            <gradientStop offset="7%" color="#eeeeee"/>
            <gradientStop offset="25%" color="#b7bbc0"/>
            <gradientStop offset="100%" color="#eeeeee"/>
        </gradientStops>
    </linearGradientBrush>       
    <linearGradientBrush id="gradient.aimDefaultButton.normal">
        <rotateTransform center="50% 50%" angle="-90"/>
        <gradientStops>
            <gradientStop offset="0%" color="#ffe7b8"/>
            <gradientStop offset="20%" color="#fcf7bc"/>
            <gradientStop offset="40%" color="#fcf7bc"/>
            <gradientStop offset="41%" color="#fcd495"/>
            <gradientStop offset="44%" color="#fde18c"/>
            <gradientStop offset="50%" color="#fde18c"/>
            <gradientStop offset="100%" color="#fd6f1a"/>
        </gradientStops>
    </linearGradientBrush>
    <linearGradientBrush id="gradient.aimDefaultButton.hover">
        <rotateTransform center="50% 50%" angle="-90"/>
        <gradientStops>
            <gradientStop offset="0%" color="#fbefc1"/>
            <gradientStop offset="36%" color="#f6f9b4"/>
            <gradientStop offset="38%" color="#fdd16f"/>
            <gradientStop offset="39%" color="#fde37c"/>
            <gradientStop offset="77%" color="#ffbc5c"/>
            <gradientStop offset="100%" color="#fcfecf"/>
        </gradientStops>
    </linearGradientBrush>    
    <linearGradientBrush id="gradient.aimDefaultButton.pressed">
        <rotateTransform center="50% 50%" angle="-90"/>
        <gradientStops>
            <gradientStop offset="0%" color="#fcf5c0"/>
            <gradientStop offset="7%" color="#fcf5c0"/>
            <gradientStop offset="25%" color="#fdad58"/>
            <gradientStop offset="100%" color="#fde2a0"/>
        </gradientStops>
    </linearGradientBrush> 
    
    
    
    <solidBrush id="brush.bl.rowHovered" fill="#55fccc6a" />
    <solidBrush id="brush.bl.rowHoveredNoAlpha" fill="#00fccc6a" />
    <solidBrush id="brush.bl.rowSelected" fill="#fccc6a" />
    <solidBrush id="brush.bl.rowSelectedFocused" fill="#fccc6a"/>
    <pen id="pen.bl.rowFocusedStroke" color="black" width="1"/>
    <solidBrush id="brush.bl.groupRow" fill="#eaeaea" />
    
    
    <linearGradientBrush id="gradient.aim.tab.hovered">
        <rotateTransform center="50% 50%" angle="-90"/>
        <gradientStops>
            <gradientStop offset="0%" color="#fffff"/>
            <gradientStop offset="6%" color="#d6d8dc"/>
            <gradientStop offset="66%" color="#b1b7bd"/>
            <gradientStop offset="89%" color="#aab0b5"/>
            <gradientStop offset="100%" color="#fffff"/>
        </gradientStops>
    </linearGradientBrush>      
    <linearGradientBrush id="gradient.aim.tab.normal">
        <rotateTransform center="50% 50%" angle="-90"/>
        <gradientStops>
            <gradientStop offset="0%" color="#fffff"/>
            <gradientStop offset="6%" color="#e7e8e8"/>
            <gradientStop offset="66%" color="#d2d4d7"/>
            <gradientStop offset="89%" color="#c8ccd0"/>
            <gradientStop offset="100%" color="#fffff"/>
        </gradientStops>
    </linearGradientBrush>      
    <solidBrush id="brush.aim.tab.selected" fill="#ffffff" />
    <solidBrush id="brush.aim.tab.well" fill="#8d94a4" />
    <solidBrush id="brush.aim.tab.panel" fill="white" />
    
    
    <solidBrush id="brush.bl.searchField.fill" fill="#ffffff" />
    <bitmap id="bmp.bl.searchField.icon" src="box://imApp/theme/images/searchInput_searchIcon.png"/>

    <solidBrush id="brush.aim.menuItem.hovered" fill="#8d95a5" />
    <linearGradientBrush id="brush.aim.menuBar.hovered">
        <rotateTransform center="50% 50%" angle="-90"/>
        <gradientStops>
            <gradientStop offset="0%" color="#00f9f9f9"/>
            <gradientStop offset="10%" color="#00f9f9f9"/>
            <gradientStop offset="11%" color="#f9f9f9"/>
            <gradientStop offset="100%" color="#f9f9f9"/>
        </gradientStops>
    </linearGradientBrush> 

</library>