/* 
================================
 Container Styles for ROHERA
================================
*/   

.containermaster_gradient {
	width: 100%;
	background-color: #ffffff;
	border-right: #cccccc 1px solid; 
	border-top: #cccccc 1px solid; 
	border-left: #cccccc 1px solid; 
	border-bottom: #cccccc 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_gradient {
	background-image: url(container_bkg.gif);
}

.containerrow2_gradient {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.containerrow1_under {
	border-bottom: #cccccc 1px solid; 
	background-color: #e9e9e9;
}

