/* Styl pro tabulku s radkovym vypisem informaci */
/* ============================================= */
table.vypis {
	
	position: relative;
	margin: 20px auto;
	color: white;
	width: 630px;
}

 
table.vypis td.hlavicka {

	width: auto;
	height: 36px;
	background-image: url("../images/table-headerColumn.png");
	padding-left: 10px;
	background-repeat: repeat-x;
	background-position: top left;
}


table.vypis td.prvni-hlavicka {

	width: 15px;
	height: 36px;
	font-size: 1px;
	line-height: 1px;
	padding: 0px;
	background-image: url("../images/table-left-top.png");
	background-repeat: no-repeat;
	background-position: top left;
}


table.vypis td.prvni {

	border-left: 1px solid #252525;
	background-color: #050505;
}

table.vypis td.posledni-hlavicka {

	width: 15px;
	height: 36px;
	font-size: 1px;
	line-height: 1px;
	padding: 0px;
	background-image: url("../images/table-right-top.png");
	background-repeat: no-repeat;
	background-position: top right;
}


table.vypis td.posledni {

	border-right: 1px solid #252525;
	background-color: #050505;
}


table.vypis td.polozka {

	line-height: 2em;
	padding-left: 10px;
	border-top: 1px solid #252525;
	background-color: #050505;
}


table.vypis td.spodek {

	height: 10px;
	border-bottom: 1px solid #252525;
	border-left: 1px solid #252525;
	border-right: 1px solid #252525;
	background-color: #050505;
}


table.vypis td a {
	
	color: #c4c4c4;
	text-decoration: underline;
}


table.vypis td a:hover {
	
	color: white;
}


table.vypis td img.button {

	float: right;
	width: 90px;
	height: 15px;
	margin: 5px 0px;
	border: 0px;
}


/* Styly pro tabulku se zakladnimi informacemi o hre */
/* ================================================= */
table.informace {

	margin-top: 20px;
	width: 600px;
	color: white;
}


table.informace .titulek {

	font-weight: bold;
}


table.informace a {

	text-decoration: underline;
	color: white;
}


table.informace a:hover {

	color: #c4c4c4;
}



/*  */
/*  */
table.games {
	
	position: relative;
	margin: 20px auto;
	color: white;
	width: 630px;
}


table.games td.zanr {

	position: relative;
	background-color: #151515;
	padding-left: 10px;
	border-left: 1px solid #252525;
	border-right: 1px solid #252525;
	border-bottom: 1px solid #252525;
	width: 100px;
}


table.games td.zanr-hlavicka {

	border-bottom: 1px solid #252525;
	text-align: center;
	font-weight: bold;
}


table.games td.zanr-aktivni {

	position: relative;
	background-color: #050505;
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 10px;
	border-left: 1px solid #252525;
	border-bottom: 1px solid #252525;
	width: 100px;
}


table.games td.zanr-prazdny {

	border-right: 1px solid #252525;
}


table.games td.zanr a, table.games td.zanr-aktivni a {

	display: block;
}


table.games td.zanr span, table.games td.zanr-aktivni span {

	position: absolute;
	top: -1px;
	left: -1px;
	width: 5px;
	height: 5px;
	background-image: url("../images/table-games-genre-corner.gif");
	background-position: top left;
	z-index: 0;
	border: 1px solid white;
}

 
table.games td.hlavicka {

	width: auto;
	height: 36px;
	background-image: url("../images/table-headerColumn.png");
	padding-left: 10px;
	background-repeat: repeat-x;
	background-position: top left;
}


table.games td.prvni-hlavicka {

	width: 15px;
	height: 36px;
	font-size: 1px;
	line-height: 1px;
	padding: 0px;
	background-image: url("../images/table-left-top.png");
	background-repeat: no-repeat;
	background-position: top left;
}


table.games td.prvni {

/* 	border-left: 1px solid #252525; */
	background-color: #050505;
}

table.games td.posledni-hlavicka {

	width: 15px;
	height: 36px;
	font-size: 1px;
	line-height: 1px;
	padding: 0px;
	background-image: url("../images/table-right-top.png");
	background-repeat: no-repeat;
	background-position: top right;
}


table.games td.posledni {

	border-right: 1px solid #252525;
	background-color: #050505;
}


table.games td.polozka {

	line-height: 2em;
	padding-left: 10px;
	border-top: 1px solid #252525;
	background-color: #050505;
	height: 30px;
}


table.games td.spodek {

	height: 10px;
	border-bottom: 1px solid #252525;
	border-right: 1px solid #252525;
	background-color: #050505;
}


table.games td a {
	
	color: #c4c4c4;
	text-decoration: underline;
}


table.games td a:hover {
	
	color: white;
}


table.games td img.button {

	float: right;
	width: 90px;
	height: 15px;
	margin: 5px 0px;
	border: 0px;
}

table.sortable {
	
	position: relative;
	margin: 20px auto;
	color: white;
	width: 630px;
}

 
table.sortable td.hlavicka {

	width: auto;
	height: 36px;
	background-image: url("../images/table-headerColumn.png");
	padding-left: 10px;
	background-repeat: repeat-x;
	background-position: top left;
}


table.sortable td.prvni-hlavicka {

	width: 15px;
	height: 36px;
	font-size: 1px;
	line-height: 1px;
	padding: 0px;
	background-image: url("../images/table-left-top.png");
	background-repeat: no-repeat;
	background-position: top left;
}


table.sortable td.prvni {

	border-left: 1px solid #252525;
	background-color: #050505;
}

table.sortable td.posledni-hlavicka {

	width: 15px;
	height: 36px;
	font-size: 1px;
	line-height: 1px;
	padding: 0px;
	background-image: url("../images/table-right-top.png");
	background-repeat: no-repeat;
	background-position: top right;
}


table.sortable td.posledni {

	border-right: 1px solid #252525;
	background-color: #050505;
}


table.sortable td.polozka {

	line-height: 2em;
	padding-left: 10px;
	border-top: 1px solid #252525;
}


table.sortable td.spodek {

	height: 10px;
	border-bottom: 1px solid #252525;
	border-left: 1px solid #252525;
	border-right: 1px solid #252525;
}


table.sortable td a {
	
	color: #c4c4c4;
	text-decoration: underline;
}


table.sortable td a:hover {
	
	color: white;
}


table.sortable td img.button {

	float: right;
	width: 90px;
	height: 15px;
	margin: 5px 0px;
	border: 0px;
}


table.search {


}

table.search input, table.search select {

	font-size: 80%;
}
