/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.container_master {
	width: 100%;
	background-color: #E6EEFF;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.container_header {
  background-color: #607FBF;
  width=100%; 
  border=0; 
}
.container_header .head {
  color: #FFF;
}
.container_controls {
  display: none;
}  
