/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue
{
	width: 100%;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	border-right: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	border-left: #dcdcdc 1px solid;
	border-bottom: #dcdcdc 1px solid;
	background-color: White; 
	
	/*
	background-image: url(content_article_bg.jpg);
	background-repeat: repeat-y;	
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	*/
}
.containerrow1_blue {
	background-image: url(content_title_blue_bg.gif);
	background-repeat: repeat;
}
.containerrow1_blue .head {
	background-image: url(content_title_blue_bg.gif);
	background-repeat: repeat;
	color: White;
}
.containerrow2_blue {
	background-color: #ffffff;
}
.containerrow3_blue {
	background-image: url(content_footer_blue_bg.gif);
	background-repeat: repeat-x; 
}

.containerrow2_red  {
	background-image: url(content_title_red_bg.gif);
	background-repeat: repeat;
	color: White;	
}
.containerrow2_red  .head{
	background-image: url(content_title_red_bg.gif);
	background-repeat: repeat;
	color: White;	
}
.containerrow3_red {
	background-image: url(content_footer_red_bg.gif);
	background-repeat: repeat-x; 
}

.containerrow2_yellow  {
	background-image: url(content_title_yellow_bg.gif);
	background-repeat: repeat;
	color: White;	
}
.containerrow2_yellow  .head{
	background-image: url(content_title_yellow_bg.gif);
	background-repeat: repeat;
	color: White;	
}
.containerrow3_yellow {
	background-image: url(content_footer_yellow_bg.gif);
	background-repeat: repeat-x; 
}

.containerrow2_gray {
	background-image: url(content_title_gray_bg.gif);
	background-repeat: repeat;
	color: White;	
}
.containerrow2_gray .head{
	background-image: url(content_title_gray_bg.gif);
	background-repeat: repeat;
	color: White;	
}
.containerrow3_gray {
	background-image: url(content_footer_gray_bg.gif);
	background-repeat: repeat-x; 
