 /*****************************************************************************
    The sIFR configuration should typically go in `sifr-config.js`, but in order to
    keep the config file clean, and to give a quick overview, it's done here instead.
    *****************************************************************************/
  
    var qlassik = {
      src: '/qlassik.swf'
      };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(qlassik);
  
    sIFR.replace(qlassik, {
      selector: 'div.contentbox-left div.middle h3'
	  , wmode: 'transparent'
	  , fitExactly: true
      ,css: {
        '.sIFR-root': { 'color': '#EF4035'}
      }
	,filters: {
	BevelFilter: {
		distance: 1 ,angle: 90 ,highlightColor: 0x000000 ,highlightAlpha: 0.8 ,shadowColor: 0xffffff ,shadowAlpha: 1 ,blurX: 1 ,blurY: 1 ,type: 'outer' ,knockout: false
	}
}
});

	
	sIFR.replace(qlassik, {
      selector: 'div.contentbox-right div.middle h3'
	  ,wmode: 'transparent'
      ,css: {
        '.sIFR-root': { 'color': '#5f6062' }
      }
	,filters: {
	BevelFilter: {
		distance: 1 ,angle: 90 ,highlightColor: 0x000000 ,highlightAlpha: 0.8 ,shadowColor: 0xffffff ,shadowAlpha: 1 ,blurX: 1 ,blurY: 1 ,type: 'outer' ,knockout: false
	}
}
    });
	
	sIFR.replace(qlassik, {
      selector: 'div.contentbox-right-action div.middle h3'
	  ,wmode: 'transparent'
      ,css: {
        '.sIFR-root': { 'color': '#ffffff' }
      }
	,filters: {
	BevelFilter: {
		distance: 1 ,angle: 90 ,highlightColor: 0x000000 ,highlightAlpha: 0.8 ,shadowColor: 0xffffff ,shadowAlpha: 1 ,blurX: 1 ,blurY: 1 ,type: 'outer' ,knockout: false
	}
}
    });
	
	sIFR.replace(qlassik, {
      selector: '.menuitem'
	  ,wmode: 'transparent'
	  ,fitExactly: true
      ,css: [	
        '.sIFR-root { color: #5f6062; }'
        ,'a { text-decoration: none; color: #5f6062; }'
        ,'a:hover { color: #EF4035; }'
		
      ]
	,filters: {
	BevelFilter: {
		distance: 1 ,angle: 90 ,highlightColor: 0x000000 ,highlightAlpha: 0.8 ,shadowColor: 0xffffff ,shadowAlpha: 1 ,blurX: 1 ,blurY: 1 ,type: 'outer' ,knockout: false
	}
}
    });
	
		sIFR.replace(qlassik, {
      selector: '.menuitem-active'
	  ,wmode: 'transparent'
	  ,fitExactly: true
      ,css: [	
        '.sIFR-root { color: #EF4035; }'
        ,'a { text-decoration: none; color: #EF4035; }'
        ,'a:hover { color: #EF4035; }'
		
      ]
	,filters: {
	BevelFilter: {
		distance: 1 ,angle: 90 ,highlightColor: 0x000000 ,highlightAlpha: 0.8 ,shadowColor: 0xffffff ,shadowAlpha: 1 ,blurX: 1 ,blurY: 1 ,type: 'outer' ,knockout: false
	}
}
    });
	
		sIFR.replace(qlassik, {
      selector: '.menuitem-inloggen'
	  ,wmode: 'transparent'
	  ,fitExactly: true
      ,css: [	
        '.sIFR-root { color: #d57373; }'
        ,'a { text-decoration: none; color: #d57373; }'
        ,'a:hover { color: #EF4035; }'
		
      ]
	,filters: {
	BevelFilter: {
		distance: 1 ,angle: 90 ,highlightColor: 0x000000 ,highlightAlpha: 0.8 ,shadowColor: 0xffffff ,shadowAlpha: 1 ,blurX: 1 ,blurY: 1 ,type: 'outer' ,knockout: false
	}
}
});

sIFR.replace(qlassik, {
    selector: 'div.winningNumberRow h5.activeNumber'
	  , wmode: 'transparent'
      , css: {
          '.sIFR-root': { 'color': '#E31A25' }
      }
	, filters: {
	    BevelFilter: {
	        distance: 1, angle: 90, highlightColor: 0x000000, highlightAlpha: 0.8, shadowColor: 0xffffff, shadowAlpha: 1, blurX: 1, blurY: 1, type: 'outer', knockout: false
	    }
	}
});

sIFR.replace(qlassik, {
    selector: 'div.winningNumberRow h5'
	  , wmode: 'transparent'
      , css: {
          '.sIFR-root': { 'color': '#ededed' }
      }
	, filters: {
	    BevelFilter: {
	        distance: 1, angle: 90, highlightColor: 0x000000, highlightAlpha: 0.8, shadowColor: 0xffffff, shadowAlpha: 1, blurX: 1, blurY: 1, type: 'outer', knockout: false
	    }
	}
});
sIFR.replace(qlassik, {
    selector: 'div.winningNumberRow h6'
	  , wmode: 'transparent'
      , css: {
          '.sIFR-root': { 'color': '#E31A25' }
      }
	, filters: {
	    BevelFilter: {
	        distance: 1, angle: 90, highlightColor: 0x000000, highlightAlpha: 0.8, shadowColor: 0xffffff, shadowAlpha: 1, blurX: 1, blurY: 1, type: 'outer', knockout: false
	    }
	}
});

sIFR.replace(qlassik, {
    selector: 'div.innerTitleKlantenlogin h3'
	  , wmode: 'transparent'
      , css: {
          '.sIFR-root': { 'color': '#E31A25' }
      }
	, filters: {
	    BevelFilter: {
	        distance: 1, angle: 90, highlightColor: 0x000000, highlightAlpha: 0.8, shadowColor: 0xffffff, shadowAlpha: 1, blurX: 1, blurY: 1, type: 'outer', knockout: false
	    }
	}
});

sIFR.replace(qlassik, {
    selector: 'div#saldo h3'
	  , wmode: 'transparent'
      , css: {
          '.sIFR-root': { 'color': '#FFFFFF' }
      }
	, filters: {
	    BevelFilter: {
	        distance: 1, angle: 90, highlightColor: 0x000000, highlightAlpha: 0.8, shadowColor: 0xffffff, shadowAlpha: 1, blurX: 1, blurY: 1, type: 'outer', knockout: false
	    }
	}
});

sIFR.replace(qlassik, {
    selector: 'div#saldo h6'
	  , wmode: 'transparent'
      , css: {
          '.sIFR-root': { 'color': '#FFFFFF' }
      }
	, filters: {
	    BevelFilter: {
	        distance: 1, angle: 90, highlightColor: 0x000000, highlightAlpha: 0.8, shadowColor: 0xffffff, shadowAlpha: 1, blurX: 1, blurY: 1, type: 'outer', knockout: false
	    }
	}
});

sIFR.replace(qlassik, {
    selector: 'div#saldo h4'
	  , wmode: 'transparent'
      , css: {
          '.sIFR-root': { 'color': '#FFFFFF' }
      }
	, filters: {
	    BevelFilter: {
	        distance: 1, angle: 90, highlightColor: 0x000000, highlightAlpha: 0.8, shadowColor: 0xffffff, shadowAlpha: 1, blurX: 1, blurY: 1, type: 'outer', knockout: false
	    }
	}
});

sIFR.replace(qlassik, {
    selector: 'div#changePassword h3'
	  , wmode: 'transparent'
      , css: {
          '.sIFR-root': { 'color': '#EF4035' }
      }
	, filters: {
	    BevelFilter: {
	        distance: 1, angle: 90, highlightColor: 0x000000, highlightAlpha: 0.8, shadowColor: 0xffffff, shadowAlpha: 1, blurX: 1, blurY: 1, type: 'outer', knockout: false
	    }
	}
});

sIFR.replace(qlassik, {
    selector: 'div#wijzigenformulier h3'
	  , wmode: 'transparent'
      , css: {
          '.sIFR-root': { 'color': '#EF4035' }
      }
	, filters: {
	    BevelFilter: {
	        distance: 1, angle: 90, highlightColor: 0x000000, highlightAlpha: 0.8, shadowColor: 0xffffff, shadowAlpha: 1, blurX: 1, blurY: 1, type: 'outer', knockout: false
	    }
	}
});





