/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster 
{
	width: 100%;
	background-color: white;
	border-right: white 15px solid; 
	border-top: #7994cb 0px solid; 
	border-left: white 15px solid; 
	border-bottom: #7994cb 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	
}

.containerrow_1 
{
	color: #000094;
}
.title
{
    padding-left: 10px;
}

.containerrow_2
{
	background-color: white;
	padding: 10 10 10 10;
	margin: 10 10 10 10;
}

