var dax = { src: '/swf/dax.swf' };
var daxblack = { src: '/swf/daxblack.swf' };
sIFR.activate(dax, daxblack);

sIFR.replace(daxblack, {
  selector: '#content.page h2',
  css: '.sIFR-root { color: #ff9900; font-size: 48px; line-height: 48px }',
  fixFocus: true
});


sIFR.replace(dax, {
  selector: '#content.medium h2',
  css: '.sIFR-root { background-color: #FA0002; color: #FFFFFF; line-height: 26px; font-size: 26px; text-align: right }',
  fixFocus: true
});
sIFR.replace(dax, {
  selector: '#content #selection h2',
  css: '.sIFR-root { background-color: #ff9900; color: #ffffff; font-size: 16px; line-height: 16px; text-align: right }',
  fixFocus: true
});

sIFR.replace(dax, {
  selector: '#content h2',
  css: '.sIFR-root { background-color: #ff9900; color: #ffffff; font-size: 26px; line-height: 26px; text-align: right }',
  fixFocus: true
});
/*
sIFR.replace(dax, {
  selector: '#nav-main li a',
  css: '.sIFR-root { background-color: #FA0002; color: #ffffff; font-size: 15px; line-height: 12px; display: block}',
  wmode: 'opaque',
  leading:2
});
*/

sIFR.replace(dax, {
  selector: '#resultSelector h3',
  css: '.sIFR-root { color: #000000; font-size: 20px; line-height: 20px; font-weight: normal; display: inline; }, a {color: #000000; text-decoration: none} , a:active {color: #000000; text-decoration: none} , a:hover {color: #000000; text-decoration: none}',
  wmode: 'transparent'
});


sIFR.replace(dax, {
  selector: '.medium h3',
  css: '.sIFR-root { color: #666666; font-size: 20px; line-height: 20px; font-weight: normal; display: inline; }, a {color: #666666; text-decoration: none} , a:active {color: #666666; text-decoration: none} , a:hover {color: #666666; text-decoration: none}',
  wmode: 'transparent'
});




