/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.container_master {
	width: 100%;
	background-color: #000000;
	border: green 2px dashed; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.container_content {
	/* background-image: url(gradient_LtBlue.jpg); */
	background-color: #000000;
}
.container_footer,
.container_title {
	background-color: #000000;
	color: #ffffff;
}

.container_break {}

.container_content_admin {
	/* background-image: url(gradient_LtBlue.jpg); */
	background-color: #ffffff;
}

.container_content_admin .head 
{
	color: #000000;
}
