/**
 * Stile für Teamseiten
 *
 * $URL: svn://localhost/RBL-dev/tags/2011-06-01-a_rbl/rbl/css/royal/team.css $
 * $Rev: 1843 $
 * $Author: jk $
 * $Date: 2011-06-01 21:32:08 +0200 (Mi, 01 Jun 2011) $
 */

/**
 * Spieler
 */
DIV.spieler_stat {
	position: absolute;
	border: 1px solid blue;
	padding: 0px;
	background-color: white;
	z-index: 20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}

DIV.spieler_stat IMG.progress {
	margin: 20px;
}

TABLE.spieler {
	width: 370px;
}

TABLE.spieler TH {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;
	white-space: nowrap;
	color: white;
	background-color: #98A0FF;
	border-top: 1px solid #F0F0FF;
	border-left: 1px solid #F0F0FF;
	border-right: 1px solid #0000FF;
	border-bottom: 1px solid #0000FF;
	padding: 0px 2px 1px 2px;
}

TABLE.spieler TD {
	text-align: left;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

TABLE.spieler TD IMG {
	vertical-align: text-bottom;
}

TABLE.spieler TD.header {
	padding: 0px;
}

TABLE.spieler TD.header DIV {
	font-weight: bold;
	text-align: center;
	padding: 3px 2px;
	background-color: #E0EAFF;
	border-top: 1px dashed blue;
	border-bottom: 1px dashed blue;
	margin: 5px 0px;
}

TABLE.spieler TR.all TD {
	font-weight: bold;
	background-color: #F0F0F0;
}

TABLE.spieler TD.foto {
	text-align: center;
}

TABLE.spieler TD.foto DIV {
	width: 85px;
	height: 120px;
	margin: 0px;
	text-align: center;
	overflow: hidden;
}

TABLE.spieler TD.foto DIV IMG {
	width: 100%;
	height: auto;
}

TABLE.spieler TD.story {
	text-align: justify;
	vertical-align: top;
}

TABLE.spieler TD.propname {
	font-weight: bold;
	vertical-align: top;
}

TABLE.spieler TD.prop {
	text-align: justify;
	vertical-align: top;
}

TABLE.spieler TD.spiele {
	width: 70px;
}

TABLE.spieler TD.tore {
	width: 35px;
}

TABLE.spieler TD.mvp {
	width: 35px;
}

TABLE.spieler TD.gelb {
	width: 35px;
}

TABLE.spieler TD.gelbrot {
	width: 35px;
}

TABLE.spieler TD.rot {
	width: 35px;
}

DIV.spieler_bilder DIV.spieler {
	position: relative;
	float: left;
	width: 115px;
	height: 176px;
	margin: 8px;
	border: 1px solid blue;
	padding: 2px;
	cursor: pointer;
	/*	-moz-border-radius	: 5px;*/
}

DIV.spieler_bilder DIV.spieler IMG.foto {
	margin: auto;
	display: block;
}

DIV.spieler_bilder DIV.spieler DIV.name {
	position: absolute;
	left: 0px;
	top: 142px;
	width: 111px;
	height: 32px;
	text-align: center;
	background-color: #E0E0E0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	z-index: 2;
}

DIV.spieler_bilder DIV.spieler DIV.name IMG {
	vertical-align: middle;
}

DIV.spieler_bilder DIV.spieler DIV.name A:link {
	color: black;
	text-decoration: none;
}

DIV.spieler_bilder DIV.spieler DIV.name A:visited {
	color: black;
	text-decoration: none;
}

DIV.spieler_bilder DIV.spieler DIV.name A:hover {
	color: black;
	text-decoration: underline;
}

DIV.spieler_bilder DIV.spieler IMG.status {
	position: absolute;
	display: block;
	right: -8px;
	bottom: -8px;
	z-index: 10;
}

DIV.spieler_bilder DIV.spieler DIV.name IMG.status {
	display: block;
	float: left;
	margin: 0px 2px 2px 0px;
}

DIV.spieler_bilder DIV.spieler IMG.bfv {
	position: absolute;
	display: block;
	left: -8px;
	bottom: -8px;
	z-index: 10;
}

/**
 * Tricot
 */
DIV#trikots {
	height: 75px;
}

DIV.trikot {
	width: 50px;
	height: 75px;
	position: relative;
	float: left;
	margin-top: 4px;
	margin-right: 15px;
	overflow: hidden;
	/*	border-width		: 1px;
	border-style		: solid;
	border-color		: transparent;*/
}

DIV.trikot IMG.trikot {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 75px;
}

DIV.trikot IMG.hose {
	position: absolute;
	display: block;
	top: 40px;
	left: 0px;
	width: 50px;
	height: 35px;
	z-index: 1;
}
