/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue
{
    width: 100%;
    background-color: #FFFFFF;
    border-top: #7994CB 1px solid;
    background-image: url(boxGradient.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}
.containerrow1_blue
{
    background-image: url(gradient_LtBlue.jpg);
    background-repeat: repeat-x;
    background-color: white;
    background-position: top;
}

