/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_red {
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
}
.containerrow1_red {
    border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;0
	border-right: #000000 1px solid;
}	
.container{
    width: 100%;
	background-color: Transparent;
	BORDER-RIGHT: #000000 1px solid; 
	/*BORDER-TOP: #000000 1px solid; */
	BORDER-LEFT: #000000 1px solid; 
	BORDER-BOTTOM: #000000 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}


