/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	background-color: #e4e4e4;
	BORDER-RIGHT: #7f7f7f 1px solid; 
	BORDER-TOP: #7f7f7f 1px solid; 
	BORDER-LEFT: #7f7f7f 1px solid; 
	BORDER-BOTTOM: #7f7f7f 1px solid; 
}
.head
{
	font-family:Arial Unicode MS;
	font-size:small;
	font-weight:600;
	color:White;
}
.containerrow_orange {
	BACKGROUND-IMAGE: url(orange-container-bg.gif);
}
.containerrow_green {
	BACKGROUND-IMAGE: url(green-container-bg.gif);
}
.containerrow_gray {
	BACKGROUND-IMAGE: url(gray-container-bg.gif);
}
.containerbg {
	background-color: #e4e4e4
}


