/*----------------------------------------------------------------------------------------------------------*/
/* Table Styless used globally across information table, such as the Tournament feed & tournament schedules */
/*----------------------------------------------------------------------------------------------------------*/
table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width:460px;
}
caption {
	font-weight: bold;
	text-align: left;
}
td {
	border-top: 6px solid #fff;
	border-bottom: 6px solid #fff;
	padding: 2px;
}
th {
	text-align: left;
	background-color: #f1f1f1;
	border-top: 6px solid #fff;
	border-bottom: 6px solid #fff;
	padding: 2px;
	text-transform:capitalize;
}
thead th, tfoot th, tfoot td {
	background-color: #f1f1f1;
}
tbody th, td {
	background-color:#e7eff3;
	color: #1b446c;
}
/*----------------------------------------------------------------------------------------------------------*/
/* TR:hover is CSS2 complient only, Internet Explorer supports this V.7+ only*/
/*----------------------------------------------------------------------------------------------------------*/
tbody tr:hover td, tbody tr:hover th {
	background-color:#afd1ee;
	color:#1b446c;
	cursor: pointer;
}
tr.odd td, tr.odd th {
	background-color: #f1f1f1;
}
tbody td+td+td+td a {
	padding-right: 6px;
}
tfoot th {
	text-align: right;
}
tfoot td {
	text-align: right;
	padding-right:5px;
}
tbody a {
	color: #3c7d9b;
}
tbody a:hover {
	color: #ffffff;
}
tbody a:visited {
	color: #3c7d9b;
}
tbody a:active {
	color: #3c7d9b;
}
tfoot a {
	color: #387d9e;
	text-decoration:none;
}
tfoot a:active {
	color: #387d9e;
}


.support_text_link:link {

	color: #1b446c;
	text-decoration: underline;
	}
	
.support_text_link:hover {

	color: #0b3054;
	text-decoration: underline;
	}
	
.support_text_link:visited {

	color: #1b446c;
	text-decoration: underline;
	}
	

	
	
	
	
	
	
	
	
	
	
	

