/* l113 Template League */

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

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

/* links */
a:link, a:visited, a:hover { color: #004b8d; } /* 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: #004b8d; } /* headline specific links */

/* left-nav */
.leftNavSectionLabel, .leftNavSectionLabelLinkColor { } /* usually #000000 */
.leftNavPageLink, .leftNavPageLinkColor { color: #004b8d; } /* 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 { background-color: #ffffff; }  /* color for the behind page content and footer */
#banner728x90 { background-color: #004b8d; }
#searchbar   { background-color: #004b8d; }  /* color for the pull-down bar area */

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

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

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

#promos     { background-color: #b50839; }
#skyscraper { background-color: #004b8d; }

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

.dataTableClass .headerLinkClass { } /* defaults to #FFFFFF from global.css */

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

/* media wall */

#mediawall .caption { }
#mediawall h1 a { } /* if header is linked */
#mediawall p a { }  /* if text is has link */
#mediawall .links a { color: #004b8d; } /* link colors */
#mediawall h1, #mediawall p { }   /* unlinked headline or paragraph colors */

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

/* miniscore */

.miniScoreContainer { border-color: #004b8d; }
    
.miniScoreToday, .miniScoreYesterday {
  background-color: #b50839; /* header bg color for 'Today's Games' and 'Yesterdays Results' bars */
}

.sbCell, .sbCellFinal, .sbCellLive, .sbCellDelayed, .sbCellPreview { border-top-color: #e3e3e3; } /* color of the thin line on top of the boxes as a highlight - usually gray */

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

