/*
 * Ext JS Library 2.0.2
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://extjs.com/license
 */

.rowexpander-expand-all
{
	background-image:url(../images/shared/expand.gif) !important;
}
.rowexpander-collapse-all
{
	background-image:url(../images/shared/collapse.gif) !important;
}

#wait
{
	position:absolute;
	background-color:gray;
	border:1px solid;
	top:45%;
	left:45%;
	z-index:50000;
}
