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


global
{
	font-family: Georgia;
	font-size: 12;
	symbol-color: #75A3D7;
	content-background-color: #132CE5;
	roll-over-color: #75A3D7;
	selection-color: #2161A2;
	focus-color: #c4c8cb;
}
s|Button
{
	color: #000000;
	cornerRadius: 0;
}
s|BorderContainer
{
	backgroundColor: #539ebe;
	contentBackgroundColor: #F9FAFD;
	cornerRadius: 0;
	dropShadowVisible: true;
}
	