/* Style-Sheet für die Neuigkeiten des SAC Uzwil                              */
/* ===========================================================================*/
/* Diese Datei ist für die Formatierung der von News.php erzeugten
   Codes zuständig.
   
   Autor: Christian Frick, c_frick@gmx.ch
   Erstellt: 16. Januar 2007
   Version: 0.0.1                                                             */

/* Klassen für News
/*----------------------------------------------------------------------------*/
table.News
/* gesammte Tabelle */
{ 
  border-color: black;
}

.News tr
/* einzelne Zeilen */
{
  vertical-align: top;
  padding-bottom: 12px;
}

.News tr.Even
/* gerade Zeilen (fängt mit 0 an) */
{
  background-color: #C8E1FA;
}

.News .Left 
/* Linke Spalte */
{
  color: #330099;
  border-color: black;
  border-left-width: 1px;
  border-left-style: solid;
}

.News .Right 
/* Rechte Spalte */
{
  border-right-width: 1px;
  border-right-style: solid;
}

.News .Top 
/* Erste Zeile */
{
  border-top-width: 1px;
  border-top-style: solid;
}

.News .Bottom
/* Letzte Zeile */
{
  border-bottom-width: 1px;
  border-bottom-style: solid;
}