/* 
================================
 Container Styles for DotNetNuke
================================
*/

.containermasterTitle
{
    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
{
    color: #446e70;
    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;
}
.White_Title
{
    color: #446e70;
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: Bold;
    letter-spacing: 0em;
    text-align:Center;
    padding-left: 0px;
    padding-bottom: 2px;
}
.AFSContent
{
    color: #333333;
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size: 11px;
    font-style: normal;
    text-align: left;
    padding-left: 5px;
    padding-right: 7px;
    padding-top:0px;
}
a.AFSContent:link
{
    color: #006699;
    text-decoration: none;
}

a.AFSContent:visited
{
    color: #006699;
    text-decoration: underline;
}
a.AFSContent:active
{
    color: #006699;
    text-decoration: underline;
}
a.AFSContent:hover
{
    color: #006699;
    text-decoration: underline;
}