/* 
================================
 Container Styles for DotNetNuke
================================
*/

/* Styles for Container_Grey_Line */
td.corner_topleft		{ background: url('images/container_gray_corner_topleft.gif'); }
td.corner_topright		{ background: url('images/container_gray_corner_topright.gif'); }
td.corner_bottomleft	{ background: url('images/container_gray_corner_bottomleft.gif'); }
td.corner_bottomright	{ background: url('images/container_gray_corner_bottomright.gif'); }
td.line_top				{ background: url('images/line_top.gif'); }
td.line_left			{ background: url('images/line_left.gif'); }
td.line_bottom			{ background: url('images/line_bottom.gif'); }
td.line_right			{ background: url('images/line_right.gif'); }


/* Styles for Container_Grey_BG */
td.grey_corner_topleft		{ background: url('images/container_gray_bg_corner_tl.gif'); }
td.grey_corner_topright		{ background: url('images/container_gray_bg_corner_tr.gif'); }
td.grey_corner_bottomleft	{ background: url('images/container_gray_bg_corner_bl.gif'); }
td.grey_corner_bottomright	{ background: url('images/container_gray_bg_corner_br.gif'); }
td.grey_bg					{ background-color: #f3f3f3;}



.containermaster_blue {
	width: 100%;
	background-color: transparent;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containermaster_blue_no_title {
	width: 100%;
	background-color: transparent;
}

.containerrow1_blue {
	BACKGROUND-IMAGE: none;
}
.containerrow2_blue {
	background-color: transparent;
}
