/******************************************************************************
 * FooterBookmarkBar.css
 *
 * RealPatterns Web Application Framework :: Footer Bookmark Bar
 *
 * Copyright 2007 RealPatterns, Inc.  All rights reserved.
 *
 * A Footer Bookmark Bar is used for providing easy access to special
 * sections from within the footer of a document. Layout is accomplished with
 * a table element in which each cell contains a single bookmark with its own
 * copy, icon, and link.
 *
 * Color map:
 * ----------
 * rgb(255, 255, 255);  (White)
 */

/******************************************************************************
 * Footer Bookmark Bar.
 * Apply to table element containing bookmarks.
 */
.FooterBookmarkBar {

  z-index: 10;
  text-align: center;
  vertical-align: middle;

  color: rgb(255, 255, 255); 
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 12px;
  font-family: sans-serif;
}

/******************************************************************************
 * Footer Bookmark Bar::Copy.
 * Apply to each cell of Footer Bookmark Bar table.
 */
.FooterBookmarkBarCopy {

  width: 1.0in;
  z-index: 10;
  text-align: center;
  vertical-align: middle;

  color: rgb(255, 255, 255);
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 10px;
  font-family: sans-serif;
}

/******************************************************************************
 * Footer Bookmark Bar::Icon.
 * Apply to any image or graphics representing the bookmark.
 */
.FooterBookmarkBarIcon {

  border: none;
  z-index: 10;
  text-align: center;
  vertical-align: middle;

  color: rgb(255, 255, 255);
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 10px;
  font-family: sans-serif;
}

/******************************************************************************
 * Footer Bookmark Bar::Link.
 * Apply to bookmark's link.
 */
.FooterBookmarkBarLink {

  border: none;
  z-index: 10;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  text-decoration: none;

  color: rgb(255, 255, 255);
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 10px;
  font-family: sans-serif;
}
