TD,UL {
	font-size: small;
	font-family: Arial, Verdana, Sans-serif;
}

BODY {
	font-size: small;
	font-family: Arial, Verdana, Sans-serif;
}

TABLE {
	font-size: small;
	border: 0;
}

IMG {
	border: 0;
}

.nadpis {
	font-size: medium;
	font-weight: bold;
	text-align: center;
}

.nadpissmall {
	font-weight: bold;
	text-align: center;
}

.nomargin {
	margin-bottom: 0px;
}

.poznamka {
	font-size: x-small;
	text-align: center;
}

DIV.upoutavka {
	font-size: medium;
	text-align: center;
	font-weight: bold;
}

.hlavicka {
	font-size: x-small;
	font-weight: bold;
}

.red {
	color: red;
}

.pavouk {
	font-size: x-small;
	text-align: center;
	color: #000080;
}

UL {
	list-style-image: url(<? echo $background_path ?>gfx/odrazka.gif);
}

HR {
	color: silver;
	background-color: silver;
	border-style: none;
	height: 1px;
}

DIV.footer {
	font-size: xx-small;
}

DIV.footer A {
	color: gray;
}

HR.cleaner {
	clear: both;
	border: none;
	margin: -1px 0 0 0;
	visibility: hidden;
}

/* kalendar turnaju */

TABLE.calendar {
	margin: 0 auto;
	width: 600px;
}

	TABLE.calendar TR.hilite TD {
		font-weight: bold;
		color: darkblue;
	}

	TABLE.calendar TD.date {
		text-align: right;
	}

	TABLE.calendar TD.days {
		padding-right: 20px;
		padding-left: 10px;
	}