<?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="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"/>
    <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>