/* 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 
 body, html, p, div, span {
  background-color: #ffcc99;
  color: #000000;
  font-family: Times;
  scrollbar-track-color: #ffcc99;
  scrollbar-face-color: #ffcc99;
  scrollbar-highlight-color: #ffcc99;
  scrollbar-3dlight-color: #000000;
  scrollbar-darkshadow-color: #ffcc99;
  scrollbar-shadow-color: #000000;
  scrollbar-arrow-color: #000000;
 }
*/

body {
	background-image: url(../../images/bground2.gif);
	background-attachment: fixed;
	FONT-SIZE: 12px;
	COLOR: white;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	font-weight: bold;
}

html, p, div, span {
	FONT-SIZE: 12px;
	COLOR: white;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	font-weight: normal;
}
 table {
	FONT-SIZE: 11px;
	COLOR: black;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	font-weight: bold;
}

/* KONEC SEKCE */


/* ODKAZY */
 /* Přidat příspěvek, Skrýt formulář, Zpět na guestbook, E, X */
  a:visited.gbmain { TEXT-DECORATION: underline; color: #ffd919; }
  a:link.gbmain { TEXT-DECORATION: underline; color: #ffd919; }
  a:hover.gbmain { TEXT-DECORATION: underline; color: #f0e9f5;}
  a:active.gbmain { TEXT-DECORATION: underline; color: #f0e9f5;}

 /* Další stránka, Předchozí stránka, Statistiky Guestbooku, Tučně, Kurzíva, Podtržené, Administrace/Administrace Lite */
  a:visited.gbsmall { TEXT-DECORATION: underline; font-size: x-small; color: #ffd919;}
  a:link.gbsmall { TEXT-DECORATION: underline; font-size: x-small; color: #ffd919; }
  a:hover.gbsmall { TEXT-DECORATION: underline; font-size: x-small; color: #f0e9f5; }
  a:active.gbsmall { TEXT-DECORATION: underline; font-size: x-small; color: #f0e9f5; }

  a:visited.gbsmallc { text-decoration: none; font-size: x-small; color: #161715;}
  a:link.gbsmallc { text-decoration: none; font-size: x-small; color: #161715; }
  a:hover.gbsmallc { text-decoration: none; font-size: x-small; color: #f0e9f5; }
  a:active.gbsmallc { text-decoration: none; font-size: x-small; color: #f0e9f5; }

 /* Email */
  a:visited.gbmail {text-decoration: none; font-size: x-small; color: #ffd919; }
  a:link.gbmail {text-decoration: none; font-size: x-small; color: #ffd919; }
  a:hover.gbmail {text-decoration: none; font-size: x-small; color: #f0e9f5; }
  a:active.gbmail {text-decoration: none; font-size: x-small; color: #f0e9f5; }

 /* Web, odkazy */
  a:visited.gbweb {text-decoration: none; font-size: 9px; color: #ffd919;}
  a:link.gbweb {text-decoration: none; font-size: 9px; color: #ffd919; }
  a:hover.gbweb {text-decoration: none; font-size: 9px; color: #f0e9f5; }
  a:active.gbweb {text-decoration: none; font-size: 9px; color: #f0e9f5; }

 /* Jména přispěvovatelů (pokud je zobrazen formulář) */
  a:visited.gbname {text-decoration: none; color: #000000; font-weight: bold;}
  a:link.gbname {text-decoration: none; color: #000000; font-weight: bold;}
  a:hover.gbname {text-decoration: none; color: #ff0000; font-weight: bold;}
  a:active.gbname {text-decoration: none; color: #000000; font-weight: bold;}
/* KONEC SEKCE */


/* GUESTBOOK */
 /* Jména přispěvovatelů (pokud není zobrazen formulář) */
  span.gbname {color: #000000; font-weight: bold;}

 /* Email, pokud je $config["gbook"]["secure_mail"] = true; */
  span.gbmail {font-size: x-small;}

 /* Datum */
  span.gbdate {color: #000000; font-weight: bold; FONT-SIZE: 11px;
}

 /* Zpráva */
  span.gbmessage {FONT-SIZE: 11px; color: #ffffff;}

 /* 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: 2px; background: #ffffff;}

 /* Input tagy u vyhledávání */
  input.search {border-color: #000000; border-style: solid; border-width: 1px; background: #d7dec0; 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: 2px; background: #ffffff;}

 /* Rozbalovací menu v Administraci/Administraci Lite */
  select {border-color: #000000; border-style: solid; border-width: 2px; background: #ffffff;}
/* KONEC SEKCE */
