div.content {
    font-size: 13px;
    font-weight: normal;
    margin-left: 1px;
    margin-right: 1px;
}

/* stadium index */

.stadiumHeader {
    color: green;
    background: #ddd;
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
    padding-left: 3px;
    padding-right: 3px;
    border: #fff 1px solid;
}

.dataLeft {
    background: #eee;
    text-align: left;
    border: #fff 1px solid;
    vertical-align: middle;
    font-size: 10px;
}

.dataRight {
    background: #eee;
    text-align: right;
    border: #fff 1px solid;
    vertical-align: middle;
    font-size: 10px;
}

.dataLeft a:link, .dataRight a:link, .dataLeft a:visited, .dataRight a:visited {
    color: #000;
    text-decoration: underline;
}

.dataLeft a:hover, .dataRight a:hover {
    color: green;
    text-decoration: underline;
}




/* direct daily index */

.match {
    font-size: 13px;
    margin-left: 3px;
    margin-right: 3px;
}

.leftCell {
    background: #eee;
    text-align: left;
    border: #fff 1px solid;
    vertical-align: top;
    font-size: 10px;
}
.dateStadium {
    background: #eee;
    text-align: left;
    border: #fff 1px solid;
    vertical-align: top;
    font-size: 10px;
}

.teamsResult {
    background: #eee;
    text-align: center;
    border: #fff 1px solid;
    vertical-align: top;
    font-size: 13px;
    font-weight: bold;
}

.middleCell {
    background: #eee;
    text-align: center;
    border: #fff 1px solid;
    vertical-align: top;
    font-size: 10px;
}

.rightCell {
    background: #eee;
    text-align: right;
    border: #fff 1px solid;
    vertical-align: top;
    font-size: 10px;
}

a.teamProfileLink,
a.playersProfileLink,
a.matchPreviewLink,
a.matchReportLink,
a.matchEventsLink {
   font-weight: bold;
   font-size: 8pt;
   font-family: Verdana,Arial,Helvetica; 
   text-decoration: underline;
}

a.teamProfileLink:link,
a.playersProfileLink:link,
a.matchPreviewLink:link,
a.matchReportLink:link,
a.matchEventsLink:link {
   color: #606060;
}

a.teamProfileLink:visited,
a.playersProfileLink:visited,
a.matchPreviewLink:visited,
a.matchReportLink:visited,
a.matchEventsLink:visited {
   color: #555;
}

a.teamProfileLink,
a.playersProfileLink,
a.matchPreviewLink,
a.matchReportLink,
a.matchEventsLink {
   color: #111111;
}

a.teamProfileLink:hover,
a.playersProfileLink:hover,
a.matchPreviewLink:hover,
a.matchReportLink:hover,
a.matchEventsLink:hover {
   color: #808080;
}

a.titleLink:link, a.titleLink:visited,
a.titleLink:active, a.titleLink:hover {
   padding-left: 0.8em;
   font: bold 1.1em Verdana,Arial,Helvetica; 
}

a.titleLink:link {
   color: #404040;
}

a.titleLink:visited {
   color: #555;
}

a.titleLink:active {
   color: #111111;
}

a.titleLink:hover {
   color: #808080;
}

/* firstSentence */

.firstSentence {
   color: #000;
   font-size: 10pt;
   text-decoration: none;
   font-family:Arial,Helvetica,sans-serif;
}
.titles {
   color: #000;
   font-size: 10pt;
   text-decoration: none;
   font-family:Arial,Helvetica,sans-serif;
}


/* moreLink */

a.moreLink:link, a.moreLink:visited,
a.moreLink:active, a.moreLink:hover {
   font-weight: bold;
   font-size: 10pt;
   font-style: italic;
   font-family: Verdana,Arial,Helvetica; 
}

a.moreLink:link {
   color: #404040;
}

a.moreLink:visited {
   color: #555;
}

a.moreLink:active {
   color: #111111;
}

a.moreLink:hover {
   color: #808080;
}

/* dividing-line */

.horizontal-dividing-line {
   height: 1px;
   border-top: 0;
   border-right: 0;
   border-left: 0;
   border-bottom: green 1px dotted;
}

/* quote */

.quote {
  font-family: Georgia, "New Century Schoolbook", Times, serif;
  font-style: italic;
  text-align: right;
  margin-top: 0.5em;
  line-height: 1.5;
  font-size:  0.85em;
}


