// JavaScript Document

/*****************************************************************************
    The sIFR configuration should typically go in `sifr-config.js`, but in order to
    keep the config file clean, and to give a quick overview, it's done here instead.
    *****************************************************************************/
  

	sIFR.replace(handel, {
      selector: '#CoachesLogin, .CoachesLoginText',
	  transparent:true,
	  /*forceSingleLine: true,*/
	  offsetTop:0,
	  offsetLeft:0,
	  tuneHeight:-7,
	  css: [
        '.sIFR-root { text-align: right; color: #ffffff;text-transform:uppercase }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ffffff; }'
        ,'a:hover { color: #ffffff; }'
      ]
    });
		
	sIFR.replace(handel, {
      selector: '#TextArea h1',
	  transparent:true,
	  offsetTop:0,
	  offsetLeft:0,
	  tuneHeight:-4,
	  css: [
        '.sIFR-root { text-align: left; color: #00377B; text-transform:uppercase }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #00377B; }'
        ,'a:hover { color: #00377B; }'
      ]
    });
	
	sIFR.replace(handel, {
      selector: '#TextArea h2',
	  transparent:true,
	  offsetTop:0,
	  offsetLeft:0,
	  tuneHeight:-4,
	  css: [
        '.sIFR-root { text-align: left; color: #00377B; text-transform:uppercase }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #00377B; }'
        ,'a:hover { color: #00377B; }'
      ]
    });
	
	sIFR.replace(handel, {
      selector: '#TextArea h3',
	  transparent:true,
	  offsetTop:0,
	  offsetLeft:0,
	  tuneHeight:-4,
	  css: [
        '.sIFR-root { text-align: left; color: #910000; text-transform:uppercase }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #910000; }'
        ,'a:hover { color: #910000; }'
      ]
    });
	
	
	sIFR.replace(handel, {
      selector: '#Footer .contact h1',
	  forceSingleLine: true,
	  transparent:true,
	  offsetTop:0,
	  offsetLeft:0,
	  tuneHeight:0,
	  css: [
        '.sIFR-root { text-align: left; color: #ffffff; font-size:15px; text-transform:uppercase }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ffffff; }'
        ,'a:hover { color: #ffffff; }'
      ]
    });
	
	sIFR.replace(handel, {
      selector: '#Footer .links h1',
	  forceSingleLine: true,
	  transparent:true,
	  offsetTop:0,
	  offsetLeft:0,
	  tuneHeight:0,
	  css: [
        '.sIFR-root { text-align: left; color: #B3C2D4; font-size:15px; text-transform:uppercase }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #B3C2D4; }'
        ,'a:hover { color: #B3C2D4; }'
      ]
    });
	
