/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_clear {
	width: 100%;
	border-right:#444444 1px solid; 
	border-top: #444444 2px solid; 
	border-left: #444444 2px solid; 
	border-bottom: #444444 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerheader_clear {
	background-color:#d9ac10;
}
.containerrow1_clear {
	background-image: url(gradient_LtBlue.jpg);
}
.containerrow2_clear {
	background-color: #ffffff;
}
.containermaster_clear .CommandButton {
	color:#d9ac10 !IMPORTANT;
	text-decoration:underline;	
}
