/* Match Reports Objects */
#matchReport {
	margin-top: 20px;
	margin-bottom: 10px;
	width: 600px;
	display: inline;
	text-align: left;
	float: right;
	padding-bottom: 15px;
	/*background: url(images/backgrounds/recycled_paper.jpg) repeat left top;*/
	background-color: #BAA378;
}

* html matchReport {
	margin-right: -3px;
}

#matchReport .matchReportHeader {
	font: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #382E1C;
	padding: 10px 15px 0 15px; 
	position: relative;
	width: 100%;
}

* html .matchReportHeader {
	padding-top: 15px;
}

#matchReport p {
	padding: 0 15px 0 15px; 
}

#matchReport scoreCard {

}

#matchReport table {
	border-color: #382E1C;
	margin-left: 50px;
}

#matchReport tr.total {
	font-weight: bold;
}

#matchReport strong {
	color: #382E1C;
}

.matchReportHeader span.date {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: .6em;
	padding-right: 15px;
}

.matchReportHeader span.date {
	position: absolute;
	bottom: 0;
	right: 30px;
	font-size: .6em;
	padding-right: 15px;
}

.figureRight {
	float: right;
	margin: 0 10px 0 10px;
	background-color: #382E1C;
}

* html .figureRight {
	margin-right: -12px;
}
	
.figureLeft {
	float: left;
	margin: 0 10px 0 10px;
	background-color: #382E1C;
}

.photo img {
	padding: 5px;
}

.figureLeft p, .figureRight p {
  font: 1.1em/normal Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 5px;
	color: #BAA378;
}

* html .matchReportHeader span.date {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: .6em;
	padding-right: 15px;
}

#yearHeader {
	background-color: #FFFFFF;
	font: 2em  Arial, Helvetica, sans-serif;
	margin: 20px 0 0 50px;
	width: 600px;
	display: inline;
	text-align: left;
	float: right;
	text-align: center;
	color: #660000;
}