/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.container-master-green-bg {
	width: 100%;
	background-color:#d2fa16;		
}
.container-master-image-blue {
	width: 100%;
	background-color: #f3f3f3;		
	border-left:  #084356 1px solid;
	border-right: #084356 1px solid;
	border-bottom: #084356 1px solid;
	margin-bottom:8px;
	}
.container-header-image-blue {
	height: 29px;
	background-image: url(container-blue-bg.jpg);
	background-repeat:repeat-x;
	color:#f1f1f1;	
}
.containerpadding{padding:0 6 6 6 ;}

.container-master-red-bg {
	width: 100%;
	background-color: #790000;		
	
	}
.container-master-blue-bg {
	width: 100%;
	background-color: #212833;		
	
	}
	
.bg
{background-image: url(container-bottom.gif); 
    background-position: right bottom; 
    background-repeat: no-repeat;
   
}
.container-master-gray {
	width: 100%;
	background-color: #fff;		
	
	}

.container-header-gray {
	height: 29px;
	background-image: url(container-gray-bg.jpg);
	background-repeat:repeat-x;
	color:#fff;	
}
.container-master-gray-no-header {
	width: 100%;
	background-color: transparent;		
	
	}

.container-header-gray-no-header {

	background-color: transparent;
	
}






