/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gray {
	width: 100%;
	background-color: #5C979B;
	
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containermaster_main
{
    width: 100%;
   	background-color: transparent;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
    }
.containerrow1_gray {
	
	background-color: transparent;
}
.containerrow2_gray {
	background-color: #5C979B;
}
.meraclass
{
    vertical-align:top;      
   background-color: transparent;    
    }
    
    
    
.MeraBody
{
    vertical-align:bottom;   
    background-image: url(Bottam-corner.gif);
    background-repeat:no-repeat;
    background-color:#EEF2F2; 
    
    }
    
    
.bgclass
{
    background-color:#EEF2F2;
    }


.header
{
    background-color:#588C91;
    }
    
.containermaster_bodybg
{
    width: 100%;
    background-color: #5C979B;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
    }
.containermaster_imgbg {
	width: 100%;
	background-image:url(<%=skinpath%>top-watermark.gif);
	
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containermaster_white {
	width: 100%;
	background-color: #FFFFFF;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}