/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_white {
	width: 100%;
	background-color: transparent;
	BORDER-RIGHT: transparent 1px solid; 
	BORDER-TOP: transparent 1px solid; 
	BORDER-LEFT: transparent 1px solid; 
	BORDER-BOTTOM: transparent1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}

.containerrow {
	background-color: transparent
}

.containerrowt {
	background-color: Transparent;
}
containermaster_blue 
{
    width: 100%;
    background-color: transparent;
}
.containermaster_transparent {
	width: 100%;
	background-color: transparent;/*
	BORDER-RIGHT: Transparent 3px solid; 
	BORDER-TOP: Transparent 3px solid; 
	BORDER-LEFT: Transparent 3px solid; 
	BORDER-BOTTOM: Transparent 3px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px */
}

































