/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_white {
	width: 100%;
	background-color: #dddddd;
	border-right: #ffffff 1px solid; 
	border-top: #ffffff 1px solid; 
	border-left: #ffffff 1px solid; 
	border-bottom: #8f9092 1px solid; 
	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(/Portals/_default/Containers/DNN-Gray/gradient_LtGray.jpg);
}
.containerrow2_gray {
	background-color: #ffffff;
}
table.dotted {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}

