/* 
================================
 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;
}
.containerrow_GreenTitle
{
    background-color: #8bb84f;
    background-image: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left:10px;
}
.containerrow_YellowTitle
{
    background-color: #e7c764;
    background-image: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left:10px;
}
.Title_Title
{
    color: #000;
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size: 20px;
    font-style: normal;
    font-weight: Bold;
    letter-spacing: 0em;
    text-align:Left;
    padding-left: 0px;
    padding-bottom: 2px;
}
.RedTitle .Title_Title
{
    color: #bb0808;
    font-size: 30px;
    font-weight: bold;
}
.GreenTitle .Title_Title
{
   color: #fff;
   font-size: 24px;
   font-weight: bold; 
}
.YellowTitle .Title_Title
{
   color: #fff;
   font-size: 24px;
   font-weight: bold; 
}
.HealthyContent
{
    color: #333333;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    text-align: left;
    padding-left: 5px;
    padding-right: 7px;
}
a.HealthyContent:link
{
    color: #bb0808;
    text-decoration: none;
}

a.HealthyContent:visited
{
    color: #bb0808;
    text-decoration: underline;
}
a.HealthyContent:active
{
    color: #bb0808;
    text-decoration: underline;
}
a.HealthyContent:hover
{
    color: #bb0808;
    text-decoration: underline;
}
.HealthyContentHome
{
    color: #333333;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
}
a.HealthyContentHome:link
{
    color: #bb0808;
    text-decoration: none;
}

a.HealthyContentHome:visited
{
    color: #bb0808;
    text-decoration: underline;
}
a.HealthyContentHome:active
{
    color: #bb0808;
    text-decoration: underline;
}
a.HealthyContentHome:hover
{
    color: #bb0808;
    text-decoration: underline;
}

