/*
 *  jFlash: Multilingual Web-Based Flashcard Software
 *  Copyright (C) 2004, 2005  Jordan Husney <jordan@husney.com>
 *
 *  This library is free software; you can redistribute it and/or
 *  modify it under the terms of the GNU Lesser General Public
 *  License as published by the Free Software Foundation; either
 *  version 2.1 of the License, or (at your option) any later version.
 *
 *  This library is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 *  Lesser General Public License for more details.
 *
 *  You should have received a copy of the GNU Lesser General Public
 *  License along with this library; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 *  $Id: jFlash.css,v 1.10 2005/10/04 04:32:38 jordanh Exp $
 */

/* Style given to some text fields on correct answer: */
.correct {
    color: rgb(8%,50%,10%);
    font-weight: bold;
}

/* Style given to some text fields on an incorrect answer: */
.incorrect {
    color: rgb(90%,0%,0%);
    font-weight: bold;
}

A:link, A:visited {
    color: rgb(4%,8%,16%);
    text-decoration: none;
    font-weight: bold;
}

A:hover {
    border-bottom: thin solid rgb(16%,33%,66%);
    color: rgb(16%,33%,66%);
    font-weight: bold;
}

body {
    background-image: url(images/jFBackground.jpg);
    font-size: 14pt;
    font-family: "Bookman Old Style", "Georgia", "Century Schoolbook", Helvetica;
}

.jFCard {
    background: rgb(90%,90%,90%);
    border: medium solid rgb(50%,50%,50%);
}

li {
    list-style-type: square;
    list-style-position: inside;
}

table.jFCard {
    border-style: ridge;
}

td {
    font-size: inherit;
}

td.jFCard {
    padding: 5px;
}

#jFAnswerFormArea
{
    background: rgb(85%,95%,100%);
    border: medium ridge rgb(50%,50%,50%);
    padding: 5px;
    white-space: normal;
}

#jFCardVisual {
    left: px;
    position: relative;
    top: 50px;
}

#jFError {
    border: medium solid rgb(90%,30%,30%);
    color: rgb(90%,30%,30%);
    padding: 5px;
}

#jfFooter {
    bottom: -75;
    color: rgb(10%,10%,10%);
    font-size: small;
    position: relative;
}

#jFHint {
    letter-spacing: 1em;
}

#jFListVisual {
    left: 30px;
    position: relative;
    top: 50px;
    padding: 5px;
    white-space: nowrap;
}

#jFQuestion {
    font-size: 110%;	/* This parameter is changed dynaimically
                           in the JavaScript. */
}

#jfSubTitle {
    color: rgb(10%,20%,40%);
    font-size: x-large;
    font-style: small-caps;
    font-weight: bold;
}

#jFTitle {
    background: rgb(95%,95%,95%);
    border: medium solid rgb(16%,33%,66%);
    color: rgb(16%,33%,66%);
    font-size: xx-large;
    font-weight: bold;
    left: 10px;
    padding: 4px;
    position:relative;
    top: 30px;
}

