/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width: 164;
	height: 19;
	background-color: #dddddd;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_gray {
	background-image: url(Left_Column_Cont_Top.gif);
}
.containerrow2_gray {
	background-image: url(Left_Column_Cont_Back.gif);
}
.containerrow3_gray {
	background-image: url(Left_Column_Cont_Bottom.gif);
}

