// SIFR
var TradeGothicCondensed = {
	src: 'flash/TradeGothicCondensed.swf'
};

sIFR.activate(TradeGothicCondensed);

sIFR.replace(TradeGothicCondensed, {
	selector: '#attendeeNavigation span',
	css: {
		'.sIFR-root': {
			'text-align': 'center',
			'text-transform': 'uppercase'
		},
		'a': {
			'color': '#ffffff',
			'text-decoration': 'none'
		}, 
		'a:hover': {
			'color': '#ffffff'
		}
	},
	offsetTop: 6,
	tuneHeight: 8,
	wmode: 'transparent'
});

sIFR.replace(TradeGothicCondensed, {
	selector: '#sidebar h3', 
	css: {
		'.sIFR-root': {
			'color': '#ffffff',
			'font-weight': 'bold',
			'text-transform': 'uppercase'
		}
	},
	fitExactly: true,
	tuneHeight: -5,
	wmode: 'transparent'
});

sIFR.replace(TradeGothicCondensed, {
	selector: '#sidebar h4', 
	css: {
		'.sIFR-root': {
			'color': '#6E7072',
			'font-weight': 'bold',
			'text-transform': 'uppercase'
		}
	},
	fitExactly: true,
	tuneHeight: -5,
	wmode: 'transparent'
});

sIFR.replace(TradeGothicCondensed, {
	selector: '#sidebar h5', 
	css: {
		'.sIFR-root': {
			'color': '#009B90',
			'font-weight': 'bold',
			'text-transform': 'uppercase'
		}
	},
	offsetTop: -15,
	tuneHeight: -25,
	wmode: 'transparent'
});

sIFR.replace(TradeGothicCondensed, {
	selector: '#sidebar li.current', 
	css: {
		'a': {
			'color': '#009B90',
			'text-decoration': 'none'
		},
		'a:hover': {
			'color': '#009B90'
		}
	},
	offsetTop: -1,
	tuneHeight: -7,
	wmode: 'transparent'
});

sIFR.replace(TradeGothicCondensed, {
	selector: '#sidebar li', 
	css: {
		'a': {
			'color': '#6e7072',
			'text-decoration': 'none'
		},
		'a:hover': {
			'color': '#009B90'
		}
	},
	offsetTop: -1,
	tuneHeight: -7,
	wmode: 'transparent'
});

sIFR.replace(TradeGothicCondensed, {
	selector: '#contentFooter .current', 
	css: {
		'.sIFR-root': {
			'font-weight': 'bold'
		},
		'a': {
			'color': '#002c3e',
			'text-decoration': 'none'
		},
		'a:hover': {
			'color': '#002c3e'
		}
	},
	fitExactly: true,
	tuneHeight: -5,
	tuneWidth: 2,
	wmode: 'transparent'
});

sIFR.replace(TradeGothicCondensed, {
	selector: '#contentFooter .replace', 
	css: {
		'.sIFR-root': {
			'font-weight': 'bold'
		},
		'a': {
			'color': '#009B90',
			'text-decoration': 'none'
		},
		'a:hover': {
			'color': '#002c3e'
		}
	},
	fitExactly: true,
	tuneHeight: -5,
	tuneWidth: 2,
	wmode: 'transparent'
});

sIFR.replace(TradeGothicCondensed, {
	selector: '.module h1', 
	css: {
		'.sIFR-root': {
			'color': '#6e7072',
			'font-weight': 'bold'
		},
		'a': {
			'color': '#6e7072',
			'text-decoration': 'none'
		},
		'a:hover': {
			'color': '#6e7072'
		}
	},
	tuneHeight: -5,
	wmode: 'transparent'
});
