/* Created by Kodl (http://kodlsoft.wz.cz) */
/* Guestbook verze 2.0 */
/* pokud si nevíte rady, zkuste stránku http://www.jakpsatweb.cz/css/ */

/* DEFINICE CELKOVÉHO VZHLEDU DOKUMENTU */
/* KONEC SEKCE */
BODY 
{
	font-;
	font-size : 8pt;
}

/* ODKAZY */
 /* Přidat příspěvek, Skrýt formulář, Zpět na guestbook, E, X */
  a:visited.gbmain {text-decoration: none; color: #ffffff; background-color: #9C1801;}
  a:link.gbmain {text-decoration: none; color: #ffffff; background-color: #9C1801;}
  a:hover.gbmain {text-decoration: none; color: #ffffff; background-color: #000000;}
  a:active.gbmain {text-decoration: none; color: #ffffff; background-color: #9C1801;}

 /* Další stránka, Předchozí stránka, Statistiky Guestbooku, Tučně, Kurzíva, Podtržené, Administrace/Administrace Lite */
  a:visited.gbsmall {text-decoration: none; font-size: x-small; color: #ffffff; background-color: #9C1801;}
  a:link.gbsmall {text-decoration: none; font-size: x-small; color: #ffffff; background-color: #9C1801;}
  a:hover.gbsmall {text-decoration: none; font-size: x-small; color: #ffffff; background-color: #000000;}
  a:active.gbsmall {text-decoration: none; font-size: x-small; color: #ffffff; background-color: #9C1801;}

 /* Email */
  a:visited.gbmail {text-decoration: none; font-size: x-small; color: #9C1801;}
  a:link.gbmail {text-decoration: none; font-size: x-small; color: #9C1801; }
  a:hover.gbmail {text-decoration: underline; font-size: x-small; color: #9C1801;}
  a:active.gbmail {text-decoration: none; font-size: x-small; color: #9C1801;}

 /* Web, odkazy */
  a:visited.gbweb {text-decoration: none; font-size: 9px; color: #9C1801;}
  a:link.gbweb {text-decoration: none; font-size: 9px; color: #9C1801; }
  a:hover.gbweb {text-decoration: underline; font-size: 9px; color: #9C1801;}
  a:active.gbweb {text-decoration: none; font-size: 9px; color: #9C1801; }

 /* Jména přispěvovatelů (pokud je zobrazen formulář) */
  a:visited.gbname {text-decoration: none; color: #000000; font-weight: bold; font-size:8pt}
  a:link.gbname {text-decoration: none; color: #000000; font-weight: bold; font-size:8pt}
  a:hover.gbname {text-decoration: none; color: #ff0000; font-weight: bold; font-size:8pt}
  a:active.gbname {text-decoration: none; color: #000000; font-weight: bold; font-size:8pt}
/* KONEC SEKCE */


/* GUESTBOOK */
 /* Jména přispěvovatelů (pokud není zobrazen formulář) */
  span.gbname {color: #000000; font-weight: bold; font-size:8pt}

 /* Email, pokud je $config["gbook"]["secure_mail"] = true; */
  span.gbmail {font-size: x-small;}

 /* Datum */
  span.gbdate {color: #000000; font-size:8pt}

 /* Zpráva */
  span.gbmessage {color: #000000; font-size:8pt}

 /* ID, IP a DNS v Administraci a Administraci Lite */
  span.bld {font-size: 9px; font-weight: bold;}
  span.nrm {font-size: 9px; font-weight: normal;}
  
 /* Čára oddělující jednotlivé příspěvky */
  tr.table {height: 1px; background-color: #000000;}
/* KONEC SEKCE */

/* FORMULÁŘE */
 /* Input tagy (Jméno, Mail, Web) a tlačítka */
  input {border-color: #000000; border-style: solid; border-width: 1px; background: #ffffff;}

 /* Input tagy u vyhledávání */
  input.search {border-color: #000000; border-style: solid; border-width: 1px; background: #ffffff; font-size: 9px;}

 /* Velikost textu u počítadla znaků */
  span.counter {font-size: 10px;}

 /* Pole pro text příspěvku */
  textarea {border-color: #000000; border-style: solid; border-width: 1px; background: #ffffff;}

 /* Rozbalovací menu v Administraci/Administraci Lite */
  select {border-color: #000000; border-style: solid; border-width: 1px; background: #d7dec0;}
/* KONEC SEKCE */
