/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_glass 
{
    width: 100%;
}

.containermaster_headertopleft
{
    background-image: url(left-double.jpg);
    height: 32px;
    width: 11px;
}

.containermaster_headerrepeat
{
    background-image: url(header-repeat.jpg);
}
.containermaster_headertitle
{
    background-image: url(header-repeat.jpg);
    width: 100%;
    text-align:left;
}

.containermaster_headertopright
{
    background-image: url(right-double.jpg);
    width: 11px;
}

.containermaster_bodyleft
{
    background-image: url(body-left.jpg);
    background-repeat: repeat-y;
}
.containermaster_bodyrepeat
{
    background-image: url(body-repeat.jpg);
    padding-top: 5px;
}
.containermaster_bodyright
{
    background-image: url(body-right.jpg);
    background-repeat: repeat-y;
}

.containermaster_footerleft
{
    background-image: url(bottom-left.jpg);
    background-repeat: no-repeat;
    height: 20px;
}
.containermaster_footerrepeat
{
    background-image: url(bottom-repeat.jpg);
    background-repeat: repeat-x;
}
.containermaster_footerright
{
    background-image: url(bottom-right.jpg);
    background-repeat: no-repeat;
}

.hrsettings
{
    color:#7a5729;
}











































































































