/* 
================================
 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;    
    
}
.containerrow_Title
{
    background-color: transparent;
    background-image: none;
    padding-top: 0px;
    padding-bottom: 0px;
}
.containerrow_RedBackTitle
{
    background-color: #7e0303;
    background-image: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left:5px;
}
.containerrow_GrayBackTitle
{
    background-color: #464646;
    background-image: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left:5px;
}
.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: 24px;
    font-weight: bold;
}
.RedBackTitle .Title_Title
{
   color: #fff;
   font-size: 18px;
   font-weight: bold; 
}
.GrayBackTitle .Title_Title
{
   color: #fff;
   font-size: 18px;
   font-weight: bold; 
}
.EFSContent
{
    color: #333333;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
}
a.EFSContent:link
{
    color: #bb0808;
    text-decoration: none;
}

a.EFSContent:visited
{
    color: #bb0808;
    text-decoration: underline;
}
a.EFSContent:active
{
    color: #bb0808;
    text-decoration: underline;
}
a.EFSContent:hover
{
    color: #bb0808;
    text-decoration: underline;
}
.EFSWMContent
{
    color: #333333;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    height:271px;
    width:100%;
    background-image:url(images/watermark.gif);
    background-repeat:no-repeat;
    background-position:center center;    
}
a.EFSWMContent:link
{
    color: #bb0808;
    text-decoration: none;
}

a.EFSWMContent:visited
{
    color: #bb0808;
    text-decoration: underline;
}
a.EFSWMContent:active
{
    color: #bb0808;
    text-decoration: underline;
}
a.EFSWMContent:hover
{
    color: #bb0808;
    text-decoration: underline;
}