@charset "utf-8";
/* CSS Document */
	table.gamescore{
		color:#ffffff;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		margin:0px;
		border:#CCCCCC 1px solid;
	}
	table.gamescore thead tr th{
		width:18px;
		border:0;
		padding:none;
		margin:none;
	}
	table.gamescore tbody tr td:first-child{
		font-weight:bold;
		}
	table.gamescore tbody tr td:last-child{
		font-weight:bold;
		}
	table.gamescore tbody tr td{
		text-align:center;
		height:30px;
		width:18px;
		border:0;
		padding:none;
		margin:none;
	}

	
	table.gamescore thead tr th{
		background-color:#deb100;
		font-weight:normal;
}
	
	table.gamescore tbody tr{
		background:#333333 url(../images/football_scores_row_bg.jpg);
		background-position:top left;
		background-repeat:repeat-x;
				color:#000000;
	}

	th.time-header{
		font-weight:normal;
		text-align:left;
		overflow:hidden;
		white-space:nowrap;
		background-color:#0038a4!important;
		width:100px!important;
		max-width:100px!important;
		background-image:url(../images/football_scores_header_bg.jpg);
		background-position:top right;
		background-repeat:no-repeat;
		font-weight:bold;
	}
	.boldText{
		font-weight:bold!important;
	}