/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	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;
}

.containerrow2_gray {
	background-color: transparent;
	padding: 10 20 10 20;
}

.containerrow2_blue {
	background-color: transparent;
	padding: 10 5 10 5;
}

.containerrow3_gray {
	background-color: transparent;
	padding: 0 4 0 4;
}

.containerrow2_darkblue {
	background: #313b52 url(images/db_bg.png) repeat top left;
	padding: 5 5 5 5;
	color: White;
}

td.ProductsHeader
{
	border-bottom: solid 2px #c2c2c2;
}

.HeadLight
{
	font-size: 14px;
	font-weight: bold;
	color: White;
	line-height: 25px;
}


