/* l128 Pioneer 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: #052d56; }
h3 { }

/* links */
a:link, a:visited, a:hover { color: #3d1e01; } /* 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: #3d1e01; } /* headline specific links - if different from default links */

/* left-nav */
.leftNavSectionLabel, .leftNavSectionLabelLinkColor { } /* usually #000000 */
.leftNavPageLink, .leftNavPageLinkColor { color: #3d1e01; } /* linked items in left nav - if different from default link */

/* 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: #052d56; }  /* color for the behind page content and footer */
#searchbar   { background-color: #3d1e01; }  /* color for the pull-down bar area */

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

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

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

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

/* ---------------------------------------- */
/* 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 { color: #ddd1b2; }  /* if text is has link */
#mediawall .links a { color: #3d1e01; } /* link colors */
#mediawall h1, #mediawall p { }   /* unlinked headline or paragraph colors */

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

/* miniscore */

.miniScoreContainer { border-color: #042c1e; }
    
.miniScoreToday, .miniScoreYesterday {
  background-color: #3d1e01; /* header bg color for 'Today's Games' and 'Yesterdays Results' bars */
}

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

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

/* registration */

.registration { }

/* ---------------------------------------- */
/* 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: #052d56;
} 
 
.dataTableClass .currSortDataCell { /* col for sorted data, usually white w/ dark bg */
  background-color: #003928;
} 
 
.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: #3d1e01;
} 

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

