/**********
 * highscore.css
 * Global - Stylesheets
 * Project: iAsteroids
 * Copyright: Dennis Roehrs 2008
 * Version: 1.0
 */



#view #layoutTable #content h1 {
	margin-top:    20px;
	margin-bottom: 20px;
	font-size: 16px;
}

#view #layoutTable #content .pokal {
	background:transparent url(../images/Pokal-Kranz.png) no-repeat top center;
	height:158px;
	width:191px;
	margin:0 auto 14px;
}


#view #layoutTable #content h2 {
	font-size:16px;
	margin:0 0 15px;
	padding:0;
}

#view #layoutTable #content .score {
	position:absolute;
	font-size:22px;
	font-weight:bold;
	margin:64px 0 0 0;
}

#view #layoutTable #content .name {
	position:absolute;
	font-size:12px;
	font-weight:bold;
	margin:48px 0 0 0;
}

#view #layoutTable #content .score .label {
	position:absolute;
	z-index:3;
	width:190px;
	color:#FFF;
	margin:0;
}

#view #layoutTable #content .name .label {
	position:absolute;
	z-index:3;
	width:190px;
	color:#000;
	margin:2px 0 0 0;
}

#view #layoutTable #content .score .labelSchadow {
	position:absolute;
	z-index:2;
	width:190px;
	color:#444;
	margin:2px 0 0 2px;
}

#view #layoutTable #content .highscoreTable {
  border-spacing: 0px;
  border-collapse: collapse;
  margin:auto;
  width:190px;
}

#view #layoutTable #content .highscoreTable td {
  font-size: 12px;
  text-align: left;
  border-top:    1px solid #D4D4D4;
  border-bottom: 1px solid #D4D4D4;
}
