/* Start of CMSMS style sheet 'FabricCalculator' */
/*
 *
 * @package       LaurasBooks_WebSites
 * @subpackage    FiberDreams_Site
 *
 * @abstract      These are the general CSS definitions for the Fiber Dreams
 *                web site.
 *
 *                This file has a specific organization. Generic tag styles
 *                (e.g., those with no class name or id) are defined first. This
 *                establishes a baseline from which to work. General non-tag-
 *                specific class rules are defined next. Finally, tag-specific
 *                and id-specific rules are defined. These are generally grouped
 *                into related sections (a dialog box, YUI overrides, etc.)
 *
 * @author        David M. Patterson (DP Consulting)
 *
 * Note:          Yahoo! UI-specific CSS rules are defined in a separate style sheet.
 *
 * @copyright     (C) 2008 DPLH Enterprises.
 *                North Tustin, CA 92705
 *                All rights reserved. Reproduction in whole or in part
 *                is expressly forbidden without the express written
 *                consent of DPLH Enterprises.
 *
 *                E D I T   H I S T O R Y
 *            (in reverse chronological order)
 *
 * Ver    Date     Who Description
 * --- ----------- --- ---------------------------------------------------------
 * 001 28-Nov-2008 lap Creation.
 */
/*
 * The styles just used with the fabric calculator.
 */

div.fabcalc_pbar_inner  
{ 
  width: 300px; height: 100px; 
  border: ridge 5px purple; 
  background-color: #ffffff;
  text-align: center; 
}
div.fabcalc_pbar_outer  
{ 
  position: absolute; 
  left: 0px; 
  top: 15%; 
  text-align: center; 
  width: 100%; 
  display: none; 
}
fabcalc.label
{ 
  width: 20ex; 
  text-align: inherit; 
}
fabcalc.select          
{ 
  font-family: serif; 
  font-size: 10pt; 
}

/* End of 'FabricCalculator' */

