table.page .es-res  td {
    font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
    font-size: 10px;
    /*color: #000000;*/
}

table.page .es-res  a.sportLink, table.page .es-res  a.sportLink:hover, table.page .es-res  a.sportLink:visited {
    color: #FF9900;
    text-decoration: none;
    font-size: 11px;
}

table.page .es-res  a.competitionLink, table.page .es-res  a.competitionLink:hover, table.page .es-res  a.competitionLink:visited {
    color: #000000;
    text-decoration: none;
    font-size: 11px;
}

table.page .es-res  a.matchFactLink, table.page .es-res  a.matchFactLink:hover, table.page .es-res  a.matchFactLink:visited {
    /*color: #0066CC;*/
    text-decoration: none;
}

table.page .es-res  a.matchSmsLink, table.page .es-res  a.matchSmsLink:hover, table.page .es-res  a.matchSmsLink:visited {
    /*color: #0066CC;*/
    text-decoration: none;
}


table.page .es-res  tr.competitionSeparator {
    padding-left: 0px;
    padding-right: 10px;
}

table.page .es-res  td.competitionSeparator {
    border-bottom: 1px solid lightgray;
}

/*table.page .es-res  td.sportBar {*/
    /*background-color: #FF9900;*/
/*}*/

table.page .es-res  td.sportLink {
    line-height: 10px;
    color: #FF9900;
}

table.page .es-res  td.competitionContent {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

table.page .es-res  td.matchTime {
    padding-left: 6px;
    /*padding-bottom: 5px;*/
}

table.page .es-res  td.matchTeams {
    padding-left: 3px;
    /*padding-bottom: 5px;*/
}

table.page .es-res  td.matchHomeResult {
    text-align: right;
}

table.page .es-res  td.matchAwayResult {
    padding-right: 6px;
}

table.page .es-res  td.matchFact {
    padding-right: 10px;
}

table.page .es-res  td.competitionDaysDate {
    padding-left: 0px;
}

table.page .es-res  td.competitionDaysLocation {
    padding-right: 10px;
}

table.page .es-res  td.competitionDayTitle {
    padding-left: 0px;
    padding-right: 10px;
}

table.page .es-res  td.competitionDayText {
    padding-left: 0px;
    padding-right: 10px;
}

table.page .es-res  td.matchDate {
    padding: 4px;
    padding-left: 0px;
}

table.page .es-res  td.matchRound {
    padding: 4px;
    padding-left: 6px;
}

/* MATCHINFO*/

table.page .es-res  .matchinfo, table.page .es-res  .matchinfo td
{
    font-family: verdana, sans-serif;
    font-size: 10px;
    padding: 3px;
    color: #000000;
}

table.page .es-res  .matchinfo b {
    font-family: verdana, sans-serif;
    font-size: 11px;
}

table.page .es-res  .matchinfo a {
    font-weight: normal;
    color: #0066CC;
    text-decoration: underline;
}

table.page .es-res  .matchinfo .match_facts {
    border-top: 1px solid #ff9900;
    border-bottom: 1px solid #ff9900;
    padding:5px 0px;
}

table.page .es-res  .matchinfo .match_header{
    font-size: 16px; font-weight:bold;
}

.ttablerow, .matchrow
{
	height:18px;
	/*background-color:#FF0000;*/
}

.evenrow
{
	/*background-color:#DBDBDB;*/
	background-color:#e9e7e7;
}


