﻿/* default styles: Cora.WebControls */

/* AjaxControls.UpdateProgress */
div.UpdateProgress
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #CCCCCC;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 20000;
	text-align: center;
}
img.UpdateProgress
{
	position: relative;
	top: 100px;
	width: 32px;
}
/* fix pre chybnu dlzku menu a datumovnika v IE8 a ExtJs 2.2 */
.x-layer[style]
{
	width: auto !important;
}