	.theme-bar-color 											{ background-color:#000; }
	
	/*** Body - Background color *******************************/
	body 														{ background:#fff; }	

	
	/*** Body - Background transparency ************************/
	#style-background 											{ opacity:1;background:url('../images/back-body-texture.png'); }
	
	
	/*** Body - Top light transparency *************************/
	#style-shadow 												{ opacity:1;background:url('../images/back-body-light.png') no-repeat center top;}
	
	
	/*** Panel - Title bar color********************************/
	.panel .title,
	.panel .title-large 										{ background:grey; }
	
	
	/*** Panel - Gradient transparency *************************/
	.panel .title .theme,
	.panel .title-large .theme 	{ opacity:1; }
	
#load-screen {
    width: 100%;
    height: 100%;
    background: url('../images/myloader.gif') no-repeat center center #fff;
    position: absolute;
    margin:0 0 0 0;
    padding:0 0 0 0;
    opacity: 0.7;
}

	
	