.ClubCupTournamentPage
{
  margin-top: 0.2em;
  padding-left: 0.2em;
  border: 1px solid #0000FF;
  min-height: 34em;
}

table
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

table td
{
	padding-left: 2em;
	padding-right: 2em;
}

table td a
{
  color:#FF9900;
  font-weight: bold;
  text-decoration: none;	
}

table td a:visited
{
  color:#FF9900;
  text-decoration:none;
}

.CupTable table
{
	margin-left: auto;
	margin-right: auto;
	border-width: 4px;
	border-style: ridge;
	border-color: #D3D3D3;
	border-collapse: collapse;
	text-align: center;
}

.CupTable td
{
}

.CupTable th
{
	background-color: #D3D3D3;
	width: 15em;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-color: #808080;
}

.ColumnTop
{
	background-color: #F5F5F5;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
}

.ColumnMiddle
{
	background-color: #F5F5F5;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
}

.ColumnBottom
{
	background-color: #F5F5F5;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
}

.ColumnWinner
{
	background-color: #F5F5F5;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	font-weight: bold;
	color: #0000FF;
}