﻿/*RadAjaxLoadingPanel defaultBlue Skin*/

/*loading image - do not specify background-position or background-repeat*/
.RadAjax_defaultBlue .raDiv
{
    background-image:url(../../Images/loading.gif);        
}

/*loading panel background color*/
.RadAjax_defaultBlue .raColor
{
    background-color:#525252;
}

/*skin transparency level - the smaller the number, the more the transparency*/
.RadAjax_defaultBlue .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*/
}