/* Show Loading Image */
.yui-dt-loading {
	background-color:#FFF;
	background-image:url(../im/loading.gif);    
	background-repeat:no-repeat;
	height: 130px;
	background-position: center center;
}

.yui-dt-loading-bar {
	background-color:#FFF;
	background-image:url(../im/loading_bar.gif);    
	background-repeat:no-repeat;
	height: 30px;
	background-position: center center;
}

/* Hide 'Loading...' from YUI datatable */
.yui-dt-loading div{
	display: none;
}

.yui-dt-loading-bar div{
	display: none;
}

