/* 
================================
CSS STYLES FOR DotNetNuke
================================
   Shai Rules of creating CSS:
	1. default.css - should not be touched at all!
	2. portal.css should have only font-families & font-sizes & rtl
	3. skin.css should format only the skin - not the containers 
	4. This file - container.css - should format container colors, borders, bgcolors ets.
*/   

.containermaster_empty
/* Container general styles */
{
	background-color: trasnparent;
	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 
}

.container_title_line_empty 
/* Container title bgcolor */
{
	background-color: transparent;
}

.Ashram_Allgray
{
    background: #ffffff url(gray_container_bg.jpg);
    width:384px;
    color:#604222;
}

.Ashram_Allgray_body
{
    padding-right:30px;    
    padding-left:30px;    
    padding-top:20px;    
}
