/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	background-color: transparent;
	border-style: none;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerheader
{
	height: 12px;
	border-bottom: solid 2px Silver;
}
.containercontent
{
	width: 100%;
	background-color: GhostWhite;
	padding: 10px;
}
.containerfooter
{
	border-top: solid 2px Silver;
}
.containersidebarheader
{
	height: 12px;
}
.containersidebarcontent
{
	width: 100%;
	background-color: White;
}
.containersidebarfooter
{
}



