﻿<?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

****************************************************************************
-->



<?import href="box://aimToolkit/theme/toolkit.box"?>

<library xmlns="http://www.aol.com/boxely/resource.xsd"
         xmlns:box="http://www.aol.com/boxely/box.xsd"
         xmlns:s="http://www.aol.com/boxely/style.xsd">


	<style id="rewindButtonStyle"
		width="19"
		height="19"
		fill="url(#titleBar.rewindButton.normal)"
		>
		<state name="hovered" fill="url(#titleBar.rewindButton.hover)" />
		<state name="focused" fill="url(#titleBar.rewindButton.hover)" />
		<state name="pressed" fill="url(#titleBar.rewindButton.press)" />
		<state name="disabled" fill="url(#titleBar.rewindButton.disable)" />
	</style>
		
	<style id="forwardButtonStyle"
		width="19"
		height="19"
		fill="url(#titleBar.forwardButton.normal)"
		>
		<state name="hovered" fill="url(#titleBar.forwardButton.hover)" />
		<state name="focused" fill="url(#titleBar.forwardButton.hover)" />
		<state name="pressed" fill="url(#titleBar.forwardButton.press)" />
		<state name="disabled" fill="url(#titleBar.forwardButton.disable)" />
	</style>
		
	<style id="playButtonStyle"
		width="23"
		height="23"
		fill="url(#titleBar.playButton.normal)"
		>
		<state name="hovered" fill="url(#titleBar.playButton.hover)" />
		<state name="focused" fill="url(#titleBar.playButton.hover)" />
		<state name="pressed" fill="url(#titleBar.playButton.press)" />
		<state name="disabled" fill="url(#titleBar.playButton.disable)" />
	</style>
	
	<style id="pauseButtonStyle"
		width="19"
		height="20"
		fill="url(#titleBar.pauseButton.normal)"
		>
		<state name="hovered" fill="url(#titleBar.pauseButton.hover)" />
		<state name="focused" fill="url(#titleBar.pauseButton.hover)" />
		<state name="pressed" fill="url(#titleBar.pauseButton.press)" />
		<state name="disabled" fill="url(#titleBar.pauseButton.disable)" />
	</style>



	<bitmap id="titleBar.rewindButton.normal" src="box://imApp/theme/images/rewind_normal.png"/>
	<bitmap id="titleBar.rewindButton.hover" src="box://imApp/theme/images/rewind_hover.png"/>
	<bitmap id="titleBar.rewindButton.press" src="box://imApp/theme/images/rewind_pressed.png"/>
	<bitmap id="titleBar.rewindButton.disable" src="box://imApp/theme/images/rewind_disabled.png"/>

	<bitmap id="titleBar.forwardButton.normal" src="box://imApp/theme/images/fast_normal.png"/>
	<bitmap id="titleBar.forwardButton.hover" src="box://imApp/theme/images/fast_hover.png"/>
	<bitmap id="titleBar.forwardButton.press" src="box://imApp/theme/images/fast_pressed.png"/>
	<bitmap id="titleBar.forwardButton.disable" src="box://imApp/theme/images/fast_disabled.png"/>

	<bitmap id="titleBar.playButton.normal" src="box://imApp/theme/images/play_up.png"/>
	<bitmap id="titleBar.playButton.hover" src="box://imApp/theme/images/play_hover.png"/>
	<bitmap id="titleBar.playButton.press" src="box://imApp/theme/images/play_down.png"/>
	<bitmap id="titleBar.playButton.disable" src="box://imApp/theme/images/play_disabled.png"/>

	<bitmap id="titleBar.pauseButton.normal" src="box://imApp/theme/images/pause_up.png"/>
	<bitmap id="titleBar.pauseButton.hover" src="box://imApp/theme/images/pause_hover.png"/>
	<bitmap id="titleBar.pauseButton.press" src="box://imApp/theme/images/pause_down.png"/>
	<bitmap id="titleBar.pauseButton.disable" src="box://imApp/theme/images/pause_disabled.png"/>

</library>
