/*----------------------------------------------------------------------------------------------------------*/
/* Table Styless used globally across information table, such as the Tournament feed & tournament schedules */
/*----------------------------------------------------------------------------------------------------------*/
table.tournamentTable {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width:100%;
}
table.tournamentTable caption {
	font-weight: bold;
	text-align: left;
}
table.tournamentTable td {
	border-top: 6px solid #fff;
	border-bottom: 6px solid #fff;
	padding: 2px;
}
table.tournamentTable th {
	text-align: left;
	background-color: #f1f1f1;
	border-top: 6px solid #fff;
	border-bottom: 6px solid #fff;
	padding: 2px;
	text-transform:capitalize;
}
table.tournamentTable thead th, table.tournamentTable tfoot th, table.tournamentTable tfoot td {
	background-color: #3d77ac;
	color:#FFFFFF;
}
table.tournamentTable tbody th, table.tournamentTable td {
	background-color:#e5f1fc;
	color:#2c7dc1;
}
/*----------------------------------------------------------------------------------------------------------*/
/* TR:hover is CSS2 complient only, Internet Explorer supports this V.7+ only*/
/*----------------------------------------------------------------------------------------------------------*/
table.tournamentTable tbody tr:hover td, table.tournamentTable tbody tr:hover th {
	background-color:#ffffff;
	background-image:none;
	color:#000000;
}
table.tournamentTable tr.odd td, table.tournamentTable tr.odd th {
	background-color: #f6fbff;
}
table.tournamentTable tbody td+td+td+td a {
	padding-right: 6px;
}
table.tournamentTable tfoot th {
	text-align: right;
}
table.tournamentTable tfoot td {
	text-align: right;
	padding-right:5px;
}
table.tournamentTable tbody a {
	color: #3c7d9b;
}
table.tournamentTable tbody a:hover {
	color: #3c7d9b;
}
table.tournamentTable tbody a:visited {
	color: #3c7d9b;
}
table.tournamentTable tbody a:active {
	color: #3c7d9b;
}
table.tournamentTable tfoot a {
	color: #387d9e;
	text-decoration:none;
}
table.tournamentTable tfoot a:active {
	color: #387d9e;
}
table.tournamentTable tr.gold td, table.tournamentTable tr.gold th {
	background:url(/images/vip-club/eliteVipBg.jpg) #e4d68d center repeat-x;
	color:#000000;
}
