/* 
================================
 Container Styles for CDF
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #ffffff;
	\\border-right: #7994cb 1px solid; 
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 3px; 
	moz-border-radius-bottomright: 3px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	

}
.containerrow1_blue {
	background-image: url(hdr_cdf.jpg);
	height: 25px;
	padding-left: 10px;
}
.containerrow2_blue {
	background-color: #f5f6ee;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

