/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_trivial {
	background-color: white;
	width: 100%;
}

.containermaster_white {
	background-color: white;
	margin-bottom: 20px;
}

.containerrow1_white {
	border-bottom: white 20px solid; 
}

.containermaster_grey
{
	border-right: #cccccc 1px solid;
	padding-right: 10px;
	border-top: #cccccc 1px solid;
	padding-left: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-left: #cccccc 1px solid;
	padding-top: 10px;
	border-bottom: #cccccc 1px solid;
	background-color: #efefef;
}

containerrow1_grey
{
}
