body, td {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    color: #000000;
}

select#competition_id_select, select#date_select
{
	width: 200px !important;
}

a.sportLink, a.sportLink:visited{
    color: #000000;
    text-decoration: none;
}

a.sportLink:hover, a.sportLink:active {
    color: #000000;
    text-decoration: underline;
}

a.competitionLink, a.competitionLink:visited {
    color: #007ACC;
    text-decoration: none;
}

a.competitionLink:hover, a.competitionLink:active
{
    color: #007ACC;
    text-decoration: underline;
}

a.matchFactLink, a.matchFactLink:visited  {
    color: #007ACC;
    text-decoration: none;
}

a.matchFactLink:hover, a.matchFactLink:active
{
    color: #007ACC;
    text-decoration: none;
}

tr.competitionSeparator {
    padding-left: 10px;
    padding-right: 10px;
}

td.competitionSeparator {
    /*border-bottom: 1px solid #B5B5B5;*/
}

td.sportBar {
    background-color: #e4a6b9;
}

td.sportLink {
    line-height: 10px;
}

td.competitionContent {
	padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 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: Arial,Verdana,Helvetica,sans-serif;
    font-size: 11px;
    padding: 3px;
    color: #000000;
}

body.matchinfo b {
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 11px;
}

body.matchinfo a, body.matchinfo a:visited {
    font-weight: normal;
    color: #007ACC;
	text-decoration: none;
}

body.matchinfo a:hover, body.matchinfo a:active
{
	font-weight: normal;
	color: #007ACC;
	text-decoration: none;
}

body.matchinfo .match_facts {
    border-top: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    padding:5px 0px;
}
body.matchinfo .match_header{
    font-size: 16px; font-weight:bold;
}
