﻿/***************************************************************************
Author(s)             : Naçera Sidi Abed                   Date : 2011-06-07
Description           : FCCForm320 Style sheet
****************************************************************************/

/* Styles pour le rapport FCC320*/
.FCC320Label
{
    height: 11pt;
    border: 0;
    width: 160px;
    text-align: right;
    font-size: 10pt;
    padding: 5px;
}
.FCC320LabelIII
{
    height: 11pt;
    border: 0;
    width: 190px;
    text-align: right;
    font-size: 10pt;
    padding: 5px;
}
.FCC320LabelMid
{
    height: 11pt;
    border: 0;
    width: 350px;
    text-align: right;
    font-size: 10pt;
    padding: 5px;
}
.FCC320LabelLong
{
    height: 11pt;
    border: 0;
    text-align: justify;
    font-size: 10pt;
    width: 700px;
    padding: 5px;
}
.FCC320Desc
{
    height: 11pt;
    border: 0;
    width: 200px;
    text-align: left;
    font-size: 10pt;
    text-decoration: underline;
    padding: 5px;
}
.FCC320DescNone
{
    height: 11pt;
    border: 0;
    width: 200px;
    text-align: left;
    font-size: 10pt;
    text-decoration: none;
    padding: 5px;
}

.FCC320TitleLarge
{
    font-weight: bold;
    text-align: center;
    font-size: 13pt;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: solid 1px black;
    width: 700px;
    padding: 5px;
}
.FCC320TrEnd
{
    page-break-after: always;
    border-bottom: solid 1px black;
}
.FCC320TitleSmall
{
    font-weight: normal;
    text-align: left;
    font-size: 8pt;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top: solid 1px black;
    width: 700px;
    padding: 5px;
}
.FCC320Frame
{
    border-bottom: solid 1px black;
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-top: solid 1px black;
    page-break-after: always;
}
.FCC320FrameNoBreak
{
    border-bottom: solid 1px black;
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-top: solid 1px black;
}

.dataGridSommaireHeader
{
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
    color: rgb(255,255,255);
    background-color: #464646;
    text-decoration: none;
}

.dataGridSommaire
{
    font-family: Arial;
    font-size: 8pt;
}

/* Summary style*/
.Enable
{
    color: rgb(0, 0, 0);
}

/* Summary style*/
.Disable
{
    color: rgb(175, 175, 175);
}