/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width: 100%;
	background-color: #dddddd;
	border-right: #ffd78f 1px solid; 
	border-top: #ffd78f 1px solid; 
	border-left: #ffd78f 1px solid; 
	border-bottom: #ffd78f 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;	
}
.containermaster_gray_02 {
	width: 100%;
	background-color: #dddddd;
	border-right: #ffd78f 0px solid; 
	border-top: #ffd78f 1px solid; 
	border-left: #ffd78f 1px solid; 
	border-bottom: #ffd78f 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;	
}
.containermaster_gray_03 {
	width: 100%;
	background-color: #dddddd;
	border-right: #FFa500 0px solid; 
	border-top: #FFa500 1px solid; 
	border-left: #ffd78f 1px solid; 
	border-bottom: #ffd78f 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;	
}
.containerrow1_gray {
	background-image: url(gradient_LtGray.jpg);
}
.containerrow2_gray {
	background-color: #ffffff;
}
.containerrow3_image {
	background-image: url(CSK-006-BG.jpg);
}
.containerrow4_gray {
	background-color: #f8f3e7;
	text-transform:uppercase
}

