/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width: 100%;
	background-color: #cdd5db;
	border-right: #000000 1px solid; 
	border-top: #000000 1px solid; 
	border-left: #000000 1px solid; 
	border-bottom: #000000 1px solid; 
	moz-border-radius-bottomleft: 5px; 
	moz-border-radius-bottomright: 5px; 
	moz-border-radius-topleft: 1px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_gray {
	background-image: url(gradient_LtGray.jpg);
	font-weight:bold;
	color: #2E5168;
	border-bottom: #000000 1px solid;
	background-color: #FFF;
}

.containerrow2_gray {
	background-color: #ffffff;
}
.containermaster2_gray
{
    width:100%; 
    height:3px;
}

