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

global
{
	font-family: Fontface; 
	font-lookup: embeddedCFF;
	font-size: 13;
	color: #000000;
	leading-model: romanUp;
}

@font-face
{
	src: url("Arial.ttf");
	font-family: Fontface;
	embed-as-cff: true;
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	src: url("Arial Bold.ttf");
	font-family: Fontface;
	embed-as-cff: true;
	font-weight: bold;
	font-style: normal;
}

s|Label
{
	color: #000000;
/*	padding-bottom: -2;*/
}

.teamName 
{
	color: #FFFFFF;
	font-size: 20;
	font-weight: bold;
}

.score
{
	color: #000000;
	font-size: 50;
	font-weight: bold;
	digit-width: tabular;
}

.timelineMinutes 
{
	padding-left:0;
	padding-right:0;
	padding-top: 0;
	padding-bottom: 0;
	color: #000000;
	font-size: 14;
	font-weight: bold;
	text-align: center;
}

.credit
{
	color: #ffffff;
	font-size: 10;
	font-weight: normal;
	/* text-align: left; */
}

.stats
{
	
}

.pitch
{
	
	text-align: center;
	color: #000000;
}

.venueInfo
{
	
	text-align: center;
	leading: 5;
}

.penaltyShootout
{
	font-size: 15;
	text-align: left;
	font-weight: bold;
}

mx|LinkBar
{
	separator-width: 0;
	background-alpha: 0;
	background-attachment: null;
	border-skin: ClassReference(null);
}

.infoPanel
{
	skin: ClassReference(null);
	color: #C7C8CA;
	disabled-color: #FFF200;
	text-roll-over-color: #FFF200;
	text-selected-color: #FFF200;
	font-size: 10;
	font-weight: bold;
}