@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 * @copyright       Copyright 2005-2007, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.4
 * @revision        $Revision: 138 $
 * @lastmodified    $Date: 2007-11-19 21:05:33 +0100 (Mo, 19 Nov 2007) $
 * @appdef yaml
 */

@media all
{
  table {border: 1px solid #d0d6da; font-size: 0.9em; width: 90%; margin-left:auto; margin-right:auto;}
  table th {background: #d0d6da; font-size: 1.1em;}
  p.timeuser {font-size: 0.8em; margin: 0;}
  p.desc {margin: 0.5em 0 0 0; font-size: 0.9em;}
 
  .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8 {border-bottom: 1px solid #d0d6da; border-right: 1px solid #d0d6da;}
  .col1 a, .col2 a, .col3 a, .col4 a, .col5 a, .col6 a, .col7 a, .col8 a {text-decoration: none;}
  table h1 {font-size:101%}
  
  /*.col1 {width: 15%; border-right: none; }
  .col2 {width: 30px; text-align:center; }
  .col4 {text-align: center;} */

  table#form {width:100%; border: none;}
  table#form tr:hover {background: none;}

  table#user tr:hover {background: none;}
  
  table#users {width: 99.8%; table-layout:auto; margin: 0 auto;}
  
  /*table#users th.col5 {width: 30%;}
  table#users h1 {color: #000;}
  table#users tr.board:hover {background: #e9edf0;} */
  table#users tr.deleted {text-decoration: line-through;}
  table#users .col7, .col8 {text-align: center;}
  /*table#users .cat {background: #e9edf0;}
  table#users .spacer {height: 5px; font-size: 0em;}
  table#users tr.cat:hover {background: none;} */

  table#scores {width: 90%; table-layout:auto; margin: 0 auto;}
  table#scores tr.deleted {text-decoration: line-through;}
  table#scores .col1, table#scores .col3, table#scores .col4, table#scores .col5 {text-align: center;}

  
  table#stats {width: 40%; table-layout:auto; margin: 0 auto 0 0;}
  
}


