@charset "utf-8";

#divFitxaEquip
{
	position:relative;
	width: 700px;
	border: 0px solid silver;
	padding: 20px;
	margin:0px auto;
	clear:both;
	top:-10px;
}
#tblEquipInfo
{
	width: 100%;
}
h2
{
	text-transform:uppercase;
	color: #00004F;
	font-size:13pt;
}
img
{
	border: 0px solid gray;
}
#imgEquip
{
	border: 1px solid gray;
}
#tblEquipInfo td
{
	font-size:9pt;
	border-bottom: 1px dashed gray;
}

#tblJugadors
{
	width: 680px;
	border-top:1px solid gray;
	border-left: 1px solid gray;
	font-size:9pt;
	margin:0px auto;
}
#tblJugadors th
{
	background-image:url(../img/headerGray.gif);
	background-repeat:repeat-x;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	color: #00001F;
}
#tblJugadors .dorsal
{
	background-image:url(../img/headerGray.gif);
	background-repeat:repeat-x;
	height:20px;
	border-bottom:1px solid silver;
	border-right:1px solid silver;
	font-weight:bold;
}
#tblJugadors td
{
	border-bottom:1px solid silver;
	border-right:1px solid silver;
	color:#00003F;
	font-weight:500;
}
#tblJugadors .gol
{
	font-weight:bold;
	color:#0000FF;
}
#tblJugadors .groga
{
	font-weight:bold;
	color:#F9DD00;
}
#tblJugadors .roja
{
	font-weight:bold;
	color:red;
}

#divEquips ul
{
	list-style:none;
	width: 100%;
	position:relative;
	left:-20px;
}
#divEquips li
{
	float:left;
	display:inline;
	border-bottom: 1px solid silver;
	border-top: 1px solid silver;
	padding-top:3px;
}
#divEquips img
{
	 width: 38px;
	 height: 42px;
}
#divEquips
{
	clear:both;
	text-align:left;
}
#standingsContainer span
{
	margin-left: 20px;
	color:gray;
	font-size:9pt;
	font-weight:bold;
	text-transform:uppercase;
	float:left;
	clear:both;
}

#divFitxaJugadors
{
	position:relative;
	top:-10px;
}




