  /****************************************************
  *****************************************************
  *** Shadow Warfare Codebase
  *** template/css/swmain.css
  *** Last Updated 13 December 2009
  *** Lines 213
  ***
  *** main CSS file for outside website
  *****************************************************
  ****************************************************/  

  .style1 
  {
    font-family: Tahoma;
    font-size: 9px;
  }

  .style2 
  {
    font-family: Tahoma;
    font-size: 12px;
    color: #666666;
  }

  .style3 
  {
    font-family: Tahoma;
    font-size: 11px;
  }

  a:link 
  {
    color: #666666;
    text-decoration: none;
  }

  a:visited 
  {
    text-decoration: none;
    color: #999999;
  }

  a:hover 
  {
    text-decoration: underline;
    color: #CCCCCC;
  }

  a:active 
  {
    text-decoration: none;
    color: #FFFFFF;
  }

  .style6 
  {
    color: #FFFFFF
  }

  .style13 {font-family: Tahoma; font-size: 10px; }
  .style15 {font-size: 10}
  .style17 {font-family: Tahoma; font-size: 14px; }
  
  table
  {
    padding: 0px;
    margin: 0px;
  }
  
  div
  {
    padding: 0px;
    margin: 0px;
  }
  
  body 
  {
    background-image: url();
    background-color: 15151515;
  }
  
  input
  {
    color: #cccccc;
    background: #232323; 
    border: 1px solid #cccccc
  }
  
  a, a:visited 
  {
      text-decoration: none;
      color: inherit;
      font-weight: bold;
  }
  
  a:hover 
  {
      text-decoration: underline;
  }
  
  #wrapper 
  {
      width: 880px;
      margin: 0px auto;
      text-align: center;
  }
  
  #header 
  {
      background: transparent url('../../images/template/logo.jpg') center top no-repeat;
      height: 164px;
  }
  
  #title-nav 
  {
      padding: 10px;
  }
  
  #footer-menu 
  {
      padding: 0px;
      margin: 0px;
  }
  
  #footer-menu a 
  {
      color: #fff;
      font-weight: bold;
  }
  
  #footer-menu a:hover 
  {
      color: #ce4214;
  }
  
  #frontpage-content a 
  {
      font-weight: normal;
      color: #d04214;
  }
  
  #frontpage-content a:hover 
  {
      color: #fff;
  }
  
  #fight 
  {
      border: 1px solid #d04214;
      text-align: center;
      padding: 5px;
  }
  
  .fight-text 
  {
      width: 602px;
      text-align: left;
      margin: 0px auto;
  }
  
  #left-box 
  {
      width: 330px;
      float: left;
      text-align: left;
      padding: 10px;
  }
  
  #left-box table 
  {
      padding: 4px 0px 4px 0px;
  }
  
  #right-box 
  {
      width: 450px;
      float: right;
      text-align: left;
      padding: 10px;
  }
  
  #updates-box 
  {
      border: 1px solid #d04214;
      padding: 3px;
  }
  
  #updates-box ul 
  {
      margin: 0px 0px 0px 14px;
      padding: 2px;
      list-style-image: url('../../images/template/plus.jpg');
  }
  
  .clear 
  {
      clear: both;
  }
  
  #footer 
  {
      padding: 3px;
      border: 1px solid #d04214;
      margin-top: 5px;
  }
  
  #footer a 
  {
      color: #d04214;
      font-weight: bold;
  }
  
  #footer a:hover 
  {
      color: #fff;
  }
  
  .fleft 
  {
      float: left;
  }
  
  .fright 
  {
      float: right;
  }
  
  .padded 
  {
      padding: 10px;
  }
  
  #main-div 
  {
      float:left;
      width: 528px;
  }
  
  h3 
  {
      text-transform: uppercase;
      font-weight: normal;
      color: #d04214;
      margin: 3px 0px 3px 0px;
  }
  
  label 
  {
      color: #d04214;
  }
  
  #submit 
  {
      background-color: #000;
      color: #fff;
      border: 1px solid #d04214;
      float: right;
  }
  
  .no-border 
  {
      border: none;
  }
  
  table
  {
    padding: 0;
    border-width: 0px;
    border-style:none;
    border-collapse: collapse;
    margin-left: auto; 
    margin-right: auto;
    font-size: 12px;
  }  
  
  table.registerform
  {
    border-width: 0;
  }
