/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.container
{
	margin: 5px 15px 5px 15px;
	padding: 0;
	clear: both;
	background-image: url(leftpaws.gif);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: left top;
}


.containerDark 
{
	margin: 5px 15px 5px 15px;
	padding: 0;
	clear: both;
	background-image: url(rightpaws.gif);
	background-color: #E8E5D9;
	background-repeat: no-repeat;
	background-position: right top;
}

.container img, .containerDark img
{
	margin: 5px;
}

.moduleTitleContainer
{
	margin: 10px 0 5px 0;
}

.containerBox
{
	margin: 0 0 5px 0;
	padding: 0;
	clear: both;
}

.editModuleContainer
{ 
	text-align: center;
	margin: 0;
	padding: 0;
	clear: both;
	height: 0px;
	background-color: Transparent;
}

html>body .editModuleContainer
{
	height: auto;
	min-height: 0px;
}

.editModuleContainer table
{ 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}  