@charset "UTF-8";
/* CSS Document */

      body {
        font-family: arial, helvetica, sans-serif;       
        color: #FFFFFF;
        background-color: #181818;
        background:url(../img/stripes.png);
        background-attachment:repeat;
        padding: 10px;
        font-size: 12px;
      }
      #wrapper {   
        width: 650px;    
        margin: 0 auto; /* centre page content */       
        text-align: center;
      }
	  div{
		font-family: arial, helvetica, sans-serif;       
        color: #FFFFFF;
       font-size: 12px;
		}
      h1 {        
        color: #CCCCCC;
        font-size: x-large;
        padding: 19px 0 17px 0;
      }    
      p.adminlink {
        text-align: right; 
        font-size: small;		    
      }
      a:link, a:visited {
        color: #FFF;
      }
      a:hover {
        color: #CCC;
      }
      /* basic styles for default table layout */
      table {
        width: 650px;
        table-layout: fixed; /* needed to cope with very long words */
      }
      td {
        font-size: 1em;
        overflow: hidden; /* very long words will be truncated */
        padding: 0 0.5em 1.8em 0.5em;
        vertical-align: top;
      }
      table.svlinks {
        width: 100%;
        padding:10px;
      }
      table.svlinks img {
        border-color: #FFF;
      }
      
      /* basic styles for div layout option */
      div.svlinks {
        text-align: left;
      }
      div.svlinks div {
        clear: both;
      }
      div.svlinks img {
        float: left;
        margin-bottom: 10px;
        border-color: #FFF;
      }
      div.svlinks p {
        float: left;
        width: 500px;
        padding-left: 10px;
      }
      .clearboth { /* see http://www.pixelsurge.com/experiment/clearers.htm */
      	clear: both;
      	height: 0;
      	margin: 0;
      	font-size: 1px;
      	line-height: 0;
      }
	  input {
		  border: 1px solid #FFFFFF;
		  background-color:#1F1F1F;
		  color:#FFFFFF;
	  }
	  textarea {
		  border: 1px solid #FFFFFF;
		  background-color:#1F1F1F;
		  color:#FFFFFF;
	  }
