﻿/***************************************************************************
Author(s)             : Manon Blackburn                   Date : 2012/07/05
Description           : CPAT Help Style sheet
****************************************************************************/
body
{
    font-family: Arial;
    font-style: normal;
    font-size: 14px;
}

.HELP
{
    display: block;
    font-family: Arial;
    font-style: normal;
    font-size: 14px;
    max-width: 1024px;
}

.TITLE_1
{
    font-family: Arial;
    font-weight: bold;
    display: block;
    padding-bottom: 15px;
}

.TITLE_2
{
    font-family: Arial;
    background-color: #64b216;
    color: white;
    font-weight: bold;
    display: block;
}

.FONCTION
{
    font-family: Arial;
    display: block;
    font-size: 12px;
    vertical-align: middle;
    background-color: Transparent;
    padding-top: 2px;
    padding-bottom: 2px;
}

.FONCTION_TITLE
{
    font-weight: bold;
    display: block;
    color: #407C1B;
    background-color: Transparent;
    background-image: url('../App_Themes/CPAT/Images/master/BkSubTitle.png');
    background-repeat: repeat-x;
    background-position: top;
    padding-left: 20px;
    line-height: 25px;
}

.FONCTION_DESC
{
    padding-left: 10px;
}

.LIST_ITEM
{
    display: list-item;
    list-style: square;
    padding-left: 20px;
    margin-left: 20px;
}

.STRONG
{
    font-weight: bold;
}

.br
{
    display: block;
    padding-left: 10px;
}

.br:before
{
    content: "";
}
