﻿/* ITkey ItkAjaxLoadingPanel Common CSS */

.ItkAjax .raDiv,
.ItkAjax .raColor
{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

.ItkAjax .raDiv
{
	position:relative;
	z-index:2;
	background-color:transparent;
	background-position:center center;
	background-repeat:no-repeat;
}

.ItkAjax .raColor
{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	background-image:none;
}

.ItkAjax .raTransp
{
	zoom:1;
}

.ItkAjax .raTop
{
	background-position:center top;
}

.ItkAjax .raTopLeft
{
	background-position:left top;
}

.ItkAjax .raTopRight
{
	background-position:right top;
}

.ItkAjax .raLeft
{
	background-position:left center;
}

.ItkAjax .raRight
{
	background-position:right center;
}

.ItkAjax .raBottom
{
	background-position:center bottom;
}

.ItkAjax .raBottomLeft
{
	background-position:left bottom;
}

.ItkAjax .raBottomRight
{
	background-position:right bottom;
}

.ItkAjax div.raNone
{
	background-image:none;
}

* html .ItkAjaxUpdatedElement select
{
	visibility:hidden !important;
}