var gotham = {
  src: 'gotham.swf'
};

var gothamlight = {
  src: 'gothamlight.swf'
};

//sIFR.useStyleCheck = true;

// There can be only one sifr activation
sIFR.activate(gotham, gothamlight);

sIFR.replace(gotham, {
  selector: 'strong.sifr-head-link',
  css: '.sIFR-root { background-color: #000000; color: #036C90; font-size: 12px; cursor: pointer;}',
  offsetTop: 2,
  transparent: true,
  selectable: false
});

sIFR.replace(gotham, {
  selector: 'li.sifr-head-day',
  css: '.sIFR-root { background-color: #000000; color: #036C90;}',
  wmode: 'opaque'
});

sIFR.replace(gotham, {
  selector: 'li.sifr-head-today',
  css: '.sIFR-root { background-color: #000000; color: #ffffff;}',
  wmode: 'opaque'
});

sIFR.replace(gotham, {
  selector: 'h3.sifr-head',
  css: '.sIFR-root { background-color: #000000; color: #ffffff;}',
  wmode: 'opaque'
});

sIFR.replace(gothamlight, {
  selector: 'h3.sifr-head-light',
  css: '.sIFR-root { background-color: #000000; color: #ffffff}',
  transparent: true
});

sIFR.replace(gothamlight, {
  selector: 'h3.sifr-head-light-large',
  css: '.sIFR-root { background-color: #000000; color: #ffffff;}',
  wmode: 'opaque'
});

sIFR.replace(gothamlight, {
  selector: 'span.sifr-head-dark',
  css: '.sIFR-root { background-color: #000000; color: #959595;}',
  wmode: 'opaque'
});

