@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 th {background: #d0d6da; font-size: 1.1em;}

  table .col_head {text-align:left; background: none; border-top: 1px solid #d0d6da; padding-top: 1.5em;}
  table .first {border-top: none; }
  table td.col_head {text-align:left; background: none; border-top: 1px solid #d0d6da;}
  table tr.even {background: #e9edf0;} 
  table tr:hover {background: none;}
  table tr.even:hover {background: #e9edf0;}
  table a {text-decoration: none;}
  
  
  table#playsched {border: none; font-size: 0.9em; margin-left: 1em; border-bottom: 1px solid #d0d6da; }
  table#playsched .col1 {border-left: 1px solid #d0d6da;}
  table#playsched .col2 {text-align: right;}
  table#playsched .col4 {text-align: left;}
  table#playsched .col5 {border-right: 1px solid #d0d6da; text-align: center; }

  table#playsched_team {border: 1px solid #d0d6da; font-size: 0.9em; margin-left: 1em;}
  table#playsched_team .col1 {border-left: 1px solid #d0d6da; text-align: right; }
  table#playsched_team .col3 {text-align: right;}
  table#playsched_team .col5 {text-align: left;}
  table#playsched_team .col6 {border-right: 1px solid #d0d6da; text-align: center; }

  table#standing {border: 1px solid #d0d6da; font-size: 0.9em; margin-left: 1em;}
  table#standing .col1, table#standing .col7 {text-align: right; }
  table#standing .col3,  table#standing .col4, table#standing .col5, table#standing .col6, table#standing .col8 {text-align: center;}

  table#comparison {border: 1px solid #d0d6da; font-size: 0.9em; margin-left: 1em;}
  table#comparison .col1, table#comparison .col8 {text-align: right; }
  table#comparison .col3,  table#comparison .col4, table#comparison .col5, table#comparison .col6, table#comparison .col7 {text-align: center;}

  table#leagues {border: 1px solid #d0d6da; font-size: 0.9em; margin-left: 1em;}
  table#leagues .col1, table#leagues .col7 {text-align: right; }
  table#leagues .col3,  table#leagues .col4, table#leagues .col5, table#leagues .col6, table#leagues .col8 {text-align: center;}
}
