<?xml version="1.0" encoding="UTF-8"?>
<!--
****************************************************************************

     File Name:   style.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

****************************************************************************
-->



<!DOCTYPE window SYSTEM "box://imApp/resources/im.dtd">

<?import href="box://aimToolkit/theme/toolkit.box"?>

<library xmlns="http://www.aol.com/boxely/resource.xsd">




    <style id="imSuperGroupStyle" inherits="#aolSuperGroupStyle"  >
        <part name="twistyBox" inherits="#superGroupTwistyBoxStyle" >
            <part name="twistyKnob" inherits="#superGroupTwistyStyle"/>
            <part name="aolTwistyBoxLabel" inherits="#superGroupTwistyBoxLabel" />
        </part>
        <attribute name="fakeFocus" value="true" stroke="#2191E9" strokeWidth="1" strokeLayer="above" strokePattern="largeDotted"/>
    </style>
        
    <style id="accImSuperGroupStyle" accStyleFor="imSuperGroupStyle"  >
        <part name="twistyBox" inherits="#superGroupTwistyBoxStyle" >
            <part name="twistyKnob" inherits="#superGroupTwistyStyle"/>
            <part name="aolTwistyBoxLabel" fill="sysColorWindow" textColor="sysColorWindowText" inherits="#superGroupTwistyBoxLabel" />
        </part>
        <attribute name="fakeFocus" value="true" stroke="sysColorWindowText" strokeWidth="1" strokeLayer="above" strokePattern="largeDotted"/>
        <state name="selected" fill="sysColorItemHighlight"/>
        <state name="focused" stroke="sysColorWindowText" strokeWidth="1" strokeLayer="above" strokePattern="dotted">
             <state name="selected" fill="url(#rowSelectGradient)" />
        </state>
    </style>

    <style id="popupWithoutTransition" >
        <attribute name="opened" value="true" animate="null" animateExit="null"/>
    </style>
        
    <style tag="menuPopup">
        <attribute name="opened" value="true" animate="null" animateExit="null"/>
    </style>
    
</library>