/* t235 - Memphis Redbirds Club */

/* 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: #0E2B66; } /* general link colors */

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

.headlines li a { } /* headline specific links, if different than default links */

/* left-nav */
.leftNavSectionLabel, .leftNavSectionLabelLinkColor { }
.leftNavPageLink, .leftNavPageLinkColor { } /* linked items in left nav, if different than default links */

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

#contentbody #banner728x90 { background-color: #8d001a; }
#searchbar	 { 
  background-color: #8d001a;
  border-color: #4B4B4B;
}

.mastheadClubsMenu, .mastheadLeaguesMenu {
  background-color: #4B4B4B;   /* color for back of league/club select menus */ /* NOTE: UNSET ? */
}

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

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

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

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

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

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

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

/* 7 day schedule */
.schedDate td {                          /* colors date headers in 7day sched */
  background-color: #05173C;
}
.schedInfo td.away, .schedLegend .away { /* colors for away games in 7day sched */
  background-color: #4B4B4B;
}
.schedInfo td.home, .schedLegend .home { /* colors for home games in 7day sched */
  background-color: #B3042D;
}

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

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

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

/* ---------------------------------------- */
/* 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: #5E5E5E;
} 
 
.dataTableClass .currSortDataCell { /* col for sorted data, usually white w/ dark bg */
  background-color: #293958;
} 
 
.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: #A6001F;
} 

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


