

/**
 *	Fortuna a.s., static livescore & statistics stylesheet
 */

* {
	margin: 0;
	padding: 0; 
}

body {
	font-family: verdana, sans serif;
	font-size: 12px;
}
.hidden {
	display: none;
}
#static_header{
	height: 88px;
	position: relative;
	background: transparent url(/public/64/e5/b6/5759_71787_header.png);
}
#homepage_link {
	display: block;
	width: 195px;
	height: 47px;
	position: absolute;
	top: 26px;
	left: 21px;
	background-position: left center;
	background-repeat: no-repeat;
}
#homepage_link span { display: none; }

#fortuna_cr #homepage_link { background-image: url(/public/f0/c5/2e/8034_71737_header_logo_cr.png); }
#fortuna_sk #homepage_link { background-image: url(/public/bc/b8/98/8040_71706_header_logo_sk.png); }
#fortuna_pl #homepage_link { background-image: url(/public/cf/c2/6c/8038_185896_header_logo_pl.png); }
#fortuna_hr #homepage_link { background-image: url(/public/eb/96/75/8036_71702_header_logo_hr.png); }

#right_nav {
	float: right;
	background: transparent url(/public/a/a8/69/5761_9058_top_right.png) no-repeat right top;
	height: 88px;
}
#right_nav h3 {
	display: none;
}
h2.livescore {
	height: 60px;
	width: 310px;
}
h2.livescore span {
	display: none;
}
h2.livescore a {
	height: 100%;
	width: 100%;
	display: block;
	background: transparent url(/public/68/65/d0/5763_9061_bannerlivescore.png) no-repeat center top;
}
ul.fastnav {
	height: 25px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 0 0 0 10px;
	background-color: #333;
}
ul.fastnav li {
	float: left;
	padding: 5px 0;
	margin: 0 10px 0 0;
	list-style: none;
}
ul.fastnav a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
ul.fastnav a:hover {
	color: #ffcc00;
}

/**
 *	TABLES
 **/
table {
	border-spacing: 0px;
	border-collapse: collapse;
	text-align: left;
}
td {
	vertical-align: top;
}

table.rank {
	width: 100%;
	font-size: 11px;
	margin: 0 0 10px 0;
}
table.rank caption {
	font-size: 13px;
	text-align: center;
	padding: 5px;
	color: #555;
	background-color: #efefef;
	font-weight: bold;
	border-right: 1px solid #fff;
}
table.rank caption span {

}
table.rank thead {
	border-bottom: 1px solid #fff;
}
table.rank thead th {
	background-color: #333;
	color: #fff;
	padding: 3px 8px 3px 8px;
	border: 1px solid #fff;
}
table.rank tbody td {
	background-color: #ffcc00;
	border: 1px solid #fff;		
	color: #000;
	padding: 2px 2px 2px 8px;
}
table.rank tr.odd td {
	background-color: #fff5cd;
}
table.relative a {
	margin: 0 0 0 25px;
	display: block;
}
table.relative img{
	position: absolute;
}

