/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	background-color: transparent;
	border: dotted 0px #666666;
}
.containertop {
	border-bottom: dotted 1px #666666;
}
.containerbottom {
	border-top: dotted 1px #666666;
}
#containerhr {
	display:none;
}













