/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	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(gradient_LtBlue.jpg);
}
.containerrow2_blue {
	background-color: #ffffff;
}
.containermaster_none {
	width: 100%;
	background-color: #dfe5f2;
	border-right: #7994cb 1px transparent; 
	border-top: #7994cb 1px transparent; 
	border-left: #7994cb 1px transparent; 
	border-bottom: #7994cb 1px transparent; 
}
.containerrow1_none{
	background-color: white;
}
.containerrow2_none {
	background-color: white;
}
.containermaster_steel {
	width: 100%;
	background-color: #dfe5f2;
	border-right: #b0c4de 1px solid; 
	border-top: #b0c4de 1px solid; 
	border-left: #b0c4de 1px solid; 
	border-bottom: #b0c4de 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_steel {
	background-image: url(gradient_LtSteelBlue.jpg);
}
.containerrow2_steel {
	background-color: #B0C4DE;
}
.containerrow1_LtRed {
	background-image: url(gradient_LtRed.jpg);
}

.containerrow1_xray
{
	background-image: url(1200x200red_line.jpg);
	color: #990000;
}

.containerXrayTitle
{
	font-weight: bold;
	font-size: 14px;
	color: white;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

.containerTitle{
	font-weight: bold;
	font-size: 14px;
	color: #990000;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
