var ekPlain = {
    src: "../css/images/sifr/meta-book.swf"
};

sIFR.prefetch(ekPlain);
sIFR.compatMode = true;
sIFR.activate(ekPlain);
/*sIFR.replace(ekPlain,{selector:"h1",wmode:"transparent",css:[".sIFR-root { color: #C0BBAF; font-size: 28px; font-weight: normal; letter-spacing: 0.20; padding: 0px 0px 0px 10px; }"]});*/

sIFR.replace(ekPlain, {
    selector: "h2.callout",
    wmode: "transparent",
    css: [".sIFR-root { color: #C0BBAF; font-size: 18px; }", ".brownText { color: #554433; }", ".redText { color: #CC3333; }", ".whiteText { color: #FFFFFF; }"]
});

/*sIFR.replace(ekPlain, {
    selector: "h2",
    wmode: "transparent",
    css: [".sIFR-root { color: #C0BBAF; font-size: 22px; font-weight: normal; letter-spacing: -.025; }", ".brownText { color: #554433; }", ".redText { color: #CC3333; }", ".whiteText { color: #FFFFFF; }"]
});*/

sIFR.replace(ekPlain, {
    selector: "h3.name",
    wmode: "transparent",
    css: [".sIFR-root { color: #333333; font-size: 18px; font-weight: bold; text-align: left; }"]
});

sIFR.replace(ekPlain, {
selector: 'h3.head',
wmode: "transparent",
css: ['.sIFR-root {color: #333333; font-size: 15px; font-weight:bold; text-align:left}'
,'a { text-decoration: none; }'
,'a:link { color: #333333; }'
,'a:hover { color: #000000; }']
});

sIFR.replace(ekPlain, {
selector: 'h4.head',
wmode: "transparent",
css: ['.sIFR-root {color: #333333; font-size: 14px; font-weight:bold; text-align:left;}'
,'a { text-decoration: none; }'
,'a:link { color: #333333; }'
,'a:hover { color: #000000; }']
});


sIFR.replace(ekPlain, {
selector: 'h3.head-grey',
wmode: "transparent",
css: ['.sIFR-root {color: #333333; font-size: 15px; font-weight:bold; text-align:left}'
,'a { text-decoration: none; }'
,'a:link { color: #333333; }'
,'a:hover { color: #000000; }']
});

sIFR.replace(ekPlain, {
    selector: "h3.sub-head",
    wmode: "transparent",
    css: [".sIFR-root { color: #333333; font-size: 18px; font-weight: bold; text-align: left; }"]
});

sIFR.replace(ekPlain, {
    selector: ".thankyou-message h4",
    wmode: "transparent",
    css: [".sIFR-root { color: #333333; font-size: 16px; font-weight: bold; text-align: left; letter-spacing: 0.20;}"]
});

sIFR.replace(ekPlain, {
    selector: "h4",
    wmode: "transparent",
    css: [".sIFR-root { color: #333333; font-size: 14px; font-weight: bold; text-align: left; letter-spacing: 0.20;}"]
});

sIFR.replace(ekPlain, {
    selector: "#info h5.title",
    wmode: "transparent",
    css: [".sIFR-root { color: #CC0000; font-size: 14px; font-weight: bold; text-align: left; letter-spacing: 0.20;}"]
});

sIFR.replace(ekPlain, {
    selector: "#job-description h3",
    wmode: "transparent",
    css: [".sIFR-root { color: #333333; font-size: 18px; font-weight: bold; text-align: left; letter-spacing: 0.20;}"]
});

sIFR.replace(ekPlain, {
    selector: "h3.head-grey-big",
    wmode: "transparent",
    css: [".sIFR-root { color: #333333; font-size: 16px; font-weight: bold; text-align: left; }"]
});


sIFR.replace(ekPlain, {
    selector: "h3.bold",
    wmode: "transparent",
    css: [".sIFR-root { color: #333333; font-size: 20px; font-weight: bold; text-align: left; }"]
});

sIFR.replace(ekPlain, {
    selector: "h2.title",
    wmode: "transparent",
    css: [".sIFR-root { color: #999999; font-size: 18px; font-weight: bold; text-align: left; }"]
});


sIFR.replace(ekPlain, {
    selector: "h3.black",
    wmode: "transparent",
    css: [".sIFR-root { color: #333333; font-size: 16px; font-weight: bold; text-align: left; }"]
});

sIFR.replace(ekPlain, {
selector: 'h5.small-desc',
wmode: "transparent",
css: ['.sIFR-root {color: #333333; font-size: 11px; font-weight:bold; text-align:left}'
,'a { text-decoration: none; }'
,'a:link { color: #333333; }'
,'a:hover { color: #000000; }']
});



if (sIFR) {
    sIFR.initialize(true);
}

