<?xml version="1.0" encoding="UTF-8"?>
<!--
/***************************************************************************

 File Name:   accWindowGadgetStyles.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="accAolWindow"
    accStyleFor="aolWindowStyle"
    top="center" left="center" padding="3" fill="sysColorWindow"
    stroke="sysColorWindowFrame" strokeWidth="2" overflow="none" minWidth="130"
    minHeight="25" translucent="false" chromeless="false">

    <part name="aolTitleBarSpacer" fill="#DCDCDC" height="1" left="0" right="0" />
    <part name="aolWindowContent" inherits="#accWndPane" flex="1" margin="0 5 8 5" layer="above" zIndex="2" maxHeight="auto" maxWidth="auto" overflow="hidden"/>

    <part name="aolWindowStatusBar" height="25"/>
    <part name="windowGripLeft" maxWidth="0" minWidth="0" margin="0" top="0" bottom="0" fill="sysColor3DFace"/>
    <part name="windowGripRight" maxWidth="0" minWidth="0" margin="0" top="0" bottom="0" fill="sysColor3DFace"/>
    <part name="windowGripBottom" maxHeight="0" minHeight="0" margin="0" left="0" right="0" fill="sysColor3DFace"/>
    <attribute name="translucent" value="false" />
</style>


<style
    id="accAolAppWndStyle"
    accStyleFor="aolAppWindowStyle"
    orient="vertical" position="fixed"
    layer="stack" top="center" left="center" padding="0" fill="#FFFFFF"
    overflow="none" minWidth="130"
    minHeight="25" translucent="false" chromeless="true">

    <part name="menuBarArea" maxWidth="auto" overflow="hidden"/>
    <part name="aolBrandingLogo" fill="url(#bmp.aolMenuBarLogo)" width="49" height="18" marginRight="2"/>
    <part name="aolWindowContent" flex="1" fill="url(#windowContentGradient)" maxHeight="auto" maxWidth="auto" overflow="hidden" margin="0" padding="0">
        <attribute name="isFlashing" value="false">
            <attribute name="active" value="false" fill="#FFFFFF"/>
        </attribute>
        <attribute name="flash" value="true" fill="#FFFFFF"/>
    </part>
    <part name="aolWindowStatusBar" height="25"/>
    <part name="leftRightContainer" fill="url(#windowGradient)"/>
    <part name="windowGripLeft" maxWidth="0" minWidth="0" margin="0" top="0" bottom="0" fill="white"/>
    <part name="windowGripRight" maxWidth="0" minWidth="0" margin="0" top="0" bottom="0" fill="white"/>
    <part name="windowGripBottom" maxHeight="0" minHeight="0" margin="0" left="0" right="0" fill="white"/>
</style>


<style
    id="accMainMenuBarStyle"
    accStyleFor="mainMenuBarStyle"
    flex="1" vAlign="center" hAlign="start"
    padding="-2 0 -1 0" margin="0" marginLeft="4" fill="sysColorMenu">

    <attribute name="largeIcon" value="true" minHeight="22" marginLeft="0"/>
</style>


<style
    id="accAolDialogStyle"
    accStyleFor="aolDialogStyle"
    top="center" left="center" padding="2" fill="sysColorWindow"
    stroke="#1E7DCB" strokeWidth="2" overflow="none"
    translucent="false" chromeless="true" width="350" height="240">

    <attribute name="active" value="false" stroke="#D5DBE3"/>

    <part name="titleBar" padding="1 0 1 0" fill="url(#windowTitleBarGradient)"
            vAlign="center" orient="horizontal" overflow="hidden">
        <attribute name="active" value="false" fill="url(#windowTitleBarGradientFlip)"/>
   </part>
    <part name="titleBarIcon" maxWidth="18" maxHeight="18">
        <attribute name="active" value="false" opacity="50%"/>
    </part>
    <part name="titleGroup" fill="url(#windowTitleBarGradient)">
        <attribute name="active" value="false" fill="url(#windowTitleBarGradientFlip)"/>
    </part>
    <part name="titleBarLabel" crop="right" flex="1" width="50" maxWidth="auto" padding="0"
        fontFamily="Tahoma" fontSize="12px" fontBold="true" textColor="#FF0860A8">
        <attribute name="active" value="false" textColor="#C8C8C8"/>
    </part>
    <part name="windowControls" vAlign="center" hSpace="1" padding="0 1 0 0"/>
    <part name="titleBarMin"  top="center" padding="0" >
        <attribute name="active" value="false" opacity="50%"/>
    </part>
    <part name="titleBarMax"  top="center" padding="0" >
        <attribute name="active" value="false" opacity="50%"/>
    </part>
    <part name="titleBarRestore" top="center" padding="0" >
        <attribute name="active" value="false" opacity="50%"/>
    </part>
    <part name="titleBarClose" top="center" padding="0" >
        <attribute name="active" value="false" opacity="50%"/>
    </part>

    <part name="aolTitleBarSpacer" fill="#DCDCDC" height="1" left="0" right="0" />
    <part name="aolWindowContent" inherits="#accWndPane" flex="1" margin="0 5 8 5" layer="above" zIndex="2" maxHeight="auto" maxWidth="auto" overflow="hidden"/>
    <part name="aolWindowStatusBar" height="25"/>
    <attribute name="translucent" value="true" />
</style>


<style
    id="accAolSmallDialog"
    accStyleFor="aolSmallDialog"
    inherits="#accAolDialogStyle"
    width="250" height="140">
</style>


<style
    id="accAolMediumDialog"
    accStyleFor="aolMediumDialog"
    inherits="#accAolDialogStyle"
    width="350" height="240">
</style>


<style
    id="accAolLargeDialog"
    accStyleFor="aolLargeDialog"
    inherits="#accAolDialogStyle"
    width="450" height="310">
</style>

</library>