/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_free {
	width: 100%;
	background-color: #ffffff;
}
.containerrow1_free {
	background-color: #EBEBEB;
}
.containerrow2_free {
	background-color: #ffffff;
}

.Trans_containermaster_free {
	width: 100%;
	background-color: Transparent;
}
.Trans_containerrow1_free {
	background-color: Transparent;
}
.Trans_containerrow2_free {
	background-color: Transparent;
}

