/* This is the set of classes in the sample fast facts sample template,
 * ~/notes/www/fastFacts151023/01-Sample Fast Facts-locked for styles.docx.zip
 *
 * Some more fast facts style rules may be found in
 * /scripts/summary_ereport.css
 *
 * THIS FILE AND PMR'S /scripts/ckeditor/fast_facts.css MUST ALWAYS BE IN SYNC
 */
#fast_facts p.body_Text,
#fast_facts p.footer,
#fast_facts p.gAOFFGraphic,
#fast_facts p.gAOFFGraphicAltText,
#fast_facts p.gAOFFGraphicTitle,
#fast_facts p.gAOFFRecommendation,
#fast_facts p.gAOFFReptNumber,
#fast_facts p.gAOFFReptTitle-Subtitle,
#fast_facts p.gAOFFText,
#fast_facts p.header,
#fast_facts
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    /* not sure about this
     color: #000;
     */
}
#fast_facts
{
    display: inline-block; /* fix flow/overlap issue
                            * with child div 
                            * and following divs */
}
#fast_facts .right_col /* additional links area on PSP */
{
    font-size: 9pt;
 /* border-bottom: none; /* maybe override the rule for this
                          * in summary_ereport.css */
}
#fast_facts .left_col /* main display area on PSP */
{
    padding-top: 30px;
}
#fast_facts p.body_Text {}
#fast_facts p.footer { display: none; }
#fast_facts p.gAOFFGraphic img { max-width: 650px; }
.innertube #fast_facts,
.innertube #fast_facts p.gAOFFGraphic,
.innertube #fast_facts p.gAOFFGraphic img { max-width: 100%; } /* for prerelease:
                                                                * fast facts is inside a blockquote 
                                                                * and needs to be smaller to fit it */
#fast_facts p.gAOFFGraphicAltText 
{
    display: none; 
}
#fast_facts p.gAOFFList_Outline,
#fast_facts p.gAOFFList_Outline_2,
#fast_facts p.gAOFFList_Outline_3,
#fast_facts p.list_Bullet,
#fast_facts p.gAOFFBullet,
#fast_facts p.list_Paragraph
{
    display: list-item;
    margin-left: 2.6em;
    list-style-type: disc;
    list-style-position: outside;
    list-style-image: none;
}
#fast_facts p.gAOFFGraphicTitle
{
    font-weight: bold;
}
#fast_facts p.gAOFFList_Outline {}
#fast_facts p.gAOFFList_Outline_2 {}
#fast_facts p.gAOFFList_Outline_3 {}
#fast_facts p.gAOFFRecommendation {}
#fast_facts p.gAOFFReptNumber {display:none;}
#fast_facts p.gAOFFReptTitle-Subtitle { display: none; font-weight: 700; }
#fast_facts p.gAOFFText {}
#fast_facts p.gAOFFText a {font-weight: bold;}
#fast_facts p.header { display: none; }
#fast_facts p.list_Bullet {}
#fast_facts p.list_Continue {}
#fast_facts p.list_Number {}
#fast_facts p.list_Paragraph {}
#fast_facts h1
{
    font-size: 14pt;
    font-weight: bold;
}
/* fast facts tables to look like default msword tables: thin black border */
#fast_facts table
{
    background-color: #000;
}
#fast_facts table td,
#fast_facts table th
{
    background-color: #fff;
    margin: 0px;
}
