/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	background-color: #dddddd;
	border-right: #8f9092 0px solid; 
	border-top: #8f9092 0px solid; 
	border-left: #8f9092 0px solid; 
	border-bottom: #8f9092 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow_image {
	background-image: url(gradient_LtGray.jpg);
}
.containerrow_content {
	background-color: #ffffff;
}
.containerrow_black {
	background-color: #000000;
}
.containerrow_red {
	background-color: #B22222;
}
.containerrow_green {
	background-color: #228B22;
}
.containerrow_blue {
	background-color: #483D8B;
}
.containerrow_gray {
	background-color: #cccccc;
}
.containertext_white {
	color: #ffffff;
	font-weight: bold;
	
}
.containertext_black {
	color: #000000;
	font-weight: bold;
	
}
