/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #FFF4F2;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.containermaster_2 {
	width: 100%;
	background-color: #FEF9F3;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.containermaster_3 {
	width: 100%;
	background-color: white;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.containermaster_4 {
	width: 100%;
	background-color: #fafdec;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.containerrow1_grey {
	background-color:#736F6C;
}
.containerrow2_grey {
	background-image:url('Back2Container.gif');
	height:24;
}
.containerrow3_grey {
	background-image:url('Back3Container.gif');
	height:21;
}
.containerrow4_grey {
	background-image:url('Back4Container.gif');
	height:23;
}
.containerrow5_grey {
	background-image:url('Back5Container.jpg');
	height:23;
}
.containerrow2_blue {
	background-color: #FFFFFF
}
.TitleContainer
{
	font-family:Tahoma;
	font-size:9pt;
	color:White;
}

