/* l118 Midwest 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: #004A2A; }
h3 { }

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

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

.headlines li a { } /* headline specific links */

/* left-nav */
.leftNavSectionLabel, .leftNavSectionLabelLinkColor { }
.leftNavPageLink, .leftNavPageLinkColor { color: #004A2A; } /* linked items in left nav */

/* template */

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

#contentbody #banner728x90 { background-color: #0E1636; }
#searchbar	 { background-color: #0B397F; }

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

#searchbar select, #footer select {
  background-color: #0F1635;
  /* font color usually #FFFFFF
     if you set a very light background color here, then declare "color: #000000;" */
}

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

#promos     { background-color: #131431; }
#promos div a { } /* color for description links in promo area under images */
#skyscraper { background-color: #94060B; }

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

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

/* ---------------------------------------- */
/* 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: #B90E00; } /* link colors */
#mediawall h1, #mediawall p { }         /* unlinked headline or paragraph colors */

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

/* miniscore */

.miniScoreContainer { border-color: #0B397F; }
    
.miniScoreToday, .miniScoreYesterday {
  background-color: #05173C; /* header bg color for 'Today's Games' and 'Yesterdays Results' */
}

.sbCell, .sbCellFinal, .sbCellLive, .sbCellDelayed, .sbCellPreview { border-top-color: #CCCCCC; } /* leagues get grey line on top */

.sbCell, .sbCellFinal                       { background-color: #595959; /* was #939EAF; */ } /* bg color for finished games */
.sbCellLive, .sbCellDelayed, .sbCellPreview { background-color: #0B397F; } /* bg color for all other games */

/* registration */

.registration { }

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

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

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

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

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


