/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	background-color: transparent;
	BORDER-RIGHT: #333333 1px none; 
	BORDER-TOP: #333333 1px none; 
	BORDER-LEFT: #333333 1px none; 
	BORDER-BOTTOM: #333333 1px none; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	border: none;
	z-index: 0;
}
.containerhead {
	background-color: transparent;
	BORDER-BOTTOM: #333333 1px solid; 
}
.containerbody {
	background-color: transparent;
}
.containerfoot {
	background-color: transparent;
	BORDER-TOP: #333333 1px solid; 
}
.containerHR
{
	border: #333333 1 px solid;
}
