﻿/*RadAjaxLoadingPanel MySkin Skin*/

/*loading image - do not specify background-position or background-repeat*/
.RadAjax_AjaxRed .raDiv
{
    background-image: url(Images/ajax-loader2.gif);
    background-position: center 30% !important;
}

/*loading panel background color*/
.RadAjax_AjaxRed .raColor
{
    background-color: #E1E1E1;
}

/*skin transparency level - the smaller the number, the more the transparency*/
.RadAjax_AjaxRed .raTransp
{
    opacity:0.3; /*non-IE browsers, 0-1*/
    -moz-opacity:0.3; /*old Mozilla browsers, 0-1*/
    filter:alpha(opacity=30); /*IE, 0-100*/
}