/*
////////////////////////////////////////////////////////////////////////////////
//
//  ADOBE SYSTEMS INCORPORATED
//  Copyright 2009 Adobe Systems Incorporated
//  All Rights Reserved.
//
//  NOTICE: Adobe permits you to use, modify, and distribute this file
//  in accordance with the terms of the license agreement accompanying it.
//
////////////////////////////////////////////////////////////////////////////////
*/

@namespace s "library://ns.adobe.com/flex/spark";
@namespace mx "library://ns.adobe.com/flex/mx";

global
{
	chrome-color: #294867;
	color: #CEE7F4;
	content-background-color: #39628C;
	symbol-color: #000000;
	roll-over-color: #355D89;
	selection-color: #294867;
	focus-color: #333300;
	accent-color: #6589AD;
}

s|Application,s|Panel,mx|Panel,mx|TitleWindow,mx|TabNavigator,mx|SwatchPanel
{
	background-color: #294867;
}

mx|DataGrid
{
	alternating-item-colors: #39628C, #39628C;
}

mx|ToolTip
{
	color: #000000;
}