﻿/*
================================
CONTENT STYLES 
================================
*/
.content
{
    width:674px;    
    font-size:13px;
    line-height:18px;
    background:url(/layout/transparent.png);
    /*background-color:#faf5ff;
    opacity:.75;
    filter:alpha(opacity=75);*/
    padding:10px 15px;
    min-height:450px;
}

    .content p
    {
        margin:10px 0;
    }

    .content strong
    {
        font-weight:bold;
    }
   
    .content em
    {
        font-style:italic;
    }
   
    .content h3
    {
        font-size:18px;
       margin:10px 0 13px 0;
    }
    
    .content ol, .content ul
    {
        list-style-position:inside;
    }
    
    .content ol
    {
        list-style-type:decimal;
    }
    
    .content ul
    {
        list-style-type:disc;
    }
    
    
    .leftArrow.backLink
    {
        margin:0 0 5px 0;
        display:block;
    }
    
    .content div.date
    {
        font-weight:bold;
        font-size:12px;
    }
    
    /* Header for small thin column */
    .twoColWide .col_2  h4
    {
        font-size:12px;
        color:#f49ac1;
        font-weight:bold;
        background:url(../media/Assets/dotted_border.gif) repeat-x bottom left;
        
        padding:0 0 5px 0;
        margin:0 0 5px 0;        
    }
    
/* CSS if sIFR not enabled START */
    h2.flashHeader
    {
    	width:100%;
        font-size:1.4em;
        color:#9e005d;
	line-height:1em;
	text-align:right;
    }
            
	h2.flashHeader strong
	{
		color:#f49ac1
	}
/* CSS if sIFR not enabled END */


