/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_red 
{
	width: 200px;
	background-color: #f9f9ff;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containertitlerow_red 
{
	background-color:#eb3323;
	text-align: center;
	padding:0px;
}
.containerrow_red 
{
	border: #cccccc 1px solid; 
	background-color: #ffffff; 
}
