body, td {
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}

select {
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
}

a.sportLink, a.sportLink:visited {
	color: #000000;
	text-decoration: none;
}

a.sportLink:hover {
	text-decoration: underline;
}

a.competitionLink, a.competitionLink:visited {
	color: #b60000;
	text-decoration: none;
	font-weight: bold;
}

a.competitionLink:hover {
	color: #b60000;
	text-decoration: underline;
}

a.matchFactLink, a.matchFactLink:visited {
	color: #b60000;
	text-decoration: none;
}

a.matchFactLink:hover {
	color: #b60000;
	text-decoration: underline;
}

tr.competitionSeparator {
	padding-left: 10px;
	padding-right: 10px;
	display: none;
}

td.competitionSeparator {
	border-bottom: 1px solid lightgray;
}

td.sportBar {
	background-color: #373737;
}

td.sportLink {
	line-height: 10px;
}

td.competitionContent {
/*padding-top: 10px;*/
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
}

td.matchTime {
	padding-left: 10px;
	padding-bottom: 5px;
}

td.matchTeams {
	padding-left: 4px;
	padding-bottom: 5px;
}

td.matchHomeResult {
	text-align: right;
}

td.matchAwayResult {

}

td.matchFact {
	padding-right: 2px;
}

td.competitionDaysDate {
	padding-left: 10px;
}

td.competitionDaysLocation {
	padding-right: 10px;
}

td.competitionDayTitle {
	padding-left: 10px;
	padding-right: 10px;
}

td.competitionDayText {
	padding-left: 10px;
	padding-right: 10px;
}

td.matchDate {
	padding: 4px;
	padding-left: 10px;
}

td.matchRound {
	padding: 4px;
	padding-left: 10px;
}

/* MATCHINFO*/

body.matchinfo, body.matchinfo td {
	font-family: verdana, sans-serif;
	font-size: 12px;
	padding: 3px;
	color: #000000;
}

body.matchinfo b {
	font-family: verdana, sans-serif;
	font-size: 12px;
}

body.matchinfo a, body.matchinfo a:visited {
	font-weight: normal;
	color: #b60000;
	text-decoration: underline;
}

body.matchinfo a:hover {
	font-weight: normal;
	color: #b60000;
	text-decoration: underline;
}

body.matchinfo .match_facts {
	border-top: 1px solid #373737;
	border-bottom: 1px solid #373737;
	padding: 5px 0px;
}

body.matchinfo .match_header {
	font-size: 16px;
	font-weight: bold;
}
