/* START STATS.CSS FORMATTING ---------------------- */

/* STATS common formatting ------------------------- */
/* includes formatted Event Title and Table Header - */

.EvtTitle {
  font-family: Arial, sans-serif;
  font-size: 14pt;
  font-weight: bold;
  background-color: #C0C0C0;
  padding: 6px 0px 8px 6px;
  }
.EvtTitleTxt {
  font-family: Arial, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  background-color: #C0C0C0;
  padding: 0px 0px 8px 6px;
  }
.EvtTableHeader {
  color: #FFFFFF;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  background-color: #000080;
  }
.EvtDesc {
  font-family: Arial, sans-serif;
  font-size: 10pt;
  }
.EvtBold {
  font-weight: bold;
  }
a.ProfNavItem {
  text-decoration: underline;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  }
a.ProfNavItem:active {
  }
a.ProfNavItem:link {
  }
a.ProfNavItem:visited {
  color: #CC00FF;	
  }
a.ProfNavItem:hover {
  text-decoration: underline;
  color: #FF0000;
  }

/* STATS common formatting-alignment --------------- */

.EvtTxtCenter {
  text-align: center;
  }
.EvtNumRight {
  text-align: right;
  }
.EvtDateRight {
  text-align: right;
  vertical-align: top;
  padding: 0px 6px 0px 10px;
  }

/* SCHEDULE-RESULTS common formatting-alignment ---------- */

.SchedTitle {
  font-family: Arial, sans-serif;
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
  padding: 6px 0px 8px 6px;
  }
.SchedTableHeader {
  color: #FFFFFF;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  background-color: #000080;
  }
.SchedTableResults {
  text-align: center;
  background-color: #C0C0C0;
  }
.SchedDesc {
  font-family: Arial, sans-serif;
  font-size: 10pt;
  }
a.SchedNavItem {
  text-decoration: underline;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  }
a.SchedNavItem:active {
  }
a.SchedNavItem:link {
  }
a.SchedNavItem:visited {
  color: #CC00FF;	
  }
a.SchedNavItem:hover {
  text-decoration: underline;
  color: #FF0000;
  }

/* POWER RANK common formatting-alignment ---------- */

.RankTableTop {
  vertical-align: top;
  }
.RankTitle {
  font-family: Arial, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  text-align: center;
  background-color: #C0C0C0;
  border-color: #C0C0C0;
  padding: 6px 0px 8px 6px;
  }
.RankTitleBold12 {  
  font-size: 12pt;  
  font-weight: bold;
  }
.RankTitleBold14 {  
  font-size: 14pt;  
  font-weight: bold;
  }  
.RankTableHeader {
  color: #FFFFFF;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  background-color: #000080;
  }
.RankDesc {
  font-family: Arial, sans-serif;
  font-size: 10pt;
  }
a.RankNavItem {
  text-decoration: underline;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  }
a.RankNavItem:active {
  }
a.RankNavItem:link {
  }
a.RankNavItem:visited {
  color: #CC00FF;	
  }
a.RankNavItem:hover {
  text-decoration: underline;
  color: #FF0000;
  }
a.RankNavBot {
  color: #CCCCCC;
  text-decoration: underline;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
  }
a.RankNavBot:active {
  }
a.RankNavBot:link {
  }
a.RankNavBot:visited {
  color: #CCCCCC;	
  }
a.RankNavBot:hover {
  font-weight: bold;
  text-decoration: underline;
  color: #FFFFFF;
  }

/* PLAYER PROFILE common formatting-alignment ---------- */

.PPTableHeader {
  color: #FFFFFF;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  background-color: #000080;
  }
.PPTableTotal {
  font-family: Arial, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  padding: 0px 0px 8px 6px;
  }
.PPDesc {
  font-family: Arial, sans-serif;
  font-size: 10pt;
  }
.PPLeftPad {
  padding: 0px 0px 0px 4px;
  }

/* END STATS.CSS FORMATTING ------------------------ */
