<!--[280,6,1] published at 2004-08-12 19:11:04 from #014 by 0-->
/***************************************************************************
Styles for the results pages of the olympics site
$Id: results.css,v 1.5 2004/07/07 09:42:41 simon Exp $
***************************************************************************/

h1.Xcontent,
td.Xcontent h1 {
  color: #f3a554;
  font: bold 17px Verdana,Arial,Helvetica,sans-serif;
  padding: 9px 0 7px;
  margin: 0 1px;
  text-transform: uppercase;
}

h2.results,
h2.eventframe,
h3.report {
  color: #808285;
  font: bold 15px/22px Verdana,Arial,Helvetica,sans-serif;
  padding: 0;
  margin: 0;
}

h3.report {
  background: #2B70A8;
  border-bottom: 1px solid #c2c2c2;
  color: #fff;
  font: bold 10px Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
  text-transform: uppercase;	
  padding: 4px;
}

h3.report span { padding: 0 2px; white-space: nowrap }
h3.report span.type { color: #f3d527}

tr.th th {
  padding-left: 2px;
  text-align: left;
}

table.eventframe tr td.spacer { height: 10px; }

tr.prelegend
th {
  background: #ddd;
  color: #424;
  font-weight: normal;
  padding-left: 2px;
  text-align: left;
}

iframe {
  background: #fff;
  border: none;
  padding: 0;
  margin: 0;
}

iframe#discipline {
  border: 1px solid #c2c2c2;
  width: 417px;
  height: 110px;
}

iframe#eventframe {
  width: 419px;
  height: 350px;
}

iframe#report {
  border: 1px solid #c2c2c2;
  width: 100%;
  height: 155px;
}

iframe#eventmenu {
  border: 1px solid #c2c2c2;
  width: 100%;
  height: 153px;
}

table.discipline tr th,
table.eventmenu tr th,
table.report tr th,
table.discipline tr td,
table.eventmenu tr td,
table.report tr td {
  border: none;
  font-size: 12px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  padding: 2px;
}

table.report tr th,
table.eventmenu tr th,
table.discipline tr td,
table.report tr td,
table.eventmenu tr td {
  color: #221e1f;
}

table.discipline,
table.eventframe,
table.eventmenu,
table.report {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

h3.discipline,
h3.eventmenu {
  background: #f93;
  height: 15px;
  color: #fff; background: #5DA0D5;
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold;
  padding: 0 0 0 4px;
  margin: 0 0 2px 0;
  text-transform: uppercase;
}

/*****************************
*  DISCIPLINE TABLE          *
*****************************/

table.discipline tr td a {
  color: #000;
  display: block;
  text-decoration: none;
  width: 100%;
}

table.discipline tr td a:hover {
  background: #ececec;
}

/*****************************
*  REPORT TABLE          *
*****************************/

table.report tr.th th {
  background: #ececec;
  text-transform: uppercase;
}

/*****************************
*  EVENTMENU TABLE          *
*****************************/

table.eventmenu tr.th th {
  background: #ececec;
  text-transform: uppercase;
}

table.eventmenu tr td a {
  color: #000;
  display: block;
  text-decoration: none;
  width: 100%;
}

table.eventmenu tr td a:hover { background: #ececec}
table.eventmenu tr th.venue { width: 50%; }
table.eventmenu tr th.round { width: 50%; }


