<?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) 2004-2005 America Online, Inc.  All rights reserved.
      This software contains valuable confidential and proprietary
      information of America Online, Inc. 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 M E R I C A   O N L I N E   C O N F I D E N T I A L

****************************************************************************
-->




<!DOCTYPE window SYSTEM "box://addressBookApp/resources/addressBookPane.dtd">

<?import href="box://boxelyToolkit/content/behaviors.box"?>
<?import href="box://boxelyToolkit/theme/toolkit.box"?>
<?import href="box://addressBookApp/content/gadgets/abGadgets.box"?>

<library xmlns="http://www.aol.com/boxely/resource.xsd"
        accLibrary="box://addressBookApp/theme/accStyle.box"
        xmlns:box="http://www.aol.com/boxely/box.xsd"
        xmlns:s="http://www.aol.com/boxely/style.xsd"
        xmlns:on="http://www.aol.com/boxely/reaction.xsd"> 

    <bitmap id="bmp.aBookIcon" src="&brand.icon;"/>

	<style id="dialogContents" padding="10" vAlign="center" flex="1" fill="#FFFFFF"/>

    <style id="plopStyle" fill="url(box://boxelyToolkit/theme/toolkit.box#bmp.plopup_norm)" margin="2 9 2 0">
        <state name="pressed" fill="url(box://boxelyToolkit/theme/toolkit.box#bmp.plopup_norm))"/>
        <state name="hovered" fill="url(box://boxelyToolkit/theme/toolkit.box#bmp.plopup_norm)">
            <state name="pressed" fill="url(box://boxelyToolkit/theme/toolkit.box#bmp.plopup_norm)"/>
        </state>
        <state name="disabled" fill="url(box://boxelyToolkit/theme/toolkit.box#bmp.plopup_norm)"/>
    </style>

    <style tag="mlComboBoxGroup" orient="vertical" vSpace="5"/>
    <style tag="mlComboBox" marginLeft="14"/>
   
    <style id="croppingTextButton" flex="1">
        <part name="text" maxWidth="auto" crop="right"/>
    </style>
   
    <style id="section" inherits="twistyBoxLabel"
        paddingLeft="10"
        paddingRight="0"
        paddingTop="10"
        paddingBottom="15"/>
    
    <style id="windowStyle"     width="420" minWidth="420" height="530" maxHeight="900" minHeight="200"/>
    
    <style id="flex1"           flex="1"/>
    <style id="scrollable"      flex="1" maxHeight="auto" maxWidth="auto" overflow="scroll"/>
    <style id="vAlignCenter"    vAlign="center"/>
    <style id="vAlignTop"       vAlign="top"/>
    <style id="inputField"      minWidth="50" flex="1" maxWidth="auto" width="10"/>
    
    <style id="sectionContents" paddingLeft="14" marginRight="5" paddingTop="10" paddingBottom="10"/> 

    <style id="addrStreetLabel" minWidth="85" padding="0"/>
    <style id="addrCity"        minWidth="80"/>
    <style id="addrStateLbl"    minWidth="80"/>
    <style id="addrStateInput"  marginRight="0" minWidth="50" flex="1"  maxWidth="auto" width="10"/>
    <style id="addrZipLbl"      marginRight="0" marginLeft="4"/>
    <style id="addrZipInput"    marginRight="0" marginLeft="0" minWidth="50" flex="1"  maxWidth="auto" width="10"/>
    <style id="addrcountryLbl"  marginRight="0" marginLeft="4"/>
    <style id="addrCountryInput" marginLeft="0" minWidth="50" flex="1"  maxWidth="auto" width="10"/>
    <style id="companyLbl"      minWidth="80"/>
    <style id="titleLbl"        padding="0"/>
    <style id="gapBetweenCompanyAndAddress" height="10"/>
    
    <style id="vciFieldName"    hAlign="right" fontBold="true" flex="1"/>
    <style id="eciFieldName"    minWidth="40"/>
    <style id="eciRow"          vAlign="center" padding="1"/>
    <style id="inputPromptLabel" s:textColor="#666666" vAlign="center" position="fixed" top="0" left="3" right="0" bottom="0" opacity="40%"/>
    <style id="phoneDropDown"   marginLeft="6" minWidth="70">
        <part name="label" minWidth="30"/>
        <part name="thePopup" overflow="hidden"/>
    </style>
    <style id="groupDropDown"   marginLeft="6" width="170" maxWidth="170">
        <part name="label" minWidth="30" maxWidth="auto" crop="right"/>
        <part name="thePopup" maxHeight="105" overflow="scroll"/>
    </style>

    <style id="vfiFieldName" hAlign="right" fontBold="true" flex="1"/>

    <style id="voiFieldName"    hAlign="right" fontBold="true" flex="1"/>
    <style id="notesview"       maxWidth="auto"/>
    <style id="eoiFieldName"    minWidth="80" s:marginLeft="-5"/>
    <style id="categoryDropDown" width="195"/>
    <style id="dateComboBox"    width="50" marginLeft="7">
        <part name="thePopup" maxHeight="190" overflow="scroll" minWidth="50"/>
        <part name="inputField">
            <attribute name="filter" value="toolkit:numeric"/>
        </part>
    </style>
    <style id="notesInput" overflow="scroll" height="80" minWidth="50" flex="1" maxWidth="auto" width="10"/>
    
    <style id="twistySectionStyle" inherits="box://boxelyToolkit/theme/toolkit.box#subGroupTwistyBoxStyle"
        clip="0" marginBottom="6"  vAlign="center"
        fontBold="true" fontSize="15" textColor="#FFFFFF" padding="5">
    </style> 
    
    <style id="twistyBoxLabel"> 
		<part name="labelBox" fill="url(box://boxelyToolkit/theme/toolkit.box#brush.groupFill)" padding="4 0">
		    <attribute name="showFocus" value="true" stroke="#2191E9" strokeWidth="1" strokeLayer="above" strokePattern="dotted"/>
		</part>
        <part name="twistyKnob" inherits="box://boxelyToolkit/theme/toolkit.box#subGroupTwistyStyle"/>
        <part name="aolTwistyBoxLabel" fontFamily="Tahoma" fontBold="true"  fontSize="11" textColor="#0860A8"/>
    </style>

    <style id="croppingTabStyle" inherits="#aolTab" maxWidth="180" minWidth="50" hAlign="start" overflow="hidden">
        <part name="label" maxWidth="auto" flex="2" minWidth="30"> 
            <state name="selected" padding="0"/>
            <state name="focused" padding="0"/>
        </part>
    </style>

    <style id="identitySectionStyle" fill="#FF00356A" padding="8" margin="-11 0 0 -3" vAlign="center"/>
    <style id="groupNameLabel" width="85"/>
    <style id="groupNameBoxStyle" width="150" hAlign="start">
        <part name="menuBoxLabel" hAlign="start"/>
    </style>
    <style id="searchFieldStyle" width="200"/>
    <style id="groupSectionStyle" fill="#FFDBDBDB" padding="5" marginTop="-3" marginBottom="-11" vAlign="center"/>
    <style id="bottomHorizontalLine" marginLeft="-3" marginRight="-3" height="5" fill="url(#bottomHorizontalLineGradient)"/>
    
    <linearGradientBrush id="bottomHorizontalLineGradient">
        <rotateTransform angle="270"/>
            <gradientStops>
            <gradientStop color="#ffdddddd" offset="0%"/>
            <gradientStop color="#ffffffff" offset="100%"/>
        </gradientStops>
    </linearGradientBrush>

    <style tag="abTable" inherits="box://boxelyToolkit/theme/toolkit.box#aolTree" maxHeight="auto" overflow="scroll"/>
    
	<style id="abRowStyle" inherits="box://boxelyToolkit/theme/toolkit.box#aolTreeRow">
        <attribute name="alternateRow" value="true" fill="#ECF2F7">
			<state name="hovered" fill="url(box://boxelyToolkit/theme/toolkit.box#brush.rowHovered)"/> 
			<state name="selected" fill="url(box://boxelyToolkit/theme/toolkit.box#brush.rowSelected)"/>
			<state name="focused" stroke="#2191E9" strokeWidth="1" strokeLayer="above" strokePattern="dotted">
				<state name="selected" fill="url(box://boxelyToolkit/theme/toolkit.box#rowSelectGradient)" />
				<attribute name="rowStroke" value="true" strokeLayer="above" strokeWidth="1" clipTop="0" top="1"/>
			</state>
        </attribute>
    </style>

    <style id="abCellStyle" inherits="box://boxelyToolkit/theme/toolkit.box#aolCell"
		flex="1" paddingLeft="7" textHighlight="url(#brush.searchHilight)">
	</style>

    <style id="firstLastNameStyle" inherits="box://boxelyToolkit/theme/toolkit.box#aolSuperGroupStyle"/>
    
    <style tag="minus" padding="1">
		  <attribute name="showFocus" value="true" stroke="#000000" strokeWidth="1" strokeLayer="above" strokePattern="dotted" />		
    </style>
    
    <style tag="plus" padding="1">
		  <attribute name="showFocus" value="true" stroke="#000000" strokeWidth="1" strokeLayer="above" strokePattern="dotted" />
	</style>
    
</library>
