/* CSS Document */

.ResultsDay {
	font-weight: normal;
}
.ResultsGroup {
	text-align: center;
	vertical-align: middle;
}
.ResultsScore {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

.ResultsDaybgMan {
	margin: 0;
	padding: 0;
	background: url(/2008/eafc2008pre/top/img/men/results_daybg.jpg) no-repeat;

}
.ResultsDaybgWoman {
	margin: 0;
	padding: 0;
	background: url(/2008/eafc2008pre/top/img/women/results_daybg.jpg) no-repeat;

}
.ResultsBgMan {
	margin: 0;
	padding: 0;
	background: url(/2008/eafc2008pre/top/img/men/results_bg.jpg) repeat-x;

}
.ResultsBgWoman {
	margin: 0;
	padding: 0;
	background: url(/2008/eafc2008pre/top/img/women/results_bg.jpg) repeat-x;

}
.ResultDotMen {
	background: url(/2008/eafc2008pre/img/template/contents_men/dotpartition.gif) center center repeat-y;
}
.ResultDotWomen {
	background: url(/2008/eafc2008pre/img/template/contents_women/dotpartition.gif) center center repeat-y;
}

a.ResultLinks:link {
	color: #CC3333;
	text-decoration: underline;
}
a.ResultLinks:visited {
	color: #993333;
	text-decoration: underline;
}
a.ResultLinks:hover {
	color: #FF6666;
	text-decoration: underline;
}
a.ResultLinks:active {
	color: #FF6666;
	text-decoration: underline;
}