html,body{margin:0;padding:0;}
.x-grid3-summary-row {background:#F1F2F4 none repeat scroll 0%;color:#333333;border:1px solid #ededed;border-top-color:#fff;}
.x-grid3-summary-row .x-grid3-cell-inner {font-weight:bold;padding-bottom:4px;}
.x-grid3-cell-first .x-grid3-cell-inner {padding-left:16px;}
.x-grid-hide-summary .x-grid3-summary-row {display:none;}
.x-grid3-summary-msg {font-weight:bold;padding:4px 16px;}
.x-managed-iframe {background:white;width:'100%';height:'100%';margin:0;padding:5;}
.x-managed-popup-iframe {background:white;width:'100%';height:'100%';margin:0;padding:0;}
.x-layout-collapsed-west {background-image: url('/images/navigation.gif');background-repeat: no-repeat;background-position: center;}
* {font:normal 12px arial,helvetica,sans-serif;margin:0;padding:0;}
.loading-indicator {
    font-size:11px;
    background-image:url('/images/default/grid/loading.gif');
    background-repeat: no-repeat;
    background-position:top left;
    padding-left:20px;
	height:18px;
	text-align:left;
}

#loading-mask{
	position:absolute;
	left:0;
	top:0;
    width:100%;
    height:100%;
    z-index:20000;
    background-color:white;
}
#loading{
	position:absolute;
	left:45%;
	top:40%;
	padding:2px;
	z-index:20001;
    height:auto;
}
#loading img {
    margin-bottom:5px;
}
#loading .loading-indicator{
	background:white;
	color:#555;
	font:bold 13px tahoma,arial,helvetica;
	padding:10px;
	margin:0;
    text-align:center;
    height:auto;
}