﻿<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:msxsl="urn:schemas-microsoft-com:xslt" exclude-result-prefixes="msxsl">
  <xsl:output method="xml" indent="yes"/>

  <xsl:template match="/">
    <xsl:variable name="TemplateURL" select="normalize-space(AjaxRequest/TemplateURL)"></xsl:variable>
    <xsl:variable name="HostName" select="normalize-space(AjaxRequest/HostName)"></xsl:variable>

    <div class="topHorizontalBar" id="divTopHorizontalColoredBar1" width="100%">
    </div>
    <div style="width: 100%; height: 10px; background: #231F20">
      &#xa0;
    </div>
    <div class="FooterContentDiv" style="height: 40px;">
      <table class="tableMaster" cellpadding="0" cellspacing="0">
        <tr>
          <td>
            &#xa0;
          </td>
          <td class="lifeSpaceWorkingAreaSmall">
            <img style="margin-top: -2px;" width="100%" src="{$TemplateURL}/Web/Images/Ver_2_0/dropshadow_980.png"
							alt=""/>
            <div id="divLifespaceFooter" style="height: 100%;" runat="server">
              <table class="tableMaster">
                <tr>
                  <td class="textCenter" width="19%">
                    <a class="marginRight55" href="http://www.partypongclub.com/PrivacyPolicy" target="_blank">
                      <span class="labelTopHeaderNavigationLink">
                        Privacy Policy
                      </span>
                    </a>
                  </td>
                  <td class="textCenter" width="23%">
                    <a class="marginRight55" href="http://www.partypongclub.com/TermsAndConditions" target="_blank">
                      <span class="labelTopHeaderNavigationLink">
                        Membership Terms &amp; Contiditions
                      </span>
                    </a>
                  </td>
                  <td class="textCenter" width="20%">
                    <a class="marginRight55" href="http://www.partypongclub.com/TournamentRules" target="_blank">
                      <span class="labelTopHeaderNavigationLink">
                        Tournament Rules
                      </span>
                    </a>
                  </td>
                  <td class="textCenter" width="20%">
                    <a class="marginRight55" href="http://www.partypongclub.com/CodeOfConduct" target="_blank">
                      <span class="labelTopHeaderNavigationLink">
                        Code of Conduct
                      </span>
                    </a>
                  </td>
                  <td class="textCenter" width="18%">
                    <a href="http://{$HostName}/Contact" target="_self">
                      <span class="labelTopHeaderNavigationLink">
                        Contact Us
                      </span>
                    </a>
                  </td>
                </tr>
              </table>
            </div>
            <div class="marginTop20" align="center">
              <a href="https://www.coachsimple.net/" target="_blank">
                <span class="labelTopHeaderNavigationLink" style="font-size:10px;">
                  This site runs on the LifeSpace Social Community Platform
                </span>
              </a>
            </div>
          </td>
          <td>
            &#xa0;
          </td>
        </tr>
      </table>
    </div>
  </xsl:template>
</xsl:stylesheet>
