/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.noob
{
	padding: 0px;
	background-color: red;
}

.container
{
	margin: 0px;
}

.ContainerContentHeader
{
	Background-color: white;
}

.ContainerContent
{
	Background-color: white;
}
.ContainerContentFooter
{
	Background-color: white;	
}
.ContainerHeader
{
	Background-image: url('Header.gif');
	height: 12px;
	width: 100%;
}
.ContainerTopLeft
{
	height: 12px;
	Width: 12px;
	BACKGROUND-IMAGE: url('Top_Left.gif');
	min-width: 12px;
	empty-cells: show;
}
.ContainerTopRight
{
	height: 12px;
	Width: 16px;
	BACKGROUND-IMAGE: url('Top_Right.gif');
	min-width: 16px;
	empty-cells: show;
}
.ContainerMiddleLeft
{
	width: 12px;
	BACKGROUND-image: url('Middle_Left.gif');
}
.ContainerMiddleRight
{
	width: 16px;
	Background-Image: url('Right_Side.gif');
}
.ContainerBottomLeft
{
	Height: 16px;
	Width: 12px;
	BACKGROUND-IMAGE: url('Bottom_Left.gif');
}
.ContainerBottomRight
{
	Height: 16px;
	Width: 16px;
	BACKGROUND-IMAGE: url('Bottom_Right.gif');
}
.ContainerFooter
{
	Background-image: url('Footer_con.gif');
	height: 16px;
	width: 100%;
}

