/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_ded1 {
	width: 100%;
	background-color: Transparent;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.containerrow1_ded1 {
	background-color: Transparent;
	font-family: ArialBlack; 
	font-color: #FF0000;
	font-size: 19pt; 
	font-weight: bold; 
	font-style: normal; 	
}
.containermaster_ded2 {
	width: 100%;
	background-color: EDF5F8;
	BORDER-RIGHT: #E1E9EC 1px solid; 
	BORDER-TOP: #E1E9EC 1px solid; 
	BORDER-LEFT: #E1E9EC 1px solid; 
	BORDER-BOTTOM: #E1E9EC 1px solid;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.containerrow1_ded2 {
	background-color: EDF5F8;
	font-family: ArialBlack; 
	font-color: #FF0000;
	font-size: 19pt; 
	font-weight: bold; 
	font-style: normal; 	
}

