/*
////////////////////////////////////////////////////////////////////////////////
//
//  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: #333333;
	color: #CCCCCC;
	content-background-color: #777777;
	symbol-color: #000000;
	roll-over-color: #555555;
	selection-color: #333333;
	focus-color: #999999;
	accent-color: #8C8C8C;
}

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

s|RichEditableText
{
	focusedTextSelectionColor: #333333;
	unfocusedTextSelectionColor: #333333;
}

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

mx|ToolTip
{
	color: #000000;
}