/* Generic style rule for configuring default font of gallery elements */
div.galleryheader, div.noitems, div.fullimageheader, div.fullimagefooter, div.breadcrumbs, a.gallerylink, a.previous {
  font-family: 'Comic Sans MS', 'Times New Roman', 'Verdana', 'Tahoma';
}

/* Main gallery title header style */
div.galleryheader {
  color: #FFFF00;
  font-size: 18px;
  font-weight: bold;
}

/* Define style of 'no galleries'/'no items' text within gallery */
div.noitems {
  font-size: 14px;
  color: #00FFFF;
  font-weight: bold;
}

/* Define style of header on full size image page */
div.fullimageheader {
  font-size: 16px;
  color: #ffff88;
  font-weight: bold;
}

/* Define style of footer on full size image page */
div.fullimagefooter {
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
}

/* Define base style of breadcrumb trail at top of gallery pages */
div.breadcrumbs {
  font-size: 14px;
  color: #FFFFFF;
}

/* Define specific style of breadcrumb trail links */
div.breadcrumbs a {
  color: #ffffff;
}

/* Define style of category and gallery links in the main gallery body */
a.gallerylink {
  color: #ffff88;
  font-size: 13px;
}

/* Define style of links to return to previous pages */
a.previous {
  color: #88ffff;
  font-size: 13px;
}
/* Define style of movie loading test */
div#galleryplayer {
 color: #ffffbb;
}
/* Define style of movie javascript message test */
div#galleryplayer span {
 color: #888888;
}
/* Define style of the copyright footer at the bottom of the gallery */
div.footer, div.footer a {
  font-family: 'Times New Roman', 'Verdana', 'Tahoma';
  color: #AAFFAA;
  font-size: 12px;
}