/* t416 - Louisville Bats */

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

/* headers */
h1 { }
h2 { }
h3 { }

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

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

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

/* left-nav */
.leftNavSectionLabel, .leftNavSectionLabelLinkColor { }
.leftNavPageLink, .leftNavPageLinkColor { color: #B00022; } /* 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: #000000; }
#searchbar	 { 
  background-color: #221C70;
  border-color: #000000;
}

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

#searchbar select, #footer select {
  background-color: #5E5E5E;
  /* color: #FFFFFF; set color to black if you pick a very light background color */
}

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

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

.articlePhoto, .conPh { } /* border for article photos */

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

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

/* 7 day schedule, registration module, poll */
.bg7comp      { background-color: #000000; }
.registration { background-color: #000000; }
.pollHeader   { background-color: #000000; }

/* 7 day schedule */
.schedDate td {                          /* colors date headers in 7day sched */
  background-color: #000000;
}
.schedInfo td.away, .schedLegend .away { /* colors for away games in 7day sched */
  background-color: #433C99; color: #ffffff;
}
.schedInfo td.home, .schedLegend .home { /* colors for home games in 7day sched */
  background-color: #292929; color: #ffffff;
}

.schedLegend  { color: #ffffff; } 

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

/* ---------------------------------------- */
/* schedule section only */

/* set home-field specific properties */
.calHomeBg { background-color: #423891; }

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

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

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

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