/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width: 100%;
	background-color: #DDDDDD;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
	border: 5px solid #7B5D39;
	padding: 5px;
}
.containerrow1_gray {
	background-color: #FDC070;
	font-size: 14px;
	font-weight: bold;
	color: #000000;

}
.containerrow2_gray {
	background-color: #FFFFFF
}

