/* 
================================
 Container Styles for Cientex
================================
*/   

.CTXcontainermaster_blue {
	width: 100%;
	background-color: #DDF0FF;
	border-right: #5BBDFF 1px solid; 
	border-top: #5BBDFF 1px solid; 
	border-left: #5BBDFF 1px solid; 
	border-bottom: #5BBDFF 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow2_blue {
	background-color: #ffffff;
}



