/* sets colors and thing specific to chestnet.org and differing from the elsevier general skin.
 * may override a few things (likst the background for chest is different).
 */
body
{
 background-color: #A8BACC; /* secondary */
}
#header
{
  /* for amjmed the old color was ... but didn't quite match the logo we have ... so this */
 background: #055CA6; /* primary */
 color: white;
}

/*
#footer
{
  background: #EEECE5; //secondary
}
*/

/* FRAGMENTS (Background styles) */
.slide_link, .print_link {
  background-color: #055CA6;
}
.slide_link.greyed_out {
  background-color: #ACACAC;
  color: black;
}
.bgFeatured { background: #D9E7F9; /* tertiary */ }

.hFeaturedBlock {
  background-color: #055CA6;
}
.activatable .resource_link.active {
    border-color: #055CA6;
}
.activatable .slide_link.active {
    border-color: #112233;
}
/*** branding for above transcript text / immediately below the audio player ***/
#transcript_branding_bar {
  background-color: #055CA6; /* "primary" same as header background */
}
/********** title area *************/
.title_area_positioner {
  width: 623px;
  margin-top: 15px;
  margin-left: 325px;
}
