/* l125 Mexican League */

/* empty styles are probably located in /css/leagues/global.css and
   inheriting default colors, just enter a color here to override */

/* headers */
h1 { color: #39393b; }
h2 { color: #39393b; }
h3 { color: #39393b; }

/* links */
a:link, a:visited, a:hover { color: #39393b; } /* general link colors */

a:link.lite, a:visited.lite, a:hover.lite    { } /* other 'lite' colored links usually on a dark background - usually #DDDDDD */

.headlines li a { color: #83bb4c; } /* headline specific links */

/* left-nav */
.leftNavSectionLabel, .leftNavSectionLabelLinkColor { } /* usually #000000 */
.leftNavPageLink, .leftNavPageLinkColor { color: #39393b; } /* linked items in left nav */

/* template */

#auxnav a { } /* color for shop/tickets links in top nav - usually #FFFFFF */
#nav a    { } /* color for other links in top nav - usually #FFFFFF */

#contentbody #banner728x90 { background-color: #83bb4c; }  /* color for the behind page content and footer */
#searchbar  { background-color: #000000; }  /* color for the pull-down bar area */

.mastheadClubsMenu, .mastheadLeaguesMenu {
  background-color: #83bb4c;   /* color for back of league/club select menus */
}

#searchbar select, #footer select {
  background-color: #83bb4c; 
  /* font color usually #FFFFFF, set color
     to #000000 if you pick a very light background color (applies to all pull-down in search or footer area) */
}

#gutter  { background-color: #83bb4c; }
#leftnav { } /* background for left nav area */
#content { } /* main page content */

#promos     { background-color: #df1717; }
#promos div a { } /* color for description links in promo area under images */
#skyscraper { background-color: #83bb4c; }

.articlePhoto, .conPh { background-color: #83bb4c; } /* border for article photos */

/* dropdown menu styles */
#navMgrMenu { /* style for menu - set background-color as appropriate, and possible text color */
  background-color: #83bb4c;
}         
#navMgrMenu a:hover { } /* style for links in menu - set background-color / color for hover stats */

/* ---------------------------------------- */
/* home section only */

/* media wall */

#mediawall .caption { } /* usually gray */
#mediawall h1 a { }     /* if header is linked - usually gray */
#mediawall p a { }      /* if text is has link - usually light gray  */
#mediawall .links a { color: #000000; } /* link colors in the bar */
#mediawall h1, #mediawall p { }   /* unlinked headline or paragraph colors */

#mediawall .links, #mediawall .controls, #mediawall .content { 
   background-color: #000000;  /* color for background of media wall */
}

/* miniscore */

.miniScoreContainer { border-color: #FFFFFF; }
    
.miniScoreToday {
  background-color: #004831; /* header bg color for 'Today's Games' bars */
}

.miniScoreYesterday {
  background-color: #952828; /* header bg color for 'Yesterdays Results' bars */
}
.sbCell, .sbCellFinal, .sbCellLive, .sbCellDelayed, .sbCellPreview { border-top-color: #000000; } /* color of the thin line on top of the boxes as a highlight - usually gray */

.sbCell, .sbCellFinal                       { background-color: #3a3a3c; } /* bg color for yesterdays (finished) games */
.sbCellLive, .sbCellDelayed, .sbCellPreview { background-color: #83bb4c; } /* bg color for todays (upcoming or all other) games */

/* registration */

.registration { background-color: #39393b; }

/* ---------------------------------------- */
/* stats styles */

.dataTableClass .titleRow td, .dataTableClass .headerRow td { } /* usually white */

.dataTableClass .titleRow td { } /* title row */
  
.dataTableClass .headerRow td { /* row above the table stats - click to sort */
  background-color: #83bb4c;
} 
 
.dataTableClass .currSortDataCell { /* col for sorted data, usually white w/ dark bg */
  background-color: #000000;
} 
 
.dataTableClass .highlightRow .dataCell { /* highlighted row on mousedown, usually white text with a slightly darker bgcolor */
  background-color: #3a3a3c;
}

.dataTableClass .highlightRow .currSortDataCell { /* cell thats sorted *and* highlighed, usually white text with a dark bg */
  background-color: #df1717;
} 

/* background color for top portion of player pages  */
.playerBio .bioHead, .playerBio .bioBlock, .playerBio .bioBlock td {
        border-color: #000000;
}
.playerBio .bioHead td,   .playerBio .shortStatHead,
.playerBio .bioHead td a, .playerBio .bioHead td a:visited {
        background-color: #000000;
        color: #FFFFFF;
}


/* 'standard' pages - leftnav */
/* in glossary popup only on non-english sites */
.glossaryTerms .glossaryHead td { 
  color: #83bb4c;
}
.glossaryTerms tr.odd td {
  background-color: #EFEFEF; 
}
.pickGlossary {
  color: #FFFFFF;
  background-color: #000000;
}


