#goalstable{
}
#goalstable div.title{
	background-color:#F8F2F3;
	border:2px solid #fff;
	border-bottom:1px;
}
#goalstable div.inner{
	background-color:#F8F2F3;
}
#goalstable table.theTable{
	width:198px;
}
#goalstable table.theTable td{
	padding:5px;
	border-top:1px solid #fff;
	color:#734D54;
}
#goalstable table.theTable td.flag{
	border-right:1px solid #fff;
	width:10px; /*fu**ing hacks*/
	padding:0;
}
#goalstable table.theTable td.flag a{
	border:5px solid #DFC3C8;
	display:block;
}
#goalstable table.theTable td.flag a:hover{
	border-color:#fff;
}
#goalstable table.theTable td.flag img{
	border:1px solid #fff;
}
#goalstable table.theTable td.player{
}
#goalstable table.theTable td.goals{
	text-align:center;
	width:10px; /*fu**ing hacks*/
	font-weight:bold;
	border-left:1px solid #fff;
	background-color:#DFC3C8;
}