/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_yellow
{
	border-right: #ffcc33 1px solid;
	border-top: #ffcc33 1px solid;
	border-left: #ffcc33 1px solid;
	width: 100%;
	border-bottom: #ffcc33 1px solid;
	background-color: white;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}
.containerrow1_yellow {
	background-color: #ffcc33;
}
.containerrow2_yellow {
	background-color: #ffffff;
}

.containermaster_purple
{
	border-right: #663399 1px solid;
	border-top: #663399 1px solid;
	border-left: #663399 1px solid;
	width: 100%;
	border-bottom: #663399 1px solid;
	background-color: white;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}
.containerrow1_purple
{
	color: white;
	background-color: #663399;
}

.containerrow2_purple {
	background-color: #ffffff;
}


