/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_green 
{
	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_green 
{
	background-color:#b1b2b2;
	text-align: center;
	padding:0px;
}
.containerrow_green 
{
	border: #cccccc 1px solid; 
	background-color: #ffffff; 
}

