/* dynamic styles for Harvard Office for the Arts site
 *
 * This file is included only if javascript is active.
 * The main style sheet assumes javascript is off.
 * Most of the styles below undo styles set in the main style sheet,
 * and are themselves manipulated or undone by javascript later on.
 *
 * The main point is to make sure that tabbed content is displayed if
 * javascript is off but CSS works.
 */

/* hide panels */
.divpanels .ui-tabs-hide {
  display: none;
}


/*** HOME ***/

/* spotlight no-javascript styles */
body.home #divspotlight div.first {
  display: none;                        /* hide until shown by script */
}
body.home #divspotlight div.text p.prevnext {
  display: block;                       /* need these links only if javascript on */
}



/*** BOX OFFICE ***/

/* spotlight no-javascript styles */
body.events_boxoffice #divspotlight div.first {
  display: none;                        /* hide until shown by script */
}
body.events_boxoffice #divspotlight div.text p.prevnext {
  display: block;                       /* need these links only if javascript on */
}



/*** CERAMICS ***/

/* spotlight no-javascript styles */
body.visualarts_ceramics #divspotlight div.first {
  display: none;                        /* hide until shown by script */
}
body.visualarts_ceramics #divspotlight div.text p.prevnext {
  display: block;                       /* need these links only if javascript on */
}

/*** DANCE ***/
/* spotlight no-javascript styles */
body.performingarts_dance #divspotlight div.first {
  display: none; /* make sure one is displayed if javascript off */
}
body.performingarts_dance #divspotlight div.text p.prevnext {
  display: block; /* don't need these links if javascript off */
}

/*** LFP ***/
/* spotlight no-javascript styles */
body.visitingartists_lfp #divspotlight div.first {
  display: none; /* make sure one is displayed if javascript off */
}
body.visitingartists_lfp #divspotlight div.text p.prevnext {
  display: block; /* don't need these links if javascript off */
}
/*** Grants and Resouces ***/

/* spotlight no-javascript styles */
body.grants_subsidies #divspotlight div.first {
  display: none;                        /* hide until shown by script */
}
body.grants_subsidies #divspotlight div.text p.prevnext {
  display: block;                       /* need these links only if javascript on */
}