/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.XAcontainermaster_blue {
	width: 100%;
	background-color: #dfe5f2;
	color:#CFCFCF;
	moz-border-radius-bottomleft: 0px; 
	moz-border-radius-bottomright: 0px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 0px;
}
.XATitle
{
	font-family:Tahoma;
	font-weight:bolder;
	color:#B70854;
}
.XAcontainerrow2_blue {
	background-color: #ffffff;
	color:#003366;
	font-weight:bolder;
	font-family:Tahoma;
	text-align:left;
	padding:0 10 0 5;
}

.REDcontainermaster_blueBorder {
	width: 100%;
	background-color: #dfe5f2;
	color:#CFCFCF;
	border:solid 1px #DDDDDD;

}
.REDcontainerrow2_blue {
	background-color: #ffffff;
	color:#003366;
	font-weight:bolder;
	font-family:Tahoma;
	text-align:left;
	padding:0 10 0 5;
}
