/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width: 100%;
	background-image: url(contentrep.jpg);
	background-repeat:repeat-x;
	background-color:#A2968F;	
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_gray {
	
}
.containerrow2_gray 
{
    padding-left:12px;
    padding-right:6px;
    padding-top:6px;
    color:#000000;
    font-size:10px;	
}


.containermasternew_gray {
	width: 100%;
	background-color: #A1948E;
	
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1new_gray {
	background-color: #A1948E;
}
.containerrow2new_gray {
	background-color: #A1948E;
	
}

