﻿.EditableContent
{
    padding: 30px 15px 30px 25px;
    background: #ffffff url(../Images/contentBackground.gif) repeat-x bottom left !important;
    background: #cccccc url(../Images/contentBackground.gif) repeat-x top left;
    color: #666666;
    height: auto !important;
    height: 301px;
    min-height: 301px;
    font-size: 11px;
    position: relative;
}
.EditableContent td, .EditableContent th
{
    vertical-align: top;
}

/*
 * Uses an IE hack to get style the HR tag
 *
 */
.EditableContent hr
{
    text-align: left;
    padding: 10px 0px 10px 0px;
    border: 0 none;
    /*margin: 25px */
    background: Transparent url(../Images/hr-long.png) no-repeat center center;
    width: 480px;
    height: 2px;
}
.EditableContent em, .EditableContent i
{
    font-style: italic;
}
.EditableContent strong, .EditableContent b
{
    font-weight: normal;
    color: #000000;
}
.EditableContent .TopRightImage
{
    position: absolute;
    top: 10px;
    right: 7px;
}
.EditableContent blockquote
{
    margin-left: 30px;
}
.EditableContent .Caption
{
    font-family: Georgia, Arial, Verdana;
    font-style: italic;
    font-size: 1.1em;
}
.EditableContent .RedText
{
    color: #e41c0a;
}
.EditableContent h1
{
    font-weight: normal;
    margin: 10px 0 13px 0;
    color: #62bd19;
    font-size: 3.1em;
    
}
.EditableContent h2
{
    font-style: italic;
    font-size: 1.5em;
    color: #000000;
    margin: 0 0 4px 0;
    font-weight: normal;
}
.EditableContent h3
{
    font-size: 1.2em;
    color: #000000;
    margin: 6px 0 3px 0;
    font-weight: bold;
}
.EditableContent h4
{
    font-weight: normal;
    margin: 5px 0 0 0;
    font-size: 1.0em;
    color: #000000;
}
.EditableContent h5
{
    font-size: 1.0em;
    color: #000000;
    margin: 0 0 4px 0;
    font-weight: bold;
}
.EditableContent ul
{
    margin: 0 0 0 30px;
}
.EditableContent ul li
{
    list-style-type: disc;
    padding: 3px 0 3px 0;
}
.EditableContent a
{
    /* color: #e41c0a;*/
    color: #62bd19;
    text-decoration: underline;
}
.EditableContent a:hover
{
    /* color: #ff5555; */
    color: #4a9537;
}
.EditableContent p
{
    padding: 4px 0px 4px 0;
    margin: 0;
}
