/*
/////////////////////////////////////////////////////////////////////////////////
// Copyright © 2008-2010  W. Kowarschick 
//
// Permission is granted to copy, distribute and/or modify this document
// under the terms of the WK License, Version 1.0 (WKL 1.0) or any later version 
// published by Wolfgang Kowarschick.
/////////////////////////////////////////////////////////////////////////////////
*/

@namespace s "library://ns.adobe.com/flex/spark";
@namespace mx "library://ns.adobe.com/flex/mx";

.global
{
  highlightColor: #FF0000;
}

mx|Application
{
  backgroundColor: #FBF78E;
  focusThickness: 4;
}

mx|Button
{
  fontSize: 14;
  cornerRadius: 8;
  paddingTop: -1;
  paddingBottom: -1;
}

mx|Label
{
  fontSize: 14;
  fontWeight: bold;
}

mx|TextInput
{
  paddingTop: 2;
  condenseWhite: true;
  useHandCursor: true;
}


.textArea
{
  borderThickness: 0;
  backgroundAlpha: 0;
  
  fontFamily: "Arial";
  fontSize: 14px;
  fontWeight: bold;
}
.textAreaSuperScript
{
  borderThickness: 0;
  backgroundAlpha: 0;
  
  fontFamily: "Arial";
  fontSize: 13px;

  fontFamily: GGSuperscriptSans;
  fontSize:   15px
}

.canvasPage
{
  fontSize: 16;
  backgroundColor: #FBFF99;
}
.canvasStatus
{
  fontSize: 16;
  backgroundColor: #FFE617;
}