@CHARSET "UTF-8";


#TeamInfoTable
{
	margin-left: 50px;
	border-collapse: collapse;
}

#TeamInfoTable td
{
	border: solid black thin;
}

#TeamInfoTable td.NameCell
{
	text-align: center;
	font-weight: bold;
	font-size: 120%;
}

#TeamInfoTable td.PlayersHeader
{
	text-indent: 50px;
	font-weight: bold;
}

#TeamInfoTable td.Player
{
	text-align: left;
	text-indent: 25px;
}

#TeamInfoTable td.Col1
{
	width: 150px;
	text-indent: 10px;
}

#TeamInfoTable td.Col2
{
	width: 300px;
	padding-left: 20px;
}

#TeamInfoTable tr.PlayerRow:HOVER
{
	background-color: gray;
}
