/*  
Theme Name: AC Gonça
Theme URI: http://www.acgonca.org/
Description: Atlético Clube de Gonca
Version: 3.0
Author: Rui Cunha
Author URI: http://www.acgonca.org/

	This theme was designed and built by Rui Cunha,
	whose blog you will find at http://www.acgonca.org/	

*/

/* Body */
body 
  {
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    color: #333;
    text-align: center;
  }

p.Info
  {
    font-family: Courier New, 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-size: 0.7em;
    text-align: right;
    color: #000000;
    padding: 0 10px 0 0;
  }
  
p.Img
  {
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-size: 0.8em;
    color: #333;
    text-align: center;
    padding: 0 40px 10px 40px;
  }

a.Info
    {
      color: black;
      font-size: 1em;
      text-decoration: none;
    }
a:visited.Info
    {
      color: black;
    }
a:hover.Info
    {
      color: gray;
      text-decoration: none;
    }

/* Tabelas & Celulas */
table.Principal
  {
    border: 1px solid #000000;
    background-color: #D2D2D2;
  }

td.Left
  {
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-size: 0.8em;
    border: 1px solid #000000;
    text-align: left;
    background-color: #FFFFFF;
    padding: 5px 5px 5px 5px;
  }
  a.Left
    {
      color: #0066cc;
      font-size: 1em;
      text-decoration: none;
    }
  a:visited.Left
    {
      color: #0066cc;
    }
  a:hover.Left
    {
      color: #333;
      text-decoration: none;
    }
  p.left
    {
      font-size: 1em;
    }  

td.Conteudos
  { 
    border: 1px solid #000000;
    background-color: #FFFFFF;
  }
  a.Conteudos
    {
      color: #0066cc;
      font-size: 1em;
      text-decoration: none;
    }
  a:hover.Conteudos
    {
      color: #333;
      text-decoration: none;
    }
  h1.Conteudos
    {
      font-size: 1.3em;
      text-align: left;
      padding: 10px 0 0 30px;
    }
  p.Conteudos
    {
      font-size: 0.8em;
      text-align: justify;
      padding: 0 20px 0 20px;
    }
  p.Realce
    {
      font-size: 0.8em;
      text-align: justify;
      padding: 0 60px 0 60px;
    }

td.Palmares
  {
    font-size: 0.8em;
  }
