/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.contentpane
{
	vertical-align: top;
}
.contentpanefamily
{
	width: 220px;
	height: 150px;
	vertical-align: top;
	background-position: right bottom;
	background-image: url(baddsWife.png);
	background-repeat: no-repeat;
}
.containermaster_green
{
	width: 100%;
	background-color: #F0EFE1;
	border-right: #b3b5a8 1px solid;
	border-top: #b3b5a8 1px solid;
	border-left: #b3b5a8 1px solid;
	border-bottom: #b3b5a8 1px solid;
	color: #000000;
}
.containermaster_greenRight
{
	height: 100%;
	width: 100%;
	background-color: #F0EFE1;
	border-right: #b3b5a8 1px solid;
	border-top: #b3b5a8 1px solid;
	border-left: #b3b5a8 1px solid;
	border-bottom: #b3b5a8 1px solid;
	color: #000000;
}
.containerrow1_green
{
	background-image: url(greenHeader.png);
	height: 33px;
}
.containerrow2_green {
	background-color: #ffffff;
}

.containermaster_orange
{
	width: 100%;
	background-color: #F0EFE1;
	border-right: #b3b5a8 1px solid;
	border-top: #b3b5a8 1px solid;
	border-left: #b3b5a8 1px solid;
	border-bottom: #b3b5a8 1px solid;
	color: #000000;
}
.containermaster_orangeFull
{
	height: 100%;
	width: 100%;
	background-color: #F0EFE1;
	border-right: #b3b5a8 1px solid;
	border-top: #b3b5a8 1px solid;
	border-left: #b3b5a8 1px solid;
	border-bottom: #b3b5a8 1px solid;
	color: #000000;
}
.containerrow1_orange
{
	background-image: url(orangeHeader.png);
	height: 33px;
}
.containerrow2_orange {
	background-color: #ffffff;
}
.containermaster_greenFamily
{
	height: 200px;
	width: 100%;
	background-color: #F0EFE1;
	border-right: #b3b5a8 1px solid;
	border-top: #b3b5a8 1px solid;
	border-left: #b3b5a8 1px solid;
	border-bottom: #b3b5a8 1px solid;
	color: #000000;
	background-position: right bottom;
	background-image: url(baddsWife.png);
	background-repeat: no-repeat;
}