/*****************************************************************************
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 script_cyr = {
  src: 'http://www.vantony.com/flash/script_cyr.swf'
};

// sIFR.useStyleCheck = true;
sIFR.activate(script_cyr);

sIFR.replace(script_cyr, {
  selector: '.tabs_label_text'
  ,css: [
    '.sIFR-root { color:#5e5e5e;font-size:22px;z-index:20; }'
  ]
  ,wmode: 'transparent'
  ,preventWrap: true
  ,forceSingleLine: true
  ,selectable: true
});

sIFR.replace(script_cyr, {
  selector: '.line_purple_title_text'
  ,css: [
    '.sIFR-root { color:#662f5e;font-size:22px;z-index:20; }'
  ]
  ,wmode: 'transparent'
  ,preventWrap: true
  ,forceSingleLine: true
  ,selectable: true
});

sIFR.replace(script_cyr, {
  selector: '.line_gray_title_text'
  ,css: [
    '.sIFR-root { color:#8c8b8b;font-size:22px;z-index:20; }'
  ]
  ,wmode: 'transparent'
  ,preventWrap: true
  ,forceSingleLine: true
  ,selectable: true
});
