
<!--
****************************************************************************

     File Name:   accAbStyles.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"?>

<library xmlns="http://www.aol.com/boxely/resource.xsd">
    

    <style id="accAddressBookContactStyle" accStyleFor="addressBookContactStyle" inherits="#accAolTreeRowStyle">
        <state name="selected" fill="sysColorItemHighlight"/>
        <part name="text">
            <state name="selected" textColor="sysColorItemHighlightText"/>
        </part>
    </style>

    <style id="accThumbnail_label" accStyleFor="thumbnail_label" padding="0" margin="0" fontSize="10" >
        <state name="selected" textColor="sysColorItemHighlightText"/>
    </style>
    
    <style id="accThumbnail_content" accStyleFor="thumbnail_content">
        <part name="text" maxWidth="auto" overflow="crop" padding="0" margin="0" textHighlight="url(#brush.searchHilight)" layer="below">
            <state name="selected" textColor="sysColorItemHighlightText"/>
        </part>
    </style>
    
    <style id="accThumbnail_content2" accStyleFor="thumbnail_content2">
        <part name="text" padding="0" margin="0">
            <state name="selected" textColor="sysColorItemHighlightText"/>
        </part>
    </style>
    
    <style id="accAddressBookContactThumbnail" accStyleFor="addressBookContactThumbnailStyle" inherits="#accAolTreeRowStyle"
        fill="sysColorWindow">
        <state name="selected" fill="sysColorItemHighlight"/>
    </style>
    
    <style id="accContactLabelPart" accStyleFor="contactLabelPart" inherits="#accBaseText">
        <state name="selected" textColor="sysColorItemHighlightText"/>
    </style>

    <style id="accAddressBookListStyle" accStyleFor="addressBookListStyle" orient="vertical" flex="1" maxWidth="auto" overflow="hidden">
        <part name="listbox">
            <attribute name="alternateRow" value="true" stroke="#D9DDE0" strokeWidth="1"/>
        </part>
    </style>     
    
    <style id="accAddressBookAccountList" accStyleFor="addressBookAccountList" inherits="#accAimSuperGroupStyle" fill="sysColorWindow">
        <part name="twistyBox" inherits="#superGroupTwistyBoxStyle" fill="sysColorWindow" >
            <part name="twistyKnob" inherits="#accSubGroupTwistyStyle" />
            <part name="aolTwistyBoxLabel" inherits="#accSuperGroupTwistyBoxLabel" textColor="sysColorWindowText" textShadowColor="none"/>
        </part>
    </style>    
    
</library>
    