/* Body */

BODY {
  font-family: Arial;
  font-size: 9pt;
  color: #000000;
}

HR {
  height: 1px;
  color: #E7E7E7;
}

/* Table */

TABLE.tableStyle {
  border-style: solid;
  border-color: #D0D0D0;
  border-collapse:collapse;
}

TR.trHeaderStyle {
}

TR.trStyle {
}

TR.trAlternateStyle {
  background-color: #F7F7F7;
}

TD.tdHeaderStyle {
  font-family: Arial;
  font-size: 9pt;
  font-weight: bold;
  background-color: #DEE1FF;
  color: #000070;
  border-color: #DEE1FF;
}

TD {
  font-family: Arial;
  font-size: 9pt;
  color: #000000;
}

TD.tdStyle {
  font-family: Arial;
  font-size: 8pt;
  color: #000000;
  border-color: #D0D0D0;
  border-width: 1px;
}

TD.tdStyle-small {
  font-family: Arial;
  font-size: 7pt;
  color: #000000;
  border-color: #D0D0D0;
  border-width: 1px;
}

TD.tdEmptyCellStyle {
  border-width: 0px;
}

TD.tdGreyStyle {
  font-family: Arial;
  font-size: 8pt;
  color: #000000;
  border-color: #D0D0D0;
  border-width: 1px;
  background-color: #F7F7F7;
}

TD.tableEvents {
  background-image: url(events_background.gif);
}

/* Links */

A:hover { 
  COLOR: #000000; 
}

A { 
  COLOR: #000070;
  font-size: 9pt;
} 

A.menu { 
  COLOR: #000070;
  text-decoration: none;
  font-size: 8pt;
} 

A.menu:link { 
  COLOR: #000070;
} 

A.menu:visited { 
  COLOR: #000070;
}

A.menu:active { 
  COLOR: #000000;
}

A.menu:hover { 
  COLOR: #000000;
  text-decoration: underline;
}

A.gridlink { 
  COLOR: #000000;
  text-decoration: underline;
  font-size: 8pt;
} 

A.gridlink:link { 
  COLOR: #000000;
} 

A.gridlink:visited { 
  COLOR: #000000;
}

A.gridlink:active { 
  COLOR: #000000;
}

A.eventlink { 
  COLOR: #000070;
  text-decoration: bold;
  font-size: 12pt;
} 

/* Span */

SPAN.scorecardTitle {
  font-family: Arial;
  font-size: 8pt;
  color: #000000;
  font-weight: normal;
}

SPAN.title {
  font-family: Arial;
  font-size: 13pt;
  color: #000070;
  font-weight: bold;
}

SPAN.sub-title {
  font-family: Arial;
  font-size: 11pt;
  color: #000070;
  font-weight: bold;
}


SPAN.highlighted {
  font-family: Arial;
  font-size: 10pt;
  color: #000070;
  font-weight: bold;
}

SPAN.highlighted-small {
  font-family: Arial;
  font-size: 8pt;
  color: #000070;
  font-weight: bold;
}

SPAN.warning {
  font-family: Arial;
  font-size: 9pt;
  font-weight: bold;
  color: #FF0000;
}

SPAN.sponsor_strap_line {
  font-family: Arial;
  font-size: 11pt;
  font-weight: bold;
  color: #000070;
}

SPAN.sponsor_highlighted {
  font-family: Arial;
  font-size: 10pt;
  color: #000070;
  font-weight: bold;
}

SPAN.events_header {
  font-family: Arial;
  font-size: 8pt;
  color: #000070;
  font-weight: bold;
}

SPAN.events_body {
  font-family: Arial;
  font-size: 8pt;
  color: #000070;
}


/* Input */

INPUT {
  width: 80px;
  height: 25px;
}