/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containerpage 
{
	width: 100%;
/**	background-color:transparent;
	border-right: transparent; 
	border-top: transparent; 
	border-left: transparent; 
	border-bottom: transparent; **/
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}

.containertopleft
{
    background :url(image_container_with_box/topleft.gif)  no-repeat;
    width:16px; 
    height:42px;

    }
.containerheader
{
     background :url(image_container_with_box/header.gif) repeat-x;
    height:42px;
    }

.containertopright
{
    background :url(image_container_with_box/topright.gif)  no-repeat;
    width:16px; 
    height:42px;

    }

.containerleftbar
{
        background: url(image_container_with_box/leftbar.gif) repeat-y;
    width:16px;
    }

.containerbody
{
        background: url(image_container_with_box/body.gif) repeat;
    }
.containerrightbar
{
        background: url(image_container_with_box/rightbar.gif) repeat-y;
    width:16px;
    }
    
.bodyline
{
            background: url(image_container_with_box/bodyline.gif) repeat-x;

     height:8px;
}
.bodylineleft
{
            background: url(image_container_with_box/bodylineleft.gif) no-repeat;
    width:16px;
    height:8px;
}
.bodylineright    
{
            background: url(image_container_with_box/bodylineright.gif) no-repeat;
    width:16px;
    height:8px;
}
    
.footerbody    
{
                background: url(image_container_with_box/footerbody.gif) repeat;
    }
.footerleft
{
                background: url(image_container_with_box/footerleft.gif) repeat-y;
    width:16px;
    }
.footerright
{
                background: url(image_container_with_box/footerright.gif) repeat-y;
    width:16px;
    }

    .containerbottomleft
{
    background :url(image_container_with_box/bottomleft.gif)  no-repeat;
    width:16px; 
    height:16px;

    }
    .containerfooter
{
     background :url(image_container_with_box/footer.gif) repeat-x;
    height:16px;
    }
    .containerbottomright
{
    background :url(image_container_with_box/bottomright.gif)  no-repeat;
    width:16px; 
    height:16px;

    }