body, td, select, input, option {
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #222222;
}

a.sportLink, a.sportLink:visited{
    color: #222222;
    text-decoration: none;
}

a.sportLink:hover, a.sportLink:active {
    color: #222222;
    text-decoration: underline;
}

a.competitionLink, a.competitionLink:visited {
    color: #b10013;
	font-weight: bold;
	text-decoration: none;
}

a.competitionLink:hover, a.competitionLink:active
{
    color: #b10013;
	font-weight: bold;
	text-decoration: underline;
}

a.matchFactLink, a.matchFactLink:visited  {
    color: #b10013;
    text-decoration: none;
}

a.matchFactLink:hover, a.matchFactLink:active
{
    color: #b10013;
    text-decoration: underline;
}

tr.competitionSeparator {
    padding-left: 10px;
    padding-right: 10px;
}

td.competitionSeparator {
    border-bottom: 1px solid #222222;
}

td.sportBar {
    background-color: #222222;
}

td.sportLink {
    /*line-height: 11px;*/
}

td.competitionContent {
	padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
}

td.matchTime {
    padding-left: 5px;
    /*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 {

}

td.matchRound {

}


/* MATCHINFO*/

body.matchinfo, body.matchinfo td
{
    font-family: Arial,sans-serif;
    font-size: 10px;
    padding: 3px;
    color: #222222;
}

body.matchinfo b {
    font-family: Arial,sans-serif;
    font-size: 10px;
}

body.matchinfo a, body.matchinfo a:visited {
    font-weight: normal;
    color: #b10013;
	text-decoration: none;
}

body.matchinfo a:hover, body.matchinfo a:active
{
	font-weight: normal;
	color: #b10013;
	text-decoration: underline;
}

body.matchinfo .match_facts {
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
    padding:5px 0px;
}
body.matchinfo .match_header{
    font-size: 10px; font-weight:bold;
}

.scored, .seperator, .conceded
{
	display: none;
}

.playerGoals
{
	font-weight: bold;
	text-align:right;
	padding-left:5px;
	padding-right:5px;
}

form
{
	padding:0;
	margin:0;
}
