﻿/* DEFAULTS
----------------------------------------------------------*/
/* Use this with an element after all of your content, but before the bottom div */
.clear {
       clear:both;
}

div.edito 
{
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 0px;
    color: #77787A;
    text-align: justify;
}

div.edito a
{
       color: #CE450F;
       text-decoration:none;
}
div.edito a:hover
{
       color: #77787A;
       text-decoration:underline;
}
div.edito a:visited
{
       color: #77787A;
       text-decoration:none;
}

div.edito ul
{
       padding-top:5px;
       padding-left:20px;
       margin-top:5px;     
}
       
div.edito .green
{
       
       color:#A8AC33;      
       font-size: 11px;      
       font-weight:bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;

}


/* HEADINGS   
----------------------------------------------------------*/
div.edito h1
{
       color:#3B6CAE;
       margin-bottom:10px;       
       font-size:15px;
       font-weight:bold;
       margin-top:0px;
       margin-bottom:10px;
}
div.edito h2
{
       color:#77787A;
       margin-bottom:10px;
       font-size:13px;
       font-weight:bold;
       margin-top:0px;
       margin-bottom:8px;
}
div.edito h3
{
       color:#A8AC33;
       margin-bottom:10px;
       font-size:11px;
       font-weight:bold;
       margin-top:0px;
       margin-bottom:5px;
}


div.edito h1.orange, div.edito h2.orange, div.edito h3.orange
{
       background: url(/App_Themes/MFC/images/arrow-orange.gif) no-repeat;
       background-position:left top;
       padding-left:30px;
       padding-top:5px;
       margin-bottom:10px;
}

div.edito h1.blue, div.edito h2.blue, div.edito h3.blue
{
       background: url(/App_Themes/MFC/images/arrow-blue.gif) no-repeat;
       background-position:left top;
       padding-left:30px;
       padding-top:5px;
       margin-bottom:10px;
       color:#3B6CAE;
}

div.edito h1.green, div.edito h2.green, div.edito h3.green
{
       background: url(/App_Themes/MFC/images/arrow-green.gif) no-repeat;
       background-position:left top;
       padding-left:30px;
       padding-top:5px;
       margin-bottom:10px;
}
