<?xml version="1.0" encoding="UTF-8"?>
<!--
****************************************************************************

     File Name:   accInputGadgetStyles.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

****************************************************************************
-->


<?boxely version="1.0"?>


<library xmlns="http://www.aol.com/boxely/resource.xsd">


<style
    id="accMultilineInputStyle"
    accStyleFor="multilineInput"
    inherits="#accAolInputStyle"
    cursor="auto" padding="2 4 2 4">

    <part name="selection" inherits="#accAolInputStyle"/>
</style>


<style
    id="accReadonlyText"
    accStyleFor="readonlyText"
    inherits="#accAolInputStyle"
    fill="sysColorWindow"
    stroke="sysColorWindowFrame"
    strokeWidth="1"
    textColor="sysColorWindowText">
    <part name="selection" inherits="#accAolInputStyle"/>
</style>


<style id="accAolMultilineStatic" accStyleFor="aolMultilineStaticStyle"
     minWidth="60" margin="2"
    fontFamily="Tahoma" fontSize="11px"
    textColor="sysColorWindowText">>
</style>


<style
    id="accAolHintInputStyle"
    accStyleFor="aolHintInputStyle"
    fill="sysColorWindow" padding="5 4 3 4" margin="2 4">

    <attribute name="search" value="true" fill="sysColorWindow" >
        <state name="disabled" textColor="#94C37F" fill="sysColorWindow" stroke="sysColorInactiveBorder" strokeWidth="1"/>
        <state name="focused" fill="sysColorWindow"/>
    </attribute>

    <part name="inputContainer" flex="1" fill="none" overflow="hidden" stroke="sysColorInactiveBorder" strokeWidth="1" maxWidth="auto"/>
    <part name="unfocusedTextDisplay" stroke="none" fill="none" position="fixed" layer="above" top="0" left="0" padding="0" margin="0" minWidth="10"/>
    <part name="inputField" flex="1" padding="0" stroke="none" fill="none" minWidth="10" margin="0" textColor="sysColorWindowText"/>
    <state name="focused" fill="sysColorWindow"/>
</style>


<style
    id="accAolInputExpStyle"
    accStyleFor="aolinputExpandable"
    fill="sysColorWindow" inherits="#accAolInputStyle">

    <attribute name="expandOverflow" fill="sysColorWindow">
        <state name="focused" fill="sysColorWindow"/>
        <attribute name="search" value="true" fill="sysColorWindow">
            <state name="focused" fill="sysColorWindow"/>
        </attribute>
    </attribute>
    <part name="selection" inherits="#accAolInputStyle"/>
</style>


<style
    id="accAolSearchInputStyle"
    accStyleFor="aolSearchInput"
    fill="sysColorWindow" stroke="#92A2B2"
    strokeWidth="1" strokeCornerRadius="2"
    fillCornerRadius="2" padding="0 2 0 4">

    <attribute name="search" value="true" fill="sysColorWindow" stroke="sysColorWindowFrame   " />

    <part name="searchIcon" vAlign="center" hAlign="start" />
    <part name="searchCriteria" vAlign="center" hAlign="start"/>
    <part name="inputContainer" flex="1" overflow="hidden" maxWidth="auto"/>
    <part name="unfocusedTextDisplay" fill="none" layer="above" top="0" stroke="none" left="0" padding="2" margin="0" minWidth="10"/>
    <part name="inputField" flex="1" padding="2" stroke="none" fill="none" minWidth="10" margin="0" textColor="sysColorWindowText"/>

    <part name="clearTextButton" padding="0" marginLeft="2" opacity="100%" >
        <state name="disabled" opacity="0%"/>
    </part>

    <part name="searchResults" vAlign="center" hAlign="center" width="20" cursor="arrow" fill="sysColor3DFace" stroke="sysColorButtonText" strokeWidth="1"/>
    <part name="searchResultsDropdown" width="8" height="4" fill="sysColorButtonText" mask="url(#mask.comboDropArrow)"/>
    <part name="goButton" stroke="none" inherits="#aolButton"/>
    <state name="focused" fill="sysColorWindow"/>
</style>


<style
    id="accAolSmartInputStyle"
    accStyleFor="aolSmartInputStyle"
    fill="sysColorWindow" stroke="#92A2B2" strokeWidth="1"
    strokeCornerRadius="2" fillCornerRadius="2" padding="1 2 1 4">

    <part name="selection" inherits="#accAolInputStyle"/>
    <part name="inputContainer" flex="1" overflow="hidden" maxWidth="auto"/>
    <part name="unfocusedTextDisplay" fill="none" strokeWidth="0" layer="above" top="0" left="0" padding="2" margin="0" minWidth="10"/>
    <part name="inputField" flex="1" padding="2" stroke="none" fill="none" minWidth="10" margin="0" textColor="sysColorWindowText"/>
    <part name="customButton" inherits="#aolButton" stroke="none" minWidth="30" padding="0 2 0 2" margin="0">
    </part>
</style>

</library>