body		{ background-color: #000; font-family: Comic Sans MS; font-size: 12; color: white; }

/* TABULKY */	
table		{ border: none; table-layout: fixed; }
td		{ font-size: 12; vertical-align: top; padding-left: 1ex; padding-right: 1ex; }
table.GrDa	{ border: 1px gray dashed; }
td.GrNoLe	{ border: 1px gray solid; text-align: left; }
td.GrNoCe	{ border: 1px gray solid; text-align: center; }
td.GrNoRi	{ border: 1px gray solid; text-align: right; }
td.SPFl		{ border: 1px gray solid; border-top: none; }
/*td.CoreUp	{ border: 1px gray dashed; border-top: none; border-right: none; border-left: none; font-size: 18; font-weight: bold; 
		    color: white; text-align: center; }*/
td.CoreUp     { border: 1px gray dashed; border-top: none; border-right: none; border-left: none; font-size: 10; font-weight: bold; 
                    color: white; text-align: center; }
		    
td.CoreDown	{ border: 1px gray dashed; border-bottom: none; border-right: none; border-left: none; font-size: 10; font-weight: bold; 
		    color: white; text-align: center; }
td.CoreLeft	{ border: 1px gray dashed; border-top: none; font-size: 10; font-weight: bold; color: white; text-align: center; }
td.CoreIn	{ border: 1px gray dashed; border-top: none; border-left: none; font-size: 10; font-weight: bold; color: white; text-align: center; }
td.lang		{ font-size: 10; width: 80px; }
.localnet	{ border: 1px gray solid; text-align: center; }
/* ZAROVNANIA */
td.right	{ text-align: right; }
td.left		{ text-align: left; }
td.center	{ text-align: center; }
td.menu		{ text-align: left; vertical-align: top; }

img		{ border: none;}
/* SPAN PROPERTIES */
span.BoTdHd	{ color: white; font-weight: bold; font-size: 14; }
span.BoTd	{ color: white; font-weight: bold; font-size: 12; }
span.About	{ color: white; font-weight: bold; font-size: 12; }
span.desc	{ color: white; }
span.desc2	{ color: gray; font-size: 10; }
span.fotky	{ color: white; font-weight: bold; font-size: 14; text-align: center; }

/* LINKY */
a:link		{ color: #977; text-decoration: none;}
a:visited	{ color: #655; text-decoration: none; }
a:hover		{ color: #655; text-decoration: underline; }
a:active 	{ color: white; }
