/* CSS file */
@font-face 
{
	src:url("../embed_assets/Inconsolata-ani_ok.otf");
	font-family: "sandboxcode";
	font-weight: bold;		
	advanced-anti-aliasing: true;
unicodeRange: U+0041-U+005A, 
U+0061-U+007A, 
U+0030-U+0039, 
U+0020-U+002F, 
U+003A-U+0040, 
U+005B-U+0060, 
U+007B-U+007E; 
}

Application
{
		
	 backgroundGradientAlphas: 1.0, 1.0;
	  backgroundGradientColors: #F6F3F3, #B7B6B6; 
	 themeColor: #A9A9A9;
	 
}

TextArea.codeTextArea
{
	font-family: "sandboxcode";
	fontSize: 14;
	font-weight:bold;
	color: #404040;	
}

Label.heading
{
	font-family: "sandboxcode";
	fontSize: 28;
	font-weight:bold;	
}

Label.subHeading
{
	font-family: "sandboxcode";
	fontSize: 16;
	font-weight:bold;	
}

ToggleButtonBar
{
	button-style-name: navButton;	
	paddingTop: 0;
	paddingBottom: 0;
	paddingLeft: 0;
	paddingRight: 0;	
}

.navButton
{	
	font-family: "sandboxcode";
	themeColor: #7C8CB7;
 	fillAlphas: 0.75, 0.75, 1.0, 1.0; 
	fillColors: #EFEFEF, #DFDFDF, #FBFAFA, #EAE8E8;	
	paddingTop: 0;
	paddingBottom: 0;
	paddingLeft: 2;
	paddingRight: 2;
	fontSize: 14;
	fontWeight:bold;
}
