/* Reports CSS 
---------------------------*/

.reportDetails {
	display: block; 
	background-color: #EEEEEE; 
	padding: 5px 5px; 
	height: 13px;
	width: 700px;
}

.details {
	float: left;
}

.report {
	padding: 5px 5px;
	display: block;
	width: 700px;
}

.date {
	display: block;
	background-color: #453012;
	background-image: url(../images/content/match-reports/date.jpg);
	background-position: bottom;
	height: 13px;
	text-align: center;
	color: white;
	width: 110px;
	font-family: "Helvetica 55 Roman", Arial, sans-serif;
	padding: 5px 5px;
}

#webmasterLink {
	float: right; 
	display:block; 
	background-color: #CCCCCC; 
	height: 13px;
	padding: 5px 5px;
	margin-top:-5px;
	margin-right: -5px;
	margin-left: -5px;
}

#webmasterLink a  {
	background-color: #DDDDDD;
	color: #453012;
	margin-top: -5px;
	margin-right: -5px;
	margin-left: -5px;
	padding: 5px 5px;
	height: 13px;
	display: block;
}

#webmasterLink a:active  {
	background-color: #DDDDDD;
	color: #453012;
	margin-top: -5px;
	margin-right: -5px;
	margin-left: -5px;
	padding: 5px 5px;
	height: 13px;
	display: block;
}

#webmasterLink a:visited  {
	background-color: #DDDDDD;
	color: #453012;
	margin-top: -5px;
	margin-right: -5px;
	margin-left: -5px;
	padding: 5px 5px;
	height: 13px;
	display: block;
}

#webmasterLink a:hover {
	background-color: #453012;
	color: #FFFFFF;
	margin-top: -5px;
	margin-right: -5px;
	margin-left: -5px;
	padding: 5px 5px;
	height: 13px;
	display: block;
}

/* Rounds Columns
----------------------------------------------------------*/

.roundsColumn1 {
	float: left;
	width: 233px;
}

.roundsColumn2 {
	float: left;
	width: 233px;
}

.roundsColumn3 {
	float: right;
	width: 233px;
}
