/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_vortex
{
    width: auto;
    background-color: #FFF;
    moz-border-radius-bottomleft: 15px;
    moz-border-radius-bottomright: 15px;
    moz-border-radius-topleft: 3px;
    moz-border-radius-topright: 3px;
    float: left;
}
.containerrow1_vortex
{
    background-image: url(dark_blue_gradient.png);
    background-repeat: repeat-x;
    width: auto;
    height: auto;
    border-collapse: collapse;
}
.containerrow2_vortex {
	background-color: #ffffff;
}
.containermaster_transparent {
	width: 100%;
	background-color: transparent;
}


