/* 
================================
 Container Styles 
================================
*/   

.containermaster {
	width: 100%;
	background-color: #dddddd;
	border-right: #ccffcc 1px solid; 
	border-top: #ccffcc 1px solid; 
	border-left: #ccffcc 1px solid; 
	border-bottom: #ccffcc 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_lightgreen {
	background-image: url(lightgreen.gif);
}
.containerrow2_white {
	background-color: #ffffff;
}

