/******************************************************************************
 * Copyright.css
 *
 * RealPatterns Web Application Framework :: Copyright
 *
 * Copyright 2007 RealPatterns, Inc.  All rights reserved.
 *
 * By using the FormattedDate Javascript class, long date strings can be
 * dynamically printed oo the document in several locales. Currently, English,
 * French, and Spanich locales (en_US, fr_CA, and es_ES) are supported. Layout
 * is accomplished with a span element.
 *
 * Color map:
 * ----------
 * rgb(255, 255, 255);  (White)
 */

/******************************************************************************
 * Copyright.
 * Apply to division element containing copyright notice.
 */
.Copyright {

  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;
}
