/* ------------------
 styling for the tables 
   ------------------   */


body
{
	line-height: 1.3em;
}

.matchlink A:link, .matchlink A:visited, .matchlink A:active {
  font-weight: bolder;
  color: #251a14;
  font-size: 10pt;
  font-style: oblique;
}

.matchlink A:hover {
  color: #7c943c;
  font-weight: bold;
  text-decoration: none; 
  }

#background-image
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	margin: 5px;
	width: 640px;
	text-align: left;
	border-collapse: collapse;
	background: url('http://www.strangersinarms.com/images/matches/bf1943_bg.png') right bottom no-repeat;
}
#background-image th
{
	padding: 10px;
	font-weight: normal;
	font-size: 16pt;
	color: #7c943c;
    text-align: center;
}
#background-image td
{
	padding: 5px 5px;
	color: #251a14;
	border-top: 1px solid #ede9e0;
}
#background-image tfoot td
{
	font-size: 12pt;
}
#background-image tbody td
{
	background: url('http://www.strangersinarms.com/images/matches/bf1943_back.png');
}
* html #background-image tbody td
{
	/* 
	   ----------------------------
		PUT THIS ON IE6 ONLY STYLE 
		AS THE RULE INVALIDATES
		YOUR STYLESHEET
	   ----------------------------
	*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.strangersinarms.com/images/matches/bf1943_back.png',sizingMethod='crop');
	background: none;
}	
#background-image tbody tr:hover td
{
	color: #342721;
	background: none;
}

