/* PHP NAVSTVNI KNIHA */
FONT.hlnadpis
	{
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFAA;
	}
FONT.chyba
	{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	}

/* PARAMETRY PRVKU FORMULARE */
TABLE.formular
	{
	background-color: black;
	border-color: white;
	border-style: solid;
	}
TD.formular
	{
	background-color: black;
	}

TEXTAREA.formular, INPUT.formular
	{
    scrollbar-face-color: #000000;
    scrollbar-shadow-color: #000000;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #AAAAAA;
    scrollbar-track-color: #AAAAAA;
    scrollbar-arrow-color: #FFFFFF;

	border-style: solid;
	border-color: white;
	border-width: 1px;
	color: white;
	background-color: #555555;
	}
INPUT.zbyva
	{
	border-style: solid;
	border-color: white;
	border-width: 0px;
	background-color: #000000;
	}


FONT.formular
	{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
	}
FONT.zbyva
	{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	}


/* PARAMETRY PRVKU VYPISU ZAZNAMU */
FONT.nadpis
	{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFF00;
	}
TD.cara
	{
	background-color: #55AAFF;
	}
FONT.predmet
	{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	}
FONT.prispevek
	{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	}
FONT.vlozil
	{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	}
A.vlozil
	{
	color: #55AAFF;
	text-decoration:none
	}

A:hover.vlozil
	{
	BACKGROUND-COLOR: #FFFF00;
	}

A:active.vlozil
	{
	BACKGROUND-COLOR: #FFFF00; 
	}

FONT.datum
	{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	}


/* STAV */
FONT.stav
	{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	}


/* STRANKOVANI */
FONT.stranky
	{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	}
A.stranky
	{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: yellow;
	text-decoration:none
	}

A:hover.stranky
	{
	BACKGROUND-COLOR: #CC3300;
	}

A:active.stranky
	{
	BACKGROUND-COLOR: #CC3300; 
	}


/* JAZYKY */
FONT.jazyky
	{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	}
FONT.jazykyakt
	{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	}
A.jazykyvypis
	{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: yellow;
	text-decoration:none
	}

A:hover.jazykyvypis
	{
	BACKGROUND-COLOR: #CC3300;
	}

A:active.jazykyvypis
	{
	BACKGROUND-COLOR: #CC3300; 
	}

