/**
 * $Id$
 * Student Report for Claroline
 *
 * @version     UCREPORT 0.9.4 $Revision: 987 $ - Claroline 1.9
 * @copyright   2001-2010 Universite catholique de Louvain (UCL)
 * @license     http://www.gnu.org/copyleft/gpl.html (GPL) GENERAL PUBLIC LICENSE
 * @package     UCREPORT
 * @author      Frederic Fervaille <frederic.fervaille@uclouvain.be>
 */

.cell
{
    text-align: center;
}

.cell a
{
    color: #444;
}

.empty
{
    text-align: center;
    font-style: italic;
    color: silver;
}

.average
{
    font-weight: bold;
    background-color: beige;
}

.final
{
    color: dimGrey;
    font-weight: bold;
    /*background-color: linen;*/
}

.exam, .noscore
{
    /*font-weight: bold;*/
    border: 1px solid black;
    padding: 5px;
}

.toolName
{
    font-weight: bold;
    background-color: mistyRose;
}

.noscore
{
    background-color: linen;
}

.rightSubmit
{
    float: right;
}