/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.fccn_container_tight_master {
	width: 100%;
	background-color: #6c2fb0;
	border-right: #6c2fb0 3px solid; 
	border-top: #6c2fb0 3px solid; 
	border-left: #6c2fb0 3px solid; 
	border-bottom: #6c2fb0 3px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.fccn_container_tight_head {
	background-color: #6c2fb0;
	color: #ffffff;
	font-family: Papyrus, sans-serif;
        font-size:  10pt;
        font-weight:    bold;
}





































