#clubsTable table, #clubsTable th, #clubsTable td {
	border:none;
	border-collapse:collapse;
	font-family:Verdana; 
	font-size:10px
}

#clubsTable table {
	background:black;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow:1px 1px 10px rgba(0,0,0,0.3);
	-moz-box-shadow:1px 1px 10px rgba(0,0,0,0.3)    
}

#clubsTable caption {
	text-align:left;
	text-transform:uppercase;
	font-size:150%;
	font-weight:bold;
	padding:1.5em 0;
	color:black
}

#clubsTable thead, tfoot {
	color:white;
}

#clubsTable thead th {
	font-family:Arial; 
	font-size:9px;
	color:white;
}

#clubsTable tbody td {
	text-align:center;
}

#clubsTable tbody td, #clubsTable tbody th {
	font-size:100%;
	padding:0.5em 1em;
	background-color:#e5e5e5;
	vertical-align:top
}

#clubsTable tbody th {
	color:#222;
	text-align:left;
	border-left:1px solid black;
	border-right:1px solid #ccc;
	width:240px;
}

#clubsTable tbody th p.clubName {
	font-size:12px;
}

#clubsTable tbody td.last_cell {
	text-align:right;
	border-right:1px solid black
}

#clubsTable tbody tr.odd th, #clubsTable tbody tr.odd td {
	background-color:#eee; 
	color:#222
}

#clubsTable tfoot td, tfoot th {
	border:none; 
	padding:0.5em 0.5em 0.5em; 
}

#clubsTable tfoot th {
	text-align:right
}

#clubsTable table a:link, #clubsTable table a:visited {
	line-height:1em;
	color:black;
	display:inline-block;
	padding:3px 7px;
	margin:-3px -7px
}

#clubsTable table a:hover {
	text-decoration:none;
	background:black; 
	color:white; 
	-webkit-border-radius:4px; 
	-moz-border-radius:4px; 
	border-radius:4px
}
