
<!--
****************************************************************************

     File Name:   abStyles.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://aimToolkit/theme/toolkit.box"?>
<?import href="box://imApp/theme/coreGadgetStyles.box"?>

<library xmlns="http://www.aol.com/boxely/resource.xsd"
    accStyles="box://imApp/content/ab/accAbStyles.box">
    

    <style tag="addressBookContact" id="addressBookContactStyle" inherits="#aolTreeRow"/>

    <style tag="addressBookGroup" maxWidth="auto"/>

    <style id="thumbnail_label" padding="0" margin="0" fontSize="10" />
    
    <style id="thumbnail_content">
        <part name="text" maxWidth="auto" overflow="crop" padding="0" margin="0" textHighlight="url(#brush.aim.control.highlight)" layer="below"/>
    </style>
    
    <style id="thumbnail_content2">
        <part name="text" padding="0" margin="0"/>
    </style>
    
    <style tag="addressBookContactThumbnail" id="addressBookContactThumbnailStyle" inherits="#aolTreeRow">
        <attribute name="alternateRow" value="true" fill="#f2f2f2"/>
        <state name="hovered" fill="url(#brush.bl.rowHovered)"/>
        <state name="selected" fill="url(#brush.bl.rowSelected)"/>
        <state name="focused" stroke="url(#pen.bl.rowFocusedStroke)" strokeWidth="1" strokeLayer="above" strokePattern="dotted">
            <state name="selected" fill="url(#brush.bl.rowSelectedFocused)" />
        </state>
    </style>
    
    <style id="contactLabelPart" inherits="#baseText" margin="0" padding="2">
        <part name="selection" textColor="#000000" fill="#88DDDDDD">
            <state name="focused" textColor="#FFFFFF" fill="#0066FF"/>
        </part>
    </style>

    <style tag="addressBookAccountList" id="addressBookAccountList" maxWidth="auto">
        <part name="twistyBox" minHeight="18" />
        <part name="rows" vSpace="0"/>
    </style>

    <style tag="addressBookList" id="addressBookListStyle" orient="vertical" flex="1" maxWidth="auto" overflow="hidden" stroke="none url(#pen.buddylist.border) none url(#pen.buddylist.border)" strokeWidth="1" strokeLayer="above">
        <part name="listbox">
            <attribute name="alternateRow" value="true" fill="#ECF2F7" stroke="#D9DDE0" strokeWidth="1"/> 
        </part>
    </style>

</library>
    