/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_white {
	width: 100%;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
	background-color: #FFFFFF;

}
.containerrow1_burgundy {
	width: 100%;
	border: 1px solid #990000;
	background-color: #FFFFFF;

}
.containerrow2_grey {
	width: 100%;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
	background-color: #E7E7E7;
}
.containerrow3_toppane {
	width: 100%;
	background-image: url(bgs_1.gif);


}

