<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Strict//EN" "http://www.w3.org/TR/x
html1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>InterWorx-CP :: Site Disabled</title>

    <style type="text/css">
      /*<![CDATA[*/

     /***********************************************/
     /* Properties of general/common page elements. */
     /***********************************************/

     body, div, td {
       font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
       font-size: 11px;
       line-height: 1.5;
       color: #666;
       margin: 20px 0px 7px 0px;
       padding: 0px;
     }
     th {
       font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
       font-size: 12px;
       line-height: 1.5;
       color: #616161;
       background-color: #F1F1F1;
     }
     img {
       border: 0;
       border-bottom-style: none;
       background: transparent;
     }
     p {
       text-align: justify;
       line-height: 1.5;
       margin: 5px 4px 10px 10px;
     }
     pre {
       background-color: #FFF;
       margin: 5px 20px 10px 10px;
       margin: 5px;
       padding: 3px;
       color: #000;
       text-align: left;
       border: 1px dashed #ccc;
     }

     h1 {
       font-size: 1.25em;
       font-weight: bold;
       text-align: left;
       margin: 2px 20px 5px 10px;
     }
     h2 {
       font-size: 1.1em;
       font-weight: bold;
       text-align: left;
       text-transform: uppercase;
       margin: 2px 5px -2px 10px;
     }
     h3 {
       color: #555;
       font-size: 12px;
       font-weight: bold;
       text-align: left;
       padding: 5px 0;
       margin: -2px 0 -2px 0;
     }
     h4 {
       font-size: 1.1em;
       font-weight: bold;
       text-align: left;
       text-transform: uppercase;
     }
     ul {
       margin-top: -0.35em;
       margin-bottom: 1em;
     }
     ol {
       margin-top: 0;
       margin-bottom: 10px;
     }
     ul li, ol {
       text-align: justify;
     }

     /*******************************************/
     /* General links in content of every page. */
     /*******************************************/

     a:link {
       color: #06c;
       text-decoration: none;
       padding-bottom: 0;
       border-bottom: 1px solid #ccc;
     }
     a:visited {
       color: #06c;
       text-decoration: none;
       padding-bottom: 0;
       border-bottom: 1px solid #ccc;
     }
     a:hover {
       color: #ccc;
       text-decoration: none;
       padding-bottom: 0;
       border-bottom: 1px solid #ccc;
     }
     a:active {
       color: #f60;
       text-decoration: none;
       padding-bottom: 0;
       border-bottom: 1px solid #ccc;
     }

     /******************************/
     /* Columnar output formatting */
     /******************************/

     .content {
       width: 60%;
       background-color: #F3F3F3;
       border: 1px solid #999;
       margin: 5px auto 5px auto;
     }
     .buttons {
       background-color: #FFF;
       margin: 0px auto;
     }

      .service_neutral_box {
        font-weight: bold;
        font-size: 11px;
        border: 1px solid #34A6C7;
        background: #BDEFFD;
        color: #34A6C7;
        text-align: center;
        padding-left: 3px;
        padding-right: 3px;
        text-transform: uppercase;
      }

     .service_notok_box {
       width: 60%;
       font-weight: bold;
       font-size: 11px;
       border: 1px solid #C63581;
       background: #FECBE7;
       color: #C63581;
       text-align: center;
       padding-left: 3px;
       padding-right: 3px;
       margin: 5px auto 5px auto;
       text-transform: uppercase;
     }

    </style>

  </head>
  <body>

    <div align="center">
    </div>

    <div class="service_neutral_box">
      This site has been disabled
    </div>

    <table class="content">
      <tr>
        <td>
          <h2 style="text-align: center;">This site has been disabled</h2>
          <p style="text-align: center;">
          Please contact your service provider for more information.
          </p>
        </td>
      </tr>
    </table>

    <div class="service_neutral_box">
      This site has been disabled
    </div>

  </body>
</html>

