table.go_table {
	margin: 1.5em 0 2.0em 0;
	padding: 0;
	color: #333;
	background: #fff;
	text-align: left;
	border-bottom: 2px solid #6699cc;
}

table.go_table th {
	font: bold 11px Arial, Helvetica, Verdana, sans-serif;
	color: #004b85;
	text-transform: uppercase;
	padding: 0.5em;
	margin: 0;
	border-top: 1px solid #6699cc;
	border-bottom: 2px solid #6699cc;
	background: #e7f1fa url(../../img/bg/BG_headers.gif) center left repeat-x;
}

table.go_table td {
	font: 11px Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	text-transform: none;
	padding: 0.5em;
	margin: 0;
	border-bottom: 1px solid #6699cc;
}

table.go_table tr {
	background: #fff;
}

table.go_table tr.alternate {
	background: #f3f7fa;
}


table.go_tableleagues {
	margin: 1.5em 0 2.0em 0;
	padding: 0;
	color: #333;
	background: #fff;
	text-align: left;
	border-bottom: 2px solid #6699cc;
	width:95%;
}

.tableContainer
{
	width:700px;
	overflow:auto;
	margin:0px 0px 20px 0px;
}

table.go_tableleagues th {
	font: 8px Arial, Helvetica, Verdana, sans-serif;
	color: #004b85;
	text-transform: uppercase;
	padding: 0.5em;
	margin: 0;
	border-top: 1px solid #6699cc;
	border-bottom: 2px solid #6699cc;
	background: #e7f1fa url(../../img/bg/BG_headers.gif) center left repeat-x;
}

table.go_tableleagues td {
	font: 11px Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	text-transform: none;
	padding: 0.5em;
	margin: 0;
	border-bottom: 1px solid #6699cc;
}

table.go_tableleagues tr {
	background: #fff;
}

table.go_tableleagues tr.alternate {
	background: #f3f7fa;
}
