/* 
================================
 Container Styles for DotNetNuke
================================
*/

.containermasterTitle
{
    width: 100%;
    border-right: #8f9092 0px solid;
    border-top: #8f9092 0px solid;
    border-left: #8f9092 0px solid;
    border-bottom: #8f9092 0px solid;
    moz-border-radius-bottomleft: 15px;
    moz-border-radius-bottomright: 15px;
    moz-border-radius-topleft: 3px;
    moz-border-radius-topright: 3px;
    background: transparent none norepeat;
}
.containerrow_Title
{
    background-color: transparent;
    background-image: none;
    padding-top: 0px;
    padding-bottom: 0px;
}

.Title_Title
{
    font-family: Trebuchet MS ,Arial, Helvetica, Sans-Serif;
    font-style: Italic;
    letter-spacing: 0em;
    text-align: Left;
    padding-left: 0px;
    padding-bottom: 2px;
}

.GreenTitle .Title_Title
{
    color: #087ab6;
    font-size: 32px;
    font-weight: normal;
}
.HelpContent
{
    text-align: left;
    padding-left: 5px;
    padding-right: 7px;
}

