/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	background-color: transparent;
	BORDER-RIGHT: #7994CB 0px solid; 
	BORDER-TOP: #7994CB 0px solid; 
	BORDER-LEFT: #7994CB 0px solid; 
	BORDER-BOTTOM: #7994CB 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.containerrow1_blue {
    background-color: transparent;
    font-family: Arial, Helvetica, Geneva, Verdana;
    font-size:  18px;
    font-weight:    normal;
    color: #FFFFFF;
}
.containerrow2_blue {
    background-color: transparent;
    font-family: Arial, Helvetica, Geneva, Verdana;
    font-size:  12px;
    font-weight:    normal;
    color: #FFFFFF;
}



