﻿
function ApplyRATDTipsInfo(){$.fn.qtip.styles.tipStyle={width:160,background:'#FFFFFF',color:'#676767',textAlign:'left',title:{'font-size':'100px'},border:{width:1,radius:1,color:'#50737D'},name:'dark'}
$('img.notAvailable').each(function(){if($(this).parents("div.innerMOI").find(".RATDnotAvailablePopup").html()!=null){$(this).qtip({content:$(this).parents("div.innerMOI").find(".RATDnotAvailablePopup").html(),position:{adjust:{x:0,y:-15,screen:true},corner:{target:'rightTop',tooltip:'leftBottom'}},style:{name:'tipStyle'}});}});}
function ApplyTipsInfo()
{$.fn.qtip.styles.tipStyle={width:160,background:'#FFFFFF',color:'#676767',textAlign:'left',title:{'font-size':'100px'},border:{width:1,radius:1,color:'#50737D'},name:'dark'}
$('img.notification_img').each(function(){if($(this).parent().find(".notification_popup").html()!=null){$(this).qtip({content:$(this).parent().find(".notification_popup").html(),position:{adjust:{x:-10,y:-10,screen:true},corner:{target:'rightTop',tooltip:'leftBottom'}},hide:{effect:{type:'slide',length:20}},show:{effect:{type:'slide',length:100}},style:{name:'tipStyle'}});}});}
function ApplyTipsError()
{$.fn.qtip.styles.tipStyle={width:160,background:'#FFFFFF',color:'#676767',textAlign:'left',title:{'font-size':'100px'},border:{width:1,radius:1,color:'#F37B55'},name:'dark'}
$('img.error_img').each(function(){if($(this).parent().find(".error_popup").html()!=null){$(this).qtip({content:$(this).parent().find(".error_popup").html(),position:{adjust:{x:0,y:-8,screen:true},corner:{target:'rightTop',tooltip:'leftBottom'}},style:{name:'tipStyle'}});}});}