.MainTable
{
	width: 100%;
}

.HeaderCell
{
	border-bottom: dashed 1px black;
}

.StatisticsCell
{
	color: Gray;
	font-size: xx-small;
}

.MenuCell
{
	border-right: dashed 1px black;
	vertical-align: top;
}

.MenuLink
{
	color: Black;
	font-weight: bold;
	text-decoration: underline;
}

.ContentCell
{
	vertical-align: top;
	width: 100%;
}

.AdsCell
{
	border-top: dashed 1px black;
}

.HelpCell
{
	border-top: dashed 1px black;
	color: Gray;
	font-size:smaller;
	text-indent: 15px;
	vertical-align: top;
	width: 100%;
}

.SuccessCell
{
	color: Green;
}

.LoginHeader
{
	background-color: LightGrey;
}

.LoginName
{
	font-weight: bold;
}

.sortable
{
	width: 100%;
}

.sortableHeader
{
	background-color: Gray;
	color: White;
	cursor: Pointer;
	font-weight: Bold;
}

.sortableRow
{
	border-top: dashed 1px black;
	border-bottom: dashed 1px black;
}

.PlayersTable
{
	width: 100%;
}

.PlayersTableHeader
{
	background-color: Gray;
	color: White;
	font-weight: Bold;
}

.PlayerTableInfoCentered
{
	text-align: center;
}

.PlayersTableRowOdd
{
	background-color: White;
}

.PlayersTableRowEven
{
	background-color: LightGrey;
}

.PlayerSearchError
{
	color: Red;
	font-style: italic;
}

.PlayerHeader
{
	font-size: small;
}

.PlayerDetails
{
	font-weight: bold;
}

.PlayerDate
{
	font-style: italic;
	font-size: smaller;
}

.PlayerLink
{
	color: Black;
	text-decoration: underline;
}

.PlayerCompareLink
{
	color: White;
	text-decoration: underline;
}

.PageLink
{
	color: White;
	text-decoration: underline;
}

.ViewMessage
{
	color: Green;
}

.ViewMessageLink
{
	color: Green;
	text-decoration: underline;
}

.NTOptions
{
	background-color: LightGrey;
	font-weight: bold;
	text-align: center;
}

.TeamInfo
{
	font-weight: bold;
}

.PlayerOptionButton
{
	width: 150px;
}

.PlayerFacts
{
	text-align: center;
	width: 150px;
}