/******************************************
Game table layout
******************************************/
table.game {
text-align:top;
	border:none;
	margin:0 0 1em 0;
	border-collapse:collapse;
	background:url(../images/bg_hr.gif) repeat-x top left;
	font-size:90%;
}
table.game tr td {
	padding:5px 0 5px 0px;
	background:url(../images/bg_hr.gif) repeat-x top left;
}
table.game tr td p {
	padding:0 0 0 10px;
	margin:0;
}
table.game thead tr th {
	color:#7c7c4b;
	margin:0;
	text-align:left;
	padding:5px 0 5px 0;
}
table.game thead tr th a {
	color:#C64425;
	display: block;
	background:url(../images/bg_td_side.gif) repeat-y top left;
}
table.game thead tr th.first a {
	padding:0;
	background:none;
}
/* width for sortable table*/
table.game thead tr th.first {
	width:30%;
}
table.game thead tr th.first p {
	padding:0;
	margin:0;
}
table.game tbody tr td.colHlight p {
	font-weight:bold;
	padding:0;
}
table.sortable a.sortheader {
	text-decoration: none;
	padding:0 0 0 10px;
}
table.sortable th.first a.sortheader {
	padding:0;
	background:none;
}
table.sortable span.sortarrow {
	border:none;
	padding:0;
	font-size:85%;
	margin:0;
	text-decoration: none;
}
table.sortable a:active {
	color:#7c7c4b;
}
