/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_pgreen {
	width: 100%;
	background-color: #586253;
	BORDER-RIGHT: #586253 0px solid; 
	BORDER-TOP: #586253 0px solid; 
	BORDER-LEFT: #586253 0px solid; 
	BORDER-BOTTOM: #586253 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_pgreen {
	BACKGROUND-color:#586253;
}
.containerrow2_pgreen {
	background-color: #CBCBAD;
        padding: 5px;
}
.pgreenTitle  {
font-family: verdana;
font-size: 11px;
font-weight: bold;
color: white;
}

