<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*RadAjaxLoadingPanel MySkin Skin*/

/*loading image - do not specify background-position or background-repeat*/
.RadAjax_MyTgaSkin .raDiv {
    background-image: url(/Images/Layout/loading.gif);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

/*loading panel background color*/
.RadAjax_MyTgaSkin .raColor {
    background-color: gray;
}

/*skin transparency level - the smaller the number, the more the transparency*/
.RadAjax_MyTgaSkin .raTransp {
    opacity: 0.2; /*non-IE browsers, 0-1*/
    -moz-opacity: 0.2; /*old Mozilla browsers, 0-1*/
    filter: alpha(opacity=20); /*IE, 0-100*/
}
</pre></body></html>