/*****************************************************************************
It is adviced to place the sIFR JavaScript calls in this file, keeping it
separate from the `sifr.js` file. That way, you can easily swap the `sifr.js`
file for a new version, while keeping the configuration.

You must load this file *after* loading `sifr.js`.

That said, you're of course free to merge the JavaScript files. Just make sure
the copyright statement in `sifr.js` is kept intact.
*****************************************************************************/

// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
sIFR.useStyleCheck = true;
sIFR.activate(tradegob);
sIFR.activate(tradgbct);


sIFR.replace(tradegob, {
  selector: '.special',
  wmode: 'transparent',
  css: {
	'.sIFR-root': { 'color': '#9A8C7E', 'leading': '5', 'font-size': '15' }
  }
});

/*
sIFR.replace(tradegob, {
  selector: '.special',
  wmode: 'transparent',
  css: {
	'.sIFR-root': { 'color': '#CC5500', 'leading': '5', 'font-size': '15' }
  }
});
*/


sIFR.replace(tradegob, {
  selector: '.homepage h1',
  wmode: 'transparent',
  css: {
	'.sIFR-root': { 'color': '#2b617d' }
  }
});

sIFR.replace(tradgbct, {
  selector: '.content h1 .title',
  wmode: 'transparent',
  css: {
	'.sIFR-root': { 'color': '#2b617d', 'margin-bottom': '-3' }
  }
});

/*
sIFR.replace(tradgbct, {
  selector: 'h2.related_cases, h2.styled',
  wmode: 'transparent',
  css: {
	'.sIFR-root': { 'color': '#9a8c7e', 'text-transform': 'uppercase', 'font-size': '22' }
  }
});
*/

sIFR.replace(tradgbct, {
  selector: 'h2.related_cases, h2.styled',
  wmode: 'transparent',
  css: {
	'.sIFR-root': { 'color': '#CC5500', 'text-transform': 'uppercase', 'font-size': '22' }
  }
});

sIFR.replace(tradgbct, {
  selector: '.content h3.h1',
  wmode: 'transparent',
  css: {
	'.sIFR-root': { 'color': '#2b617d', 'margin-bottom': '-3' }
  }
});

sIFR.replace(tradgbct, {
  selector: '.sidebar h1',
  wmode: 'transparent',
  css: {
	'.sIFR-root': { 'color': '#000000' }
  }
});

sIFR.replace(tradgbct, {
  selector: '.cform label',
  wmode: 'transparent',
  css: {
	'.sIFR-root': { 'color': '#2b617d' }
  }
});

sIFR.replace(tradgbct, {
  selector: '.cf_info success ',
  wmode: 'transparent',
  css: {
	'.sIFR-root': { 'color': '#2b617d' }
  }
});

sIFR.replace(tradgbct, {
  selector: '.cf_failure',
  wmode: 'transparent',
  css: {
	'.sIFR-root': { 'color': '#FF0000' }
  }
});

sIFR.replace(tradgbct, {
  selector: '.cf_working',
  wmode: 'transparent',
  css: {
	'.sIFR-root': { 'color': '#2b617d' }
  }
});

