/* Stylova stranka pro tabulky rekordù.
 *
 * @author   -pj-  <pj.ripper@centrum.cz>
 * @version  2006-09-24
 */
 
#records table {
	border-collapse: separate;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 400px;
	margin: 0 0 3em 2em;
	padding: 0;
}
#records caption {
	font-size: 10pt;
	text-align: left;
	font-weight: bold;
	margin: 0 0 0 2em;
}
#records th {
  text-align: left;
}
#records td {
	height: 18px;
}
#records table a {
	color: white;
	text-decoration: none;
}
#records table a:hover {
	color: blue;
}
#records .highlight a {
  color: yellow;
}
#records .header td {
	height: 20px;
}
#records td.levelshot {
	width: 162px;
	height: 120px;
	padding: 0px;
	font-size: 0;
}
#records td.flag {
	text-align: center;
	background-color: gray;
	width: 50px;
}
#records td.nick {
	background-color: gray;
	padding-left: 0.2em;
}
#records td.time {
	text-align: center;
	background-color: gray;
	width: 64px;
}
#player_detail {
  width: 300px;
}
#rankings {
  width: 270px;
}
.rank {
  text-align: right;
  background-color: gray;
  width: 30px;
  padding-right: 3px;
}
.submenu {
  margin-bottom: 3em;
  text-align: left;
}


/*-------------[ CEC ]------------------*/
#records .cec {
  width: 450px;
  margin: 0 0 3em 0;
}
#records .cec caption {
  margin: 0;
}
