var trebuchetms = {
  src: '/App_Themes/ALPGW08/flash/trebuchetms.swf'
};

sIFR.activate(trebuchetms);

//Site Title
sIFR.replace(trebuchetms, {
  selector: '#header h1',
        css: [
      '.sIFR-root { font-size:24px; font-weight:bold; color:#87C442; text-align: right; }'
      ],
  wmode: 'transparent'
});

sIFR.replace(trebuchetms, {
  selector: '#header h2',
        css: [
      '.sIFR-root { font-size:10px; font-weight:bold; color:#87C442; text-align: right; }'
      ],
  wmode: 'transparent'
});

sIFR.replace(trebuchetms, {
  selector: '#searchContainer .stepBox h3',
        css: [
      '.sIFR-root { font-size:24px; font-weight:bold; color:#ffffff; }'
      ],
  wmode: 'transparent'
});


sIFR.replace(trebuchetms, {
  selector: '.sidePanelBox h3',
        css: [
      '.sIFR-root { font-size:15px; font-weight:bold; color:#ffffff; text-align: left; }'
      ],
  wmode: 'transparent'
});

sIFR.replace(trebuchetms, {
  selector: 'h2',
        css: [
      '.sIFR-root { font-size:20px; font-weight:bold; color:#666666; text-align: left; }',
      'a { color: #87C442; }',
      'a:hover { color: #87C442; }',
      'a:link { color: #87C442; }'
      ],
  wmode: 'transparent'
});

sIFR.replace(trebuchetms, {
  selector: '.newsTitle',
        css: [
      '.sIFR-root { font-size:14px; font-weight:bold; color:#666666; text-align: left; padding-top: 10px; }',
      'a { color: #87C442; }',
      'a:hover { color: #87C442; }',
      'a:link { color: #87C442; }'
      ],
  wmode: 'transparent'
});

sIFR.replace(trebuchetms, {
  selector: 'h3',
        css: [
      '.sIFR-root { font-size:16px; font-weight:bold; color:#666666; text-align: left; }',
      'a { color: #87C442; }',
      'a:hover { color: #87C442; }',
      'a:link { color: #87C442; }'
      ],
  wmode: 'transparent'
});

// Generic Styles
// Normal H1
sIFR.replace(trebuchetms, {
  selector: 'h1',
        css: [
      '.sIFR-root { font-size:24px; font-weight:bold; color:#ffffff; }'
      ],
  wmode: 'transparent'
});

sIFR.replace(trebuchetms, {
  selector: 'h2',
        css: [
      '.sIFR-root { font-size:20px; font-weight:bold; color:#666666; }'
      ],
  wmode: 'transparent'
});

sIFR.replace(trebuchetms, {
  selector: 'blockquote',
        css: [
      '.sIFR-root { font-size:20px; font-weight:bold; color:#666666; padding: 10px 0px 10px 0px;}'
      ],
  wmode: 'transparent'
});