/*
    * The contents of this file are subject to the Mozilla Public License Version
    * 1.1 (the "License"); you may not use this file except in compliance with
    * the License. You may obtain a copy of the License at
    * http://www.mozilla.org/MPL/
    *
    * Software distributed under the License is distributed on an "AS IS" basis,
    * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
    * for the specific language governing rights and limitations under the
    * License.
    *
    * The Original Code is the Flex4Wizard component.
    *
    * The Initial Developer of the Original Code is
    * Anirudh Sasikumar (http://anirudhs.chaosnet.org/).
    * Portions created by the Initial Developer are Copyright (C) 2008
    * the Initial Developer. All Rights Reserved.
    *
    * Contributor(s):
    *
    */
@namespace s "library://ns.adobe.com/flex/spark";
@namespace mx "library://ns.adobe.com/flex/mx";


/* These fonts are not included with the sample, comment two @font-face directives out. */
@font-face 
{
    src:url("/embed_assets/ACaslonPro-Regular.otf");
    font-family: "AdobeCaslonProEmbedded";

    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;
    embedAsCFF:true;
}

@font-face 
{
    src:url("/embed_assets/ACaslonPro-Bold.otf");
    font-family: "AdobeCaslonProEmbedded";
    font-weight: bold;
    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;
    embedAsCFF:true;
}


global
{
    font-family: "AdobeCaslonProEmbedded";
    font-size: medium;
    ligature-level: exotic;
}


.headingLabel
{
    font-family: "AdobeCaslonProEmbedded";
    font-size: 26;    
}

mx|ProgressBar
{    
    indeterminate-move-interval: 18;
    indeterminateSkin: ClassReference("net.anirudh.wizard.skins.ProgressIndeterminateSkin");
    trackSkin: ClassReference("net.anirudh.wizard.skins.ProgressTrackSkin");    
}