#sb-title {
	padding-right: 20px; /*clear #sb-nav-close by 4px*/
	z-index: 1;
}
#sb-nav-close {
	background-color: transparent;
	background-image: url(resources/close_ws.png); /* changed to custom ws close */
	background-repeat: no-repeat;
	background-position: 0 0 ;
	position: absolute;
	top: 26px; /*initially set to same as #sb-title height 26px*/
	right: 0;
	display: block;
	width: 165px; /* 16 is default */
	height: 16px;
	cursor: pointer;
	z-index: 2;

}
#sb-body {
	z-index: 3; 

}
#sb-info {
	z-index: 4;
}
#sb-loading{ 
        position:absolute;
        top:0; 
        width:100%; /* default 100 */
        height:100%; 
        text-align:center; 
        padding-top:10px; 
     /*  background:url(resources/ajax-loader.gif) 50% 50% no-repeat;*/
	           background:url(resources/ajax-loader.gif) no-repeat 50% 50%; 
	   	z-index: 1;
} 


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

