/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #dfe5f2;
	border-right: #cccccc 0px solid; 
	border-top: #cccccc 0px solid; 
	border-left: #cccccc 0px solid; 
	border-bottom: #cccccc 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	padding-top: 7px;
}
.containerrow2_blue 
{
	background-color: #ffffff;
}
.container264_Title
{
  font-family: Arial;
  font-size: 14px;
  font-weight: bolder;
	color: #ff3e00;
	background-color: #ffffff;
}
